tvm
|
Managed reference to PlaceholderOpNode. More...
#include <operation.h>
Public Member Functions | |
PlaceholderOp (std::string name, Array< PrimExpr > shape, DataType dtype) | |
TVM_DEFINE_OBJECT_REF_METHODS (PlaceholderOp, Operation, PlaceholderOpNode) | |
![]() | |
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 PlaceholderOpNode.
tvm::te::PlaceholderOp::TVM_DEFINE_OBJECT_REF_METHODS | ( | PlaceholderOp | , |
Operation | , | ||
PlaceholderOpNode | |||
) |