Commit cabe8d80 authored by wangshaojie6's avatar wangshaojie6
Browse files

add 2 more test cases

parent 0e243105
...@@ -26,6 +26,8 @@ class TestGroupnorm : public ::testing::Test ...@@ -26,6 +26,8 @@ class TestGroupnorm : public ::testing::Test
{256, 9, 9, 9, 9}, {256, 9, 9, 9, 9},
{1, 64, 64, 32, 10}, {1, 64, 64, 32, 10},
{1, 32, 32, 32, 20}, {1, 32, 32, 32, 20},
{2, 32, 32, 32, 30},
{2, 32, 32, 32, 40},
{1, 16, 16, 32, 40}}; {1, 16, 16, 32, 40}};
for(auto length : lengths) for(auto length : lengths)
......
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