Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dsorting_test.cc41 auto x_rev = in XLA_TEST_F() local
43 xla::GetTupleElement(xla::TopK(x_rev, 3), 1); in XLA_TEST_F()
50 auto x_rev = ConstantR1<int>(&builder, {std::numeric_limits<int>::min(), in XLA_TEST_F() local
53 xla::GetTupleElement(xla::TopK(x_rev, 3), 1); in XLA_TEST_F()
59 auto x_rev = ConstantR1<int>(&builder, {std::numeric_limits<int>::min(), in XLA_TEST_F() local
62 xla::GetTupleElement(xla::TopK(x_rev, 3), 1); in XLA_TEST_F()