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/Im2ColFusedRequantizeTest.cc')
-rw-r--r--test/Im2ColFusedRequantizeTest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Im2ColFusedRequantizeTest.cc b/test/Im2ColFusedRequantizeTest.cc
index 1ec2a06..d9c2f75 100644
--- a/test/Im2ColFusedRequantizeTest.cc
+++ b/test/Im2ColFusedRequantizeTest.cc
@@ -610,7 +610,7 @@ static void Im2col3DTest(bool b_symmetric) {
// computing row offset
vector<int32_t> row_offsets(MDim);
vector<uint8_t> Aint8_im2col(MDim * KDim);
- im2col3d_ref(conv_p, Aint8.data(), Aint8_zero_point, Aint8_im2col.data());
+ im2col_ref(conv_p, Aint8.data(), Aint8_zero_point, Aint8_im2col.data());
// computing column offset
vector<int32_t> col_offsets(conv_p.G * NDim);
@@ -625,7 +625,7 @@ static void Im2col3DTest(bool b_symmetric) {
ncols_per_quant_group);
}
- conv3d_ref(
+ conv_ref(
conv_p,
Aint8.data(),
Aint8_zero_point,