Home
last modified time | relevance | path

Searched refs:all_reduce_barrier (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.cc558 if (!all_reduce_barrier().empty()) { in ExtraAttributesToStringImpl()
559 result.push_back(StrCat("barrier=\"", all_reduce_barrier(), "\"")); in ExtraAttributesToStringImpl()
574 all_reduce_barrier() == casted_other.all_reduce_barrier() && in IdenticalSlowPath()
583 shape, new_operands, to_apply(), replica_groups(), all_reduce_barrier(), in CloneWithNewOperandsImpl()
Dhlo.proto175 string all_reduce_barrier = 46; field
Dhlo_instruction.cc388 /*barrier=*/proto.all_reduce_barrier(), in CreateFromProto()
3421 string HloInstruction::all_reduce_barrier() const { in all_reduce_barrier() function in xla::HloInstruction
3422 return Cast<HloAllReduceInstruction>(this)->all_reduce_barrier(); in all_reduce_barrier()
Dhlo_instruction.h1528 string all_reduce_barrier() const;
Dhlo_instructions.h322 string all_reduce_barrier() const { return all_reduce_barrier_; } in all_reduce_barrier() function