tvm
|
A Compute op that compute a tensor on certain domain. More...
#include <operation.h>
Public Member Functions | |
ComputeOpNode () | |
constructor More... | |
int | num_outputs () const final |
DataType | output_dtype (size_t i) const final |
Get data type. i-th output tensor. More... | |
Array< Tensor > | InputTensors () const final |
List all the input Tensors. More... | |
TVM_DECLARE_FINAL_OBJECT_INFO (ComputeOpNode, BaseComputeOpNode) | |
![]() | |
Array< PrimExpr > | output_shape (size_t idx) const final |
Get shape of i-th output tensor. More... | |
TVM_DECLARE_BASE_OBJECT_INFO (BaseComputeOpNode, OperationNode) | |
![]() | |
virtual | ~OperationNode () |
TVM_DECLARE_BASE_OBJECT_INFO (OperationNode, Object) | |
Static Public Member Functions | |
static void | RegisterReflection () |
![]() | |
static void | RegisterReflection () |
![]() | |
static void | RegisterReflection () |
Public Attributes | |
Array< PrimExpr > | body |
the compute expression More... | |
![]() | |
Array< IterVar > | axis |
IterVar on each axis. More... | |
Array< IterVar > | reduce_axis |
IterVar on each reduction axis, if the body is a Reduce. More... | |
![]() | |
std::string | name |
optional name of the operation More... | |
std::string | tag |
optional tag of the operation More... | |
Map< String, ffi::Any > | attrs |
additional attributes of the operation More... | |
Static Public Attributes | |
static constexpr const char * | _type_key = "te.ComputeOp" |
![]() | |
static constexpr const char * | _type_key = "te.BaseComputeOp" |
![]() | |
static constexpr const char * | _type_key = "te.Operation" |
A Compute op that compute a tensor on certain domain.
|
inline |
constructor
|
finalvirtual |
|
finalvirtual |
Implements tvm::te::OperationNode.
|
finalvirtual |
Get data type. i-th output tensor.
i | The output index. |
Implements tvm::te::OperationNode.
|
inlinestatic |
tvm::te::ComputeOpNode::TVM_DECLARE_FINAL_OBJECT_INFO | ( | ComputeOpNode | , |
BaseComputeOpNode | |||
) |
|
staticconstexpr |
Array<PrimExpr> tvm::te::ComputeOpNode::body |
the compute expression