Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla_test.cc78 auto x_literal = xla::LiteralUtil::CreateR0<int32>(10); in TEST() local
/external/tensorflow/tensorflow/compiler/xla/tests/
Dconcat_test.cc563 auto x_literal = LiteralUtil::CreateR0<float>(2.f); in XLA_TEST_F() local
585 auto x_literal = LiteralUtil::CreateR1<float>({2.0f, 3.0f, 5.0f, 6.0f}); in XLA_TEST_F() local
613 auto x_literal = LiteralUtil::CreateR3FromArray3D<float>(x3d); in XLA_TEST_F() local
Dlocal_client_execute_test.cc301 auto x_literal = LiteralUtil::MakeTupleFromSlices( in XLA_TEST_F() local
Darray_elementwise_ops_test.cc2958 auto x_literal = LiteralUtil::CreateR1<float>({1, 2, 3}); in XLA_TEST_F() local
/external/mksh/src/
Dedit.c2216 x_literal(int c MKSH_A_UNUSED) in x_literal() function