Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/interpreter/
H A Dcode_impl.h50 struct WithCurrentNode { struct
51 WithCurrentNode(Node** loc, Node* new_value) : loc_(loc), old_value_(*loc_) { in WithCurrentNode() argument
54 ~WithCurrentNode() { in ~WithCurrentNode() argument
60 Node* old_value_;