Home
last modified time | relevance | path

Searched refs:input_2x3x2 (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dliteral_test.cc830 auto input_2x3x2 = LiteralUtil::CreateR3<uint32>( in TEST_F() local
832 auto result = input_2x3x2.Slice({0, 0, 0}, {2, 3, 2}); in TEST_F()
833 EXPECT_EQ(input_2x3x2, result); in TEST_F()