Managed reference to ScanOpNode.
More...
#include <operation.h>
|
| ScanOp (std::string name, std::string tag, Map< String, ObjectRef > 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...
|
|
| ObjectRef ()=default |
| default constructor More...
|
|
| ObjectRef (ObjectPtr< Object > data) |
| Constructor from existing object ptr. More...
|
|
bool | same_as (const ObjectRef &other) const |
| Comparator. More...
|
|
bool | operator== (const ObjectRef &other) const |
| Comparator. More...
|
|
bool | operator!= (const ObjectRef &other) const |
| Comparator. More...
|
|
bool | operator< (const ObjectRef &other) const |
| Comparator. More...
|
|
bool | defined () const |
|
const Object * | get () const |
|
const Object * | operator-> () const |
|
bool | unique () const |
|
int | use_count () const |
|
template<typename ObjectType > |
const ObjectType * | as () const |
| Try to downcast the internal Object to a raw pointer of a corresponding type. More...
|
|
Managed reference to ScanOpNode.
- See also
- ScanOpNode
◆ ScanOp()
◆ TVM_DEFINE_OBJECT_REF_METHODS()
The documentation for this class was generated from the following file: