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, Array< Expr > args, Attrs attrs=Attrs(), Array< StructInfo > sinfo_args=Array< StructInfo >(), Span span=Span())
 The constructor. More...
 
 TVM_DEFINE_OBJECT_REF_METHODS (Call, Expr, CallNode)
 
 TVM_DEFINE_OBJECT_REF_COW_METHOD (CallNode)
 
- Public Member Functions inherited from tvm::RelaxExpr
 TVM_DEFINE_OBJECT_REF_METHODS (RelaxExpr, BaseExpr, RelaxExprNode)
 
- Public Member Functions inherited from tvm::BaseExpr
 TVM_DEFINE_OBJECT_REF_METHODS (BaseExpr, ObjectRef, BaseExprNode)
 

Constructor & Destructor Documentation

◆ Call()

tvm::relax::Call::Call ( Expr  op,
Array< Expr args,
Attrs  attrs = Attrs(),
Array< StructInfo sinfo_args = 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_DEFINE_OBJECT_REF_METHODS()

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

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