Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions
torch::jit::LoopView Struct Reference

Public Member Functions

 LoopView (Node *node)
 
Block * bodyBlock () const
 
Value * cond () const
 
Value * maxTripCount () const
 
Value * inputCond () const
 
Value * nextCond () const
 
Value * currentTripCount () const
 
ArrayRef< Value * > carriedInputs () const
 
ArrayRef< Value * > carriedOutputs () const
 
ArrayRef< Value * > bodyCarriedInputs () const
 
ArrayRef< Value * > bodyCarriedOutputs () const
 
Node * node () const
 
 operator Node * () const
 

Detailed Description

Definition at line 39 of file ir_views.h.


The documentation for this struct was generated from the following file: