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

#include <expr.h>

Inheritance diagram for tvm::relax::ExternFunc:
Collaboration diagram for tvm::relax::ExternFunc:

Public Member Functions

 ExternFunc (ffi::String global_symbol, Span span=Span())
 
 ExternFunc (ffi::String global_symbol, Type ty, Span span=Span())
 
 TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE (ExternFunc, BaseFunc, ExternFuncNode)
 
 TVM_DEFINE_OBJECT_REF_COW_METHOD (ExternFuncNode)
 
- Public Member Functions inherited from tvm::BaseFunc
 TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE (BaseFunc, Expr, BaseFuncNode)
 
- 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

◆ ExternFunc() [1/2]

tvm::relax::ExternFunc::ExternFunc ( ffi::String  global_symbol,
Span  span = Span() 
)

◆ ExternFunc() [2/2]

tvm::relax::ExternFunc::ExternFunc ( ffi::String  global_symbol,
Type  ty,
Span  span = Span() 
)

Member Function Documentation

◆ TVM_DEFINE_OBJECT_REF_COW_METHOD()

tvm::relax::ExternFunc::TVM_DEFINE_OBJECT_REF_COW_METHOD ( ExternFuncNode  )

◆ TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE()

tvm::relax::ExternFunc::TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE ( ExternFunc  ,
BaseFunc  ,
ExternFuncNode   
)

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