Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/
H A Dir.h1460 struct WithInsertPoint { struct
1461 WithInsertPoint(Node* n) : prev_(n->owningGraph()->insertPoint()) { in WithInsertPoint() function
1464 WithInsertPoint(Block* b) : WithInsertPoint(b->return_node()) {} in WithInsertPoint() function
1466 ~WithInsertPoint() { in ~WithInsertPoint() argument