From 32551b3662fc30d5c9758a86c7664b4f2e367128 Mon Sep 17 00:00:00 2001 From: Lv Tao Date: Mon, 29 Oct 2018 10:06:34 +0800 Subject: [PATCH] debug: remove 2d test --- tests/cpp/include/test_mkldnn.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/cpp/include/test_mkldnn.h b/tests/cpp/include/test_mkldnn.h index 85e6c49d4db3..7b566e2a04ae 100644 --- a/tests/cpp/include/test_mkldnn.h +++ b/tests/cpp/include/test_mkldnn.h @@ -175,6 +175,7 @@ inline static TestArrayShapes GetTestArrayShapes() { pds.push_back(GetMemPD(s, dtype, mkldnn::memory::format::x)); } { + /* // 2D TShape s(2); s[0] = 96; @@ -185,6 +186,7 @@ inline static TestArrayShapes GetTestArrayShapes() { s[1] = 363; shapes.push_back(s); pds.push_back(GetMemPD(s, dtype, mkldnn::memory::format::nc)); + */ } { /*