Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dloopnest.h311 static std::vector<ForPtr> distributeLoopAndParentsOverInnerLoops(
H A Dloopnest_randomization.cpp360 l.distributeLoopAndParentsOverInnerLoops(loop); in loopnestRandomization()
H A Dloopnest.cpp1748 std::vector<ForPtr> LoopNest::distributeLoopAndParentsOverInnerLoops( in distributeLoopAndParentsOverInnerLoops() function in torch::jit::tensorexpr::LoopNest
1753 return distributeLoopAndParentsOverInnerLoops(parentLoop); in distributeLoopAndParentsOverInnerLoops()
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtest_loopnest.cpp5326 auto newLoops = LoopNest::distributeLoopAndParentsOverInnerLoops(newForI); in TEST()