Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dir_cloner.cpp352 StmtPtr true_new = true_old ? true_old->accept_mutator(this) : true_old; in mutate() local
H A Dir_mutator.cpp598 StmtPtr true_new = true_old ? true_old->accept_mutator(this) : true_old; in mutate() local
H A Dir_simplifier.cpp1590 StmtPtr true_new = true_old ? true_old->accept_mutator(this) : true_old; in mutate() local