Searched refs:element_1 (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | local_client_execute_test.cc | 375 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/ |
D | copy_insertion_test.cc | 1885 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/ |
D | operation_semantics.md | 1490 let element_1: s32 = gettupleelement(t, 1); // Inferred shape matches s32.
|