Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dkernel.cpp681 auto hasReduction = !NodeFinder<ReduceOp>::find(stmt).empty(); in fuseAllLoops() local
802 bool hasReduction = !NodeFinder<ReduceOp>::find(l.root_stmt()).empty(); in transformLoops() local