Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/
H A Dir_views.h8 struct IfView { struct
9 explicit IfView(Node* node) : node_(node) { in IfView() function
12 Value* cond() const { in cond()
15 Block* thenBlock() const { in thenBlock()
18 Block* elseBlock() const { in elseBlock()
21 ArrayRef<Value*> thenOutputs() const { in thenOutputs()
24 ArrayRef<Value*> elseOutputs() const { in elseOutputs()
27 ArrayRef<Value*> outputs() const { in outputs()
30 Node* node() const { in node()
37 void permuteOutputs(const std::vector<size_t>& new_output_order) { in permuteOutputs()