Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dliteral_test.cc822 auto input_3x4 = LiteralUtil::CreateR2<uint32>( in TEST_F() local
824 auto result = input_3x4.Slice({0, 2}, {2, 4}); in TEST_F()