"configs/vscode:/vscode.git/clone" did not exist on "a6552224cb2651706c2aa8be481e1dc27fb2cb1a"
Commit e7eeb122 authored by rocking's avatar rocking
Browse files

Fix test naming

parent 4899c20f
...@@ -53,4 +53,4 @@ using KernelTypes = ::testing::Types< ...@@ -53,4 +53,4 @@ using KernelTypes = ::testing::Types<
std::tuple<F32, F32, F32, F32, F32>>; std::tuple<F32, F32, F32, F32, F32>>;
TYPED_TEST_SUITE(TestGroupnorm, KernelTypes); TYPED_TEST_SUITE(TestGroupnorm, KernelTypes);
TYPED_TEST(TestGroupnorm, Test_FP16) { this->Run(); } TYPED_TEST(TestGroupnorm, Test_FP32) { this->Run(); }
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