Home
last modified time | relevance | path

Searched defs:arg_literal (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Dconvert_test.cc212 Literal arg_literal = LiteralUtil::CreateR1<int64_t>({arg}); in XLA_TEST_F() local
231 Literal arg_literal = LiteralUtil::CreateR1<uint32_t>({arg}); in XLA_TEST_F() local
249 Literal arg_literal = LiteralUtil::CreateR1<float>({arg}); in XLA_TEST_F() local
266 Literal arg_literal = LiteralUtil::CreateR1<uint32_t>({arg}); in XLA_TEST_F() local
283 Literal arg_literal = LiteralUtil::CreateR1<int32_t>({arg}); in XLA_TEST_F() local
320 Literal arg_literal = LiteralUtil::CreateR1<float>({arg}); in XLA_TEST_F() local
Dlocal_client_execute_test.cc350 auto arg_literal = LiteralUtil::MakeTupleFromSlices( in XLA_TEST_F() local
382 auto arg_literal = LiteralUtil::MakeTupleFromSlices( in XLA_TEST_F() local
438 Literal arg_literal = LiteralUtil::MakeTupleOwned(std::move(arg_elements)); in XLA_TEST_F() local
495 auto arg_literal = in XLA_TEST_F() local
535 Literal arg_literal = LiteralUtil::CreateR0<float>(123.0); in XLA_TEST_F() local
Dreduce_window_test.cc384 Literal arg_literal(shape); in XLA_TEST_P() local
404 Literal arg_literal = in XLA_TEST_P() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator_test.cc184 auto arg_literal = LiteralUtil::CreateR2FromArray2D<float>(*arg_array); in ReduceWindowMaxIotaTest() local
2634 auto arg_literal = LiteralUtil::CreateR2FromArray2D<float>(*arg_array); in TEST_P() local
2676 auto arg_literal = LiteralUtil::CreateR2FromArray2D<float>(*arg_array); in TEST_P() local
2793 auto arg_literal = LiteralUtil::CreateR2FromArray2D<float>(*arg_array); in TEST_P() local
2845 Literal arg_literal = in TEST_P() local
Dhlo_evaluator.cc3038 const Literal& arg_literal = GetEvaluatedLiteralFor(operand); in HandleAsyncStart() local
3128 const Literal& arg_literal = GetEvaluatedLiteralFor(operand); in HandleCall() local
3164 const Literal& arg_literal = GetEvaluatedLiteralFor(operand); in HandleFusion() local
Dspace_to_batch_converter.cc2222 auto arg_literal = LiteralUtil::CreateR1(b); in Propagate() local
2339 auto arg_literal = LiteralUtil::CreateR1(b); in SelectValidPortion() local