Searched defs:DepthSpaceShuffleTestParams (Results 1 – 1 of 1) sorted by relevance
6549 struct DepthSpaceShuffleTestParams { in TEST_P() struct6550 std::vector<int> input_dims; in TEST_P()6551 std::vector<CType> input_value; in TEST_P()6552 int block_size; in TEST_P()6553 string data_format; in TEST_P()6554 std::vector<int> expected_output_dims; in TEST_P()6555 std::vector<CType> expected_output; in TEST_P()