Home
last modified time | relevance | path

Searched refs:set_all_reduce_barrier (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.h1529 void set_all_reduce_barrier(const string& barrier);
Dhlo_instructions.h323 void set_all_reduce_barrier(string barrier) { all_reduce_barrier_ = barrier; } in set_all_reduce_barrier() function
Dhlo_instruction.cc3425 void HloInstruction::set_all_reduce_barrier(const string& barrier) { in set_all_reduce_barrier() function in xla::HloInstruction
3426 return Cast<HloAllReduceInstruction>(this)->set_all_reduce_barrier(barrier); in set_all_reduce_barrier()
Dhlo_instructions.cc541 proto.set_all_reduce_barrier(all_reduce_barrier_); in ToProto()