Searched refs:input_2x3x2 (Results 1 – 1 of 1) sorted by relevance
830 auto input_2x3x2 = LiteralUtil::CreateR3<uint32>( in TEST_F() local832 auto result = input_2x3x2.Slice({0, 0, 0}, {2, 3, 2}); in TEST_F()833 EXPECT_EQ(input_2x3x2, result); in TEST_F()