Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dcuda_codegen.cpp493 if (nested_if_then_else_ > 0) { in mutate()
586 nested_if_then_else_++; in mutate()
588 nested_if_then_else_--; in mutate()
629 int nested_if_then_else_{0}; member in torch::jit::tensorexpr::PrioritizeLoad