tvm
|
Tensor intrinsics for tensorization. More...
#include <function.h>
Public Member Functions | |
TVM_FFI_DECLARE_OBJECT_INFO_FINAL ("tir.TensorIntrin", 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... | |
Tensor intrinsics for tensorization.
|
inlinestatic |
tvm::tir::TensorIntrinNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL | ( | "tir.TensorIntrin" | , |
TensorIntrinNode | , | ||
Object | |||
) |
PrimFunc tvm::tir::TensorIntrinNode::desc |
The function to describe the computation.
PrimFunc tvm::tir::TensorIntrinNode::impl |
The function of the implementation for the execution.