Home
last modified time | relevance | path

Searched defs:all_reduce_id (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dar_crs_combiner.cc293 auto all_reduce_id = it.first; in KeepProvablyEqualInstructionGroups() local
326 auto all_reduce_id = all_reduce->all_reduce_id(); in RewriteGraph() local
Dhlo_reachability.cc120 auto all_reduce_id = hlo->all_reduce_id(); in Build() local
Dhlo.proto174 int64 all_reduce_id = 45; field
Dhlo_instruction.cc379 absl::optional<int64> all_reduce_id; in CreateFromProto() local
836 const absl::optional<int64>& all_reduce_id) { in CreateAllReduce()
3429 absl::optional<int64> HloInstruction::all_reduce_id() const { in all_reduce_id() function in xla::HloInstruction
3434 const absl::optional<int64>& all_reduce_id) { in set_all_reduce_id()
Dhlo_instructions.h325 absl::optional<int64> all_reduce_id() const { return all_reduce_id_; } in all_reduce_id() function
Dhlo_computation.cc406 auto all_reduce_id = instruction->all_reduce_id(); in ComputeChannelDependencies() local
Dlayout_assignment.cc512 int64 all_reduce_id = instruction->all_reduce_id().value(); in AddMandatoryConstraints() local
Dhlo_instructions.cc522 const absl::optional<int64>& all_reduce_id) in HloAllReduceInstruction()
531 const absl::optional<int64>& all_reduce_id) { in set_all_reduce_id()
Dhlo_parser.cc822 optional<int64> all_reduce_id; in ParseInstructionRhs() local