Commit 006f1cee authored by fenglei.tian's avatar fenglei.tian

fix bug for micro for mkldnn test

parent c082fe1e
...@@ -6244,7 +6244,7 @@ TEST(${BACKEND_NAME}, convolution_outlining) ...@@ -6244,7 +6244,7 @@ TEST(${BACKEND_NAME}, convolution_outlining)
TEST(${BACKEND_NAME}, mkldnn_layouts) TEST(${BACKEND_NAME}, mkldnn_layouts)
{ {
ONLY_ENABLE_TEST_FOR("CPU", "${BACKEND_NAME"); ONLY_ENABLE_TEST_FOR("CPU", "${BACKEND_NAME}");
Shape shape_a{1, 16, 2, 2}; Shape shape_a{1, 16, 2, 2};
auto A = make_shared<op::Parameter>(element::f32, shape_a); auto A = make_shared<op::Parameter>(element::f32, shape_a);
Shape shape_b{32, 16, 1, 1}; Shape shape_b{32, 16, 1, 1};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment