Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tests/
Dbuffer_donation_test.cc210 auto indexc = builder.AddInstruction( in BuildWhileBodyComputation() local
213 indexc->shape(), HloOpcode::kAdd, indexc, const1)); in BuildWhileBodyComputation()
/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment_test.cc226 auto indexc = builder.AddInstruction( in BuildWhileBodyComputation() local
229 indexc->shape(), HloOpcode::kAdd, indexc, const1)); in BuildWhileBodyComputation()
Dmemory_space_assignment_test.cc3728 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()