Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/
H A Dir_views.h47 struct LoopView { struct
48 explicit LoopView(Node* node) : node_(node) { in LoopView() function
52 Block* bodyBlock() const { in bodyBlock()
55 Value* cond() const { in cond()
58 Value* maxTripCount() const { in maxTripCount()
61 Value* inputCond() const { in inputCond()
64 Value* nextCond() const { in nextCond()
67 Value* currentTripCount() const { in currentTripCount()
70 ArrayRef<Value*> carriedInputs() const { in carriedInputs()
74 ArrayRef<Value*> carriedInputsWithCond() const { in carriedInputsWithCond()
[all …]