Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dexit_transforms.cpp29 struct ExitPair : public std::pair<Value*, std::vector<Value*>> { struct
32 ExitPair(Value* exit_v, at::ArrayRef<Value*> exit_val_ref) { in ExitPair() function
42 Value* hasExited() const { in hasExited()
46 std::vector<Value*> exitValues() const { in exitValues()