Home
last modified time | relevance | path

Searched refs:ArCrsPair (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dar_crs_combiner.h85 struct ArCrsPair { struct
91 ArCrsPair(HloInstruction* all_reduce, HloInstruction* cross_replica_sum, in ArCrsPair() argument
101 absl::optional<ArCrsCombiner::ArCrsPair> MatchesArCrsPattern( argument
142 absl::flat_hash_map<int64, std::vector<ArCrsPair>> all_reduce_map_;
Dar_crs_combiner.cc41 absl::optional<ArCrsCombiner::ArCrsPair> ArCrsCombiner::MatchesArCrsPattern( in MatchesArCrsPattern()
89 return absl::optional<ArCrsPair>(ArCrsPair(instruction, next, distance)); in MatchesArCrsPattern()