Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dloopnest_randomization.cpp40 std::vector<ForPtr> nested_loops; in GetAllPerfectlyNestedLoopNests() local
443 auto nested_loops = all_nested_loops.at(index); in loopnestRandomization() local
483 auto nested_loops = all_nested_loops.at(index); in loopnestRandomization() local
557 auto nested_loops = all_nested_loops.at(index); in loopnestRandomization() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/
H A Dloop1.c15 int nested_loops(volatile struct pt_regs* ctx) in nested_loops() function