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

Managed reference to CallNode. More...

#include <expr.h>

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

Public Member Functions

 Call (Type ret_ty, Expr op, ffi::Array< Expr > args, Attrs attrs=Attrs(), ffi::Array< Type > ty_args=ffi::Array< Type >(), Span span=Span())
 
 TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE (Call, Expr, CallNode)
 
 TVM_DEFINE_OBJECT_REF_COW_METHOD (CallNode)
 
- 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)
 

Detailed Description

Managed reference to CallNode.

Constructor & Destructor Documentation

◆ Call()

tvm::Call::Call ( Type  ret_ty,
Expr  op,
ffi::Array< Expr args,
Attrs  attrs = Attrs(),
ffi::Array< Type ty_args = ffi::Array< Type >(),
Span  span = Span() 
)

Member Function Documentation

◆ TVM_DEFINE_OBJECT_REF_COW_METHOD()

tvm::Call::TVM_DEFINE_OBJECT_REF_COW_METHOD ( CallNode  )

◆ TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE()

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

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