Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dexit_transforms.cpp69 struct ExitTransformer { struct
70 ExitTransformer(std::shared_ptr<Graph> graph) : graph_(std::move(graph)) { in ExitTransformer() argument
79 void transformReturnStmts() { in transformReturnStmts()
84 void transformLoopContinuations() { in transformLoopContinuations()
90 ExitPair constructThrowsExitPair() { in constructThrowsExitPair()
93 ExitPair constructWontExitPair() { in constructWontExitPair()
96 ExitPair constructWillExitPair(at::ArrayRef<Value*> exit_val_ref) { in constructWillExitPair()
100 ExitStatus getExitStatus(ExitPair& exit_pair) { in getExitStatus()
113 static Symbol owningNodeKind(Block* block) { in owningNodeKind()
120 static bool isGraphOrClosureBlock(Block* block) { in isGraphOrClosureBlock()
[all …]