[GPU] Moved several module tests to proper folder (#9544)
This commit is contained in:
parent
c1206ef447
commit
0c2b53eba3
@ -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:
|
Loading…
Reference in New Issue
Block a user