tvm
Public Member Functions | List of all members
tvm::te::ScanOp Class Reference

Managed reference to ScanOpNode. More...

#include <operation.h>

Inheritance diagram for tvm::te::ScanOp:
Collaboration diagram for tvm::te::ScanOp:

Public Member Functions

 ScanOp (std::string name, std::string tag, Optional< Map< String, ffi::Any >> attrs, IterVar axis, Array< Tensor > init, Array< Tensor > update, Array< Tensor > state_placeholder, Array< Tensor > input)
 
 TVM_DEFINE_OBJECT_REF_METHODS (ScanOp, Operation, ScanOpNode)
 
- Public Member Functions inherited from tvm::te::Operation
 Operation ()
 default constructor
More...
 
 Operation (ObjectPtr< Object > n)
 
const OperationNodeoperator-> () const
 access the internal node container More...
 
Tensor output (size_t i) const
 get the i-th output of the operation. More...
 

Additional Inherited Members

- Public Types inherited from tvm::te::Operation
using ContainerType = OperationNode
 specify container node More...
 

Detailed Description

Managed reference to ScanOpNode.

See also
ScanOpNode

Constructor & Destructor Documentation

◆ ScanOp()

tvm::te::ScanOp::ScanOp ( std::string  name,
std::string  tag,
Optional< Map< String, ffi::Any >>  attrs,
IterVar  axis,
Array< Tensor init,
Array< Tensor update,
Array< Tensor state_placeholder,
Array< Tensor input 
)

Member Function Documentation

◆ TVM_DEFINE_OBJECT_REF_METHODS()

tvm::te::ScanOp::TVM_DEFINE_OBJECT_REF_METHODS ( ScanOp  ,
Operation  ,
ScanOpNode   
)

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