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.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/I8DepthwiseTest.cc b/test/I8DepthwiseTest.cc
index 0604879..ad74ede 100644
--- a/test/I8DepthwiseTest.cc
+++ b/test/I8DepthwiseTest.cc
@@ -22,6 +22,7 @@ using namespace std;
namespace fbgemm {
// From Xray OCR
+// clang-format off
static vector<vector<int>> shapes = {
// NOTE: clang-format wants to use a different formatting but the current
// formatting should be easier to read.
@@ -67,6 +68,7 @@ static vector<vector<int>> shapes = {
{ 1, 8, 4, 4, 1, },
};
+// clang-format on
namespace {