Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/jit/tensorexpr/
Dir_cloner.cpp240 ExprPtr body_new = v->body()->accept_mutator(this); in mutate() local
254 auto body_new = v->body()->accept_mutator(this); in mutate() local
Dir_mutator.cpp318 ExprPtr body_new = v->body()->accept_mutator(this); in mutate() local
338 StmtPtr body_new = body->accept_mutator(this); in mutate() local
Dir_simplifier.cpp1658 StmtPtr body_new = body; in mutate() local
2547 StmtPtr body_new = body; in mutate() local
Dloopnest.cpp3233 ExprPtr body_new = v->body()->accept_mutator(this); in mutate() local