Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/FBGEMM.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/I8DepthwiseTest.cc')
-rw-r--r--test/I8DepthwiseTest.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/I8DepthwiseTest.cc b/test/I8DepthwiseTest.cc
index 00c39c0..8492acb 100644
--- a/test/I8DepthwiseTest.cc
+++ b/test/I8DepthwiseTest.cc
@@ -212,6 +212,7 @@ TEST_P(FBGemmDepthWiseTest, Test3x3) {
a_symmetric ? nullptr : col_offsets.data(),
bias.data(),
false, /* fuse_relu */
+ 1.0f, /* act_scale * w_scale */
0,
1);