tvm
|
Managed reference to ScanOpNode. More...
#include <operation.h>
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) | |
![]() | |
Operation () | |
default constructor More... | |
Operation (ObjectPtr< Object > n) | |
const OperationNode * | operator-> () 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 | |
![]() | |
using | ContainerType = OperationNode |
specify container node More... | |
Managed reference to ScanOpNode.
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 | ||
) |
tvm::te::ScanOp::TVM_DEFINE_OBJECT_REF_METHODS | ( | ScanOp | , |
Operation | , | ||
ScanOpNode | |||
) |