Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnccl_all_reduce_thunk.cc39 static absl::optional<ReductionKind> MatchReductionComputation( in MatchReductionComputation() function
91 auto reduction_kind = MatchReductionComputation(op); in GetNcclAllReduceConfig()
107 return operands_are_supported && MatchReductionComputation(op).has_value(); in CanImplement()
/external/tensorflow/tensorflow/compiler/xla/service/
Dcollective_ops_utils.cc22 absl::optional<ReductionKind> MatchReductionComputation( in MatchReductionComputation() function
Dcollective_ops_utils.h37 absl::optional<ReductionKind> MatchReductionComputation(
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc1130 if (!MatchReductionComputation(crs->to_apply()).has_value()) { in HandleAllReduceMultipleReplica()
1190 static_cast<int32>(*MatchReductionComputation(crs->to_apply()))), in HandleAllReduceMultipleReplica()