tvm
Public Member Functions | List of all members
tvm::relax::PrimStructInfo Class Reference

Managed reference to PrimStructInfoNode. More...

#include <struct_info.h>

Inheritance diagram for tvm::relax::PrimStructInfo:
Collaboration diagram for tvm::relax::PrimStructInfo:

Public Member Functions

 PrimStructInfo (DataType dtype, Span span=Span())
 
 PrimStructInfo (PrimExpr value, Span span=Span())
 
 TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS (PrimStructInfo, StructInfo, PrimStructInfoNode)
 
- Public Member Functions inherited from tvm::relax::StructInfo
 TVM_DEFINE_OBJECT_REF_METHODS (StructInfo, ObjectRef, StructInfoNode)
 

Detailed Description

Managed reference to PrimStructInfoNode.

See also
PrimStructInfoNode

Constructor & Destructor Documentation

◆ PrimStructInfo() [1/2]

tvm::relax::PrimStructInfo::PrimStructInfo ( DataType  dtype,
Span  span = Span() 
)

◆ PrimStructInfo() [2/2]

tvm::relax::PrimStructInfo::PrimStructInfo ( PrimExpr  value,
Span  span = Span() 
)

Member Function Documentation

◆ TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS()

tvm::relax::PrimStructInfo::TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS ( PrimStructInfo  ,
StructInfo  ,
PrimStructInfoNode   
)

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