Searched refs:kRowReduction (Results 1 – 3 of 3) sorted by relevance
190 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()
288 case FusionType::kRowReduction: in runOnFunction()
56 kRowReduction, enumerator131 return (getFusionType() == FusionType::kRowReduction || in isKInputFusion()