Home
last modified time | relevance | path

Searched refs:set_all_reduce_id (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dar_crs_combiner.cc371 next->set_all_reduce_id(all_reduce_id); in RewriteGraph()
Dhlo_instruction.h1533 void set_all_reduce_id(const absl::optional<int64>& all_reduce_id);
Dhlo_instructions.cc530 void HloAllReduceInstruction::set_all_reduce_id( in set_all_reduce_id() function in xla::HloAllReduceInstruction
539 proto.set_all_reduce_id(*all_reduce_id_); in ToProto()
Dhlo_instructions.h326 void set_all_reduce_id(const absl::optional<int64>& all_reduce_id);
Dhlo_instruction.cc3433 void HloInstruction::set_all_reduce_id( in set_all_reduce_id() function in xla::HloInstruction
3435 return Cast<HloAllReduceInstruction>(this)->set_all_reduce_id(all_reduce_id); in set_all_reduce_id()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc2150 instr.set_all_reduce_id(channel_id->handle()); in CrossReplicaSum()