Home
last modified time | relevance | path

Searched defs:literal1 (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Dall_reduce_test.cc71 auto literal1 = LiteralUtil::CreateR1<float>({10, 20}); in XLA_TEST_F() local
98 auto literal1 = LiteralUtil::CreateR1<float>({10, 20}); in XLA_TEST_F() local
Dliteral_test_util_test.cc62 Literal literal1 = LiteralUtil::MakeTupleFromSlices({ in TEST() local
85 Literal literal1 = LiteralUtil::MakeTupleFromSlices({ in TEST() local
Dparams_test.cc128 Literal literal1 = LiteralUtil::CreateR1<float>({10, 20}); in XLA_TEST_F() local
172 Literal literal1 = LiteralUtil::CreateR1<float>({10, 20}); in XLA_TEST_F() local
191 Literal literal1 = LiteralUtil::CreateR1<float>({10, 20, 30}); in XLA_TEST_F() local
Dtransfer_manager_test.cc314 Literal literal1 = LiteralUtil::MakeTupleFromSlices( in XLA_TEST_F() local
Darray_elementwise_ops_test.cc1630 Literal literal1 = LiteralUtil::CreateR1<float>(values1); in XLA_TEST_F() local
1657 Literal literal1 = LiteralUtil::CreateR1<float>(values1); in XLA_TEST_F() local
1682 Literal literal1 = LiteralUtil::CreateR1<float>(values1); in XLA_TEST_F() local
1707 Literal literal1 = LiteralUtil::CreateR1<float>(values1); in XLA_TEST_F() local
1734 Literal literal1 = LiteralUtil::CreateR1<float>(values1); in XLA_TEST_F() local
1766 Literal literal1 = LiteralUtil::CreateR1<float>(values1); in XLA_TEST_F() local
1799 Literal literal1 = LiteralUtil::CreateR1<float>(values1); in XLA_TEST_F() local
1833 Literal literal1 = LiteralUtil::CreateR1<float>(values1); in XLA_TEST_F() local
/external/pytorch/test/cpp/jit/
Dtest_ir.cpp161 const char* literal1 = in TEST() local
/external/mesa3d/src/amd/compiler/tests/
Dtest_optimizer.cpp978 Temp literal1 = bld.copy(bld.def(v1), Operand::c32(0x12345678u)); variable
/external/tensorflow/tensorflow/compiler/xrt/tests/
Draw_api_test.cc479 xla::Literal literal1 = in TEST() local
1817 auto literal1 = xla::LiteralUtil::CreateR1<float>({5.0f, 9.0f}); in TEST() local
1916 auto literal1 = xla::LiteralUtil::CreateR1<int64_t>({5, 9}); in TEST() local
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler_test.cc1808 xla::Literal literal1 = xla::LiteralUtil::CreateR0<int32>(2); in TEST_F() local