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

#include <expr.h>

Inheritance diagram for tvm::relax::Call:
Collaboration diagram for tvm::relax::Call:

Public Member Functions

 Call (Expr op, ffi::Array< Expr > args, Attrs attrs=Attrs(), ffi::Array< StructInfo > sinfo_args=ffi::Array< StructInfo >(), Span span=Span())
 The constructor. More...
 
 TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE (Call, Expr, CallNode)
 
 TVM_DEFINE_OBJECT_REF_COW_METHOD (CallNode)
 
- Public Member Functions inherited from tvm::RelaxExpr
 TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE (RelaxExpr, BaseExpr, RelaxExprNode)
 
- Public Member Functions inherited from tvm::BaseExpr
 TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE (BaseExpr, ObjectRef, BaseExprNode)
 

Constructor & Destructor Documentation

◆ Call()

tvm::relax::Call::Call ( Expr  op,
ffi::Array< Expr args,
Attrs  attrs = Attrs(),
ffi::Array< StructInfo sinfo_args = ffi::Array< StructInfo >(),
Span  span = Span() 
)

The constructor.

Parameters
opThe operator to be invoked.
argsThe arguments of the call.
attrsThe attributes of the call node.
sinfo_argsThe structure info arguments passed to a function.
spanThe source span of the expression.

Member Function Documentation

◆ TVM_DEFINE_OBJECT_REF_COW_METHOD()

tvm::relax::Call::TVM_DEFINE_OBJECT_REF_COW_METHOD ( CallNode  )

◆ TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE()

tvm::relax::Call::TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE ( Call  ,
Expr  ,
CallNode   
)

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