Home
last modified time | relevance | path

Searched refs:element_0 (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dcopy_insertion_test.cc1883 HloInstruction* element_0 = builder.AddInstruction( in MakeBenchmarkWhileBody() local
1896 HloInstruction::CreateTuple({element_0, rev_1, add_1_2})); in MakeBenchmarkWhileBody()
1972 HloInstruction* element_0 = builder.AddInstruction( in BM_ParallelWhiles() local
1975 x->shape(), HloOpcode::kAdd, sum, element_0)); in BM_ParallelWhiles()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dlocal_client_execute_test.cc374 auto element_0 = GetTupleElement(param, 0); in XLA_TEST_F() local
376 Tuple(&builder, {Neg(element_0), Add(element_1, element_1)}); in XLA_TEST_F()