[GPU] Moved several module tests to proper folder (#9544)

This commit is contained in:
Vladimir Paramuzov
2022-01-10 20:14:22 +03:00
committed by GitHub
parent c1206ef447
commit 0c2b53eba3
7 changed files with 3 additions and 1 deletions

View File

@@ -114,7 +114,7 @@ TEST(test_can_fuse_reorder, reorder_for_mixed_type_convolution_fsv32_cldnn)
}
}
namespace {
struct reorder_test_param {
format input_format;
format output_format;
@@ -130,6 +130,8 @@ struct reorder_test_param {
bool expected_result;
};
} // namespace namespace
template<typename T>
class ReorderTest : public ::testing::TestWithParam<T> {
public: