Home
last modified time | relevance | path

Searched defs:literal2 (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Dliteral_test_util_test.cc66 Literal literal2 = LiteralUtil::MakeTupleFromSlices({ in TEST() local
89 Literal literal2 = LiteralUtil::MakeTupleFromSlices({ in TEST() local
Dtransfer_manager_test.cc320 Literal literal2 = LiteralUtil::MakeTupleFromSlices( in XLA_TEST_F() local
Darray_elementwise_ops_test.cc1738 Literal literal2 = LiteralUtil::CreateR1<float>(values2); in XLA_TEST_F() local
1770 Literal literal2 = LiteralUtil::CreateR1<float>(values2); in XLA_TEST_F() local
1803 Literal literal2 = LiteralUtil::CreateR1<float>(values2); in XLA_TEST_F() local
1837 Literal literal2 = LiteralUtil::CreateR1<float>(values2); in XLA_TEST_F() local
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler_test.cc1809 xla::Literal literal2 = xla::LiteralUtil::CreateR0<int32>(1); in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/
Dliteral_test.cc160 auto literal2 = LiteralUtil::CreateR2({{1, 2, 3}, {4, 5, 6}}); in TEST_F() local