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:
authorJianyu Huang <jianyuhuang@fb.com>2018-11-08 22:09:04 +0300
committerJianyu Huang <jianyuhuang@fb.com>2018-11-08 22:09:04 +0300
commit428a0b6cede232eb5c4e9c3bbd8e9d74d8e34500 (patch)
tree8597c3316e00e00fa5d0fc8939c9ae5c518f767a /test/I8DepthwiseTest.h
parentd90e2e1659f9f991319d05bfc58640aeafa733aa (diff)
Sync with internal copy: Asymmetric padding; fbgemm2 -> fbgemm
Diffstat (limited to 'test/I8DepthwiseTest.h')
-rw-r--r--test/I8DepthwiseTest.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/I8DepthwiseTest.h b/test/I8DepthwiseTest.h
index 38dea6f..77db34f 100644
--- a/test/I8DepthwiseTest.h
+++ b/test/I8DepthwiseTest.h
@@ -8,7 +8,7 @@
#include <vector>
-namespace fbgemm2
+namespace fbgemm
{
// From ResNeXt-3D-101
@@ -35,4 +35,4 @@ static std::vector<std::vector<int>> shapes_3d = {
{ 1, 8, 4, 4, 4, 1, },
};
-} // namespace fbgemm2
+} // namespace fbgemm