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

The type of tensor map. More...

#include <type.h>

Inheritance diagram for tvm::TensorMapTypeNode:
Collaboration diagram for tvm::TensorMapTypeNode:

Public Member Functions

 TVM_DECLARE_FINAL_OBJECT_INFO (TensorMapTypeNode, TypeNode)
 
- Public Member Functions inherited from tvm::TypeNode
 TVM_DECLARE_BASE_OBJECT_INFO (TypeNode, Object)
 

Static Public Member Functions

static void RegisterReflection ()
 
- Static Public Member Functions inherited from tvm::TypeNode
static void RegisterReflection ()
 

Static Public Attributes

static constexpr const char * _type_key = "ir.TensorMapType"
 
- Static Public Attributes inherited from tvm::TypeNode
static constexpr TVMFFISEqHashKind _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode
 
static constexpr const char * _type_key = "ir.Type"
 
static constexpr const uint32_t _type_child_slots = 14
 

Additional Inherited Members

- Public Attributes inherited from tvm::TypeNode
Span span
 Span that points to the original source code. Reserved debug information. More...
 

Detailed Description

The type of tensor map.

See also
TensorMapType

Member Function Documentation

◆ RegisterReflection()

static void tvm::TensorMapTypeNode::RegisterReflection ( )
inlinestatic

◆ TVM_DECLARE_FINAL_OBJECT_INFO()

tvm::TensorMapTypeNode::TVM_DECLARE_FINAL_OBJECT_INFO ( TensorMapTypeNode  ,
TypeNode   
)

Member Data Documentation

◆ _type_key

constexpr const char* tvm::TensorMapTypeNode::_type_key = "ir.TensorMapType"
staticconstexpr

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