Searched defs:x_literal (Results 1 – 5 of 5) sorted by relevance
78 auto x_literal = xla::LiteralUtil::CreateR0<int32>(10); in TEST() local
563 auto x_literal = LiteralUtil::CreateR0<float>(2.f); in XLA_TEST_F() local585 auto x_literal = LiteralUtil::CreateR1<float>({2.0f, 3.0f, 5.0f, 6.0f}); in XLA_TEST_F() local613 auto x_literal = LiteralUtil::CreateR3FromArray3D<float>(x3d); in XLA_TEST_F() local
301 auto x_literal = LiteralUtil::MakeTupleFromSlices( in XLA_TEST_F() local
2958 auto x_literal = LiteralUtil::CreateR1<float>({1, 2, 3}); in XLA_TEST_F() local
2216 x_literal(int c MKSH_A_UNUSED) in x_literal() function