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

#include <expr.h>

Inheritance diagram for tvm::relax::Var:
Collaboration diagram for tvm::relax::Var:

Public Member Functions

 Var (ffi::String name_hint, ffi::Optional< Type > ty_annotation, Span span=Span())
 
 TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE (Var, Expr, VarNode)
 
- Public Member Functions inherited from tvm::Expr
bool operator== (const Expr &other) const =delete
 
bool operator!= (const Expr &other) const =delete
 
bool operator< (const Expr &other) const =delete
 
 TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE (Expr, ffi::ObjectRef, ExprNode)
 

Constructor & Destructor Documentation

◆ Var()

tvm::relax::Var::Var ( ffi::String  name_hint,
ffi::Optional< Type ty_annotation,
Span  span = Span() 
)
explicit

Member Function Documentation

◆ TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE()

tvm::relax::Var::TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE ( Var  ,
Expr  ,
VarNode   
)

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