tvm
Public Member Functions | Static Public Member Functions | 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_FFI_DECLARE_OBJECT_INFO_FINAL ("ir.TensorMapType", TensorMapTypeNode, TypeNode)
 
- Public Member Functions inherited from tvm::TypeNode
 TVM_FFI_DECLARE_OBJECT_INFO ("ir.Type", TypeNode, Object)
 

Static Public Member Functions

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

Additional Inherited Members

- Public Attributes inherited from tvm::TypeNode
Span span
 Span that points to the original source code. Reserved debug information. More...
 
- Static Public Attributes inherited from tvm::TypeNode
static constexpr TVMFFISEqHashKind _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode
 
static constexpr const uint32_t _type_child_slots = 14
 

Detailed Description

The type of tensor map.

See also
TensorMapType

Member Function Documentation

◆ RegisterReflection()

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

◆ TVM_FFI_DECLARE_OBJECT_INFO_FINAL()

tvm::TensorMapTypeNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL ( "ir.TensorMapType"  ,
TensorMapTypeNode  ,
TypeNode   
)

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