tvm
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
tvm::tir::TensorIntrinNode Class Reference

Tensor intrinsics for tensorization. More...

#include <function.h>

Inheritance diagram for tvm::tir::TensorIntrinNode:
Collaboration diagram for tvm::tir::TensorIntrinNode:

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"
 

Detailed Description

Tensor intrinsics for tensorization.

Member Function Documentation

◆ RegisterReflection()

static void tvm::tir::TensorIntrinNode::RegisterReflection ( )
inlinestatic

◆ TVM_DECLARE_FINAL_OBJECT_INFO()

tvm::tir::TensorIntrinNode::TVM_DECLARE_FINAL_OBJECT_INFO ( TensorIntrinNode  ,
Object   
)

Member Data Documentation

◆ _type_key

constexpr const char* tvm::tir::TensorIntrinNode::_type_key = "tir.TensorIntrin"
staticconstexpr

◆ desc

PrimFunc tvm::tir::TensorIntrinNode::desc

The function to describe the computation.

◆ impl

PrimFunc tvm::tir::TensorIntrinNode::impl

The function of the implementation for the execution.


The documentation for this class was generated from the following file: