Home
last modified time | relevance | path

Searched refs:kRowReduction (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dfusion_utils.cc190 fusion_type_ = FusionType::kRowReduction; in FusionPattern()
211 fusion_type_ = FusionType::kRowReduction; in FusionPattern()
214 if (fusion_type_ != FusionType::kRowReduction) { in FusionPattern()
267 if (getFusionType() == FusionType::kRowReduction || in merge()
268 other.getFusionType() == FusionType::kRowReduction) { in merge()
269 newType = FusionType::kRowReduction; in merge()
270 if (getFusionType() != FusionType::kRowReduction) in merge()
Dlhlo_legalize_roots_to_loops.cc288 case FusionType::kRowReduction: in runOnFunction()
/external/tensorflow/tensorflow/compiler/mlir/hlo/include/mlir-hlo/Dialect/mhlo/transforms/
Dfusion_utils.h56 kRowReduction, enumerator
131 return (getFusionType() == FusionType::kRowReduction || in isKInputFusion()