[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 { struct reorder_test_param {
format input_format; format input_format;
format output_format; format output_format;
@ -130,6 +130,8 @@ struct reorder_test_param {
bool expected_result; bool expected_result;
}; };
} // namespace namespace
template<typename T> template<typename T>
class ReorderTest : public ::testing::TestWithParam<T> { class ReorderTest : public ::testing::TestWithParam<T> {
public: public: