Skip to content

Commit

Permalink
debug: remove 2d test
Browse files Browse the repository at this point in the history
  • Loading branch information
TaoLv committed Oct 29, 2018
1 parent af2f80a commit 32551b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/cpp/include/test_mkldnn.h
Expand Up @@ -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;
Expand All @@ -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));
*/
}
{
/*
Expand Down

0 comments on commit 32551b3

Please sign in to comment.