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 'src/FbgemmI8Depthwise.h')
-rw-r--r--src/FbgemmI8Depthwise.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbgemmI8Depthwise.h b/src/FbgemmI8Depthwise.h
index bc62c84..a60cb58 100644
--- a/src/FbgemmI8Depthwise.h
+++ b/src/FbgemmI8Depthwise.h
@@ -8,7 +8,7 @@
#include <cstdint>
-namespace fbgemm2
+namespace fbgemm
{
// KERNEL_PROD is the product of all kernels.
@@ -102,4 +102,4 @@ void depthwise_3x3x3_pad_1(
const std::int32_t* col_offsets, const std::int32_t* bias,
bool fuse_relu = false, int thread_id = 0, int num_threads = 1);
-} // namespace fbgemm2
+} // namespace fbgemm