Searched refs:indexc (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | buffer_donation_test.cc | 210 auto indexc = builder.AddInstruction( in BuildWhileBodyComputation() local 213 indexc->shape(), HloOpcode::kAdd, indexc, const1)); in BuildWhileBodyComputation()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | buffer_assignment_test.cc | 226 auto indexc = builder.AddInstruction( in BuildWhileBodyComputation() local 229 indexc->shape(), HloOpcode::kAdd, indexc, const1)); in BuildWhileBodyComputation()
|
D | memory_space_assignment_test.cc | 3728 auto indexc = builder.AddInstruction( in TEST_P() local 3731 indexc->shape(), HloOpcode::kAdd, indexc, const1)); in TEST_P() 3739 schedule.set_sequence(body_computation, {const1, constv, param, indexc, in TEST_P()
|