Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/interpreter/
H A Dpreprocess_graph.cpp149 Node* same_depth_node = findOwnerInBlock(n, v->node()->owningBlock()); in insertLastUses() local
151 same_depth_node); // failure means v is not in scope for n, use lint! in insertLastUses()
155 if (same_depth_node == n) { in insertLastUses()
162 findOrCreateDropInstructionForNode(same_depth_node), v); in insertLastUses()