tvm
|
Tensor intrinsics for tensorization. More...
#include <function.h>
Public Member Functions | |
TVM_DECLARE_FINAL_OBJECT_INFO (TensorIntrinNode, Object) | |
Static Public Member Functions | |
static void | RegisterReflection () |
Public Attributes | |
PrimFunc | desc |
The function to describe the computation. More... | |
PrimFunc | impl |
The function of the implementation for the execution. More... | |
Static Public Attributes | |
static constexpr const char * | _type_key = "tir.TensorIntrin" |
Tensor intrinsics for tensorization.
|
inlinestatic |
tvm::tir::TensorIntrinNode::TVM_DECLARE_FINAL_OBJECT_INFO | ( | TensorIntrinNode | , |
Object | |||
) |
|
staticconstexpr |
PrimFunc tvm::tir::TensorIntrinNode::desc |
The function to describe the computation.
PrimFunc tvm::tir::TensorIntrinNode::impl |
The function of the implementation for the execution.