Home
last modified time | relevance | path

Searched refs:element_1 (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Dlocal_client_execute_test.cc375 auto element_1 = GetTupleElement(param, 1); in XLA_TEST_F() local
376 Tuple(&builder, {Neg(element_0), Add(element_1, element_1)}); in XLA_TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/
Dcopy_insertion_test.cc1885 HloInstruction* element_1 = builder.AddInstruction( in MakeBenchmarkWhileBody() local
1891 HloInstruction::CreateReverse(element_shape, element_1, {0})); in MakeBenchmarkWhileBody()
1893 element_shape, HloOpcode::kAdd, element_1, element_2)); in MakeBenchmarkWhileBody()
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md1490 let element_1: s32 = gettupleelement(t, 1); // Inferred shape matches s32.