tvm
Loading...
Searching...
No Matches
Public Member Functions | List of all members
tvm::Tuple Class Reference

Managed reference to TupleNode. More...

#include <expr.h>

Inheritance diagram for tvm::Tuple:
Collaboration diagram for tvm::Tuple:

Public Member Functions

 Tuple (ffi::Array< Expr > fields, Span span=Span())
 Construct a tuple from its fields.
 
 TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE (Tuple, Expr, TupleNode)
 
 TVM_DEFINE_OBJECT_REF_COW_METHOD (TupleNode)
 
- 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 TupleNode.

Constructor & Destructor Documentation

◆ Tuple()

tvm::Tuple::Tuple ( ffi::Array< Expr fields,
Span  span = Span() 
)
explicit

Construct a tuple from its fields.

Parameters
fieldsThe fields of the tuple.
spanThe source span of the expression.

Member Function Documentation

◆ TVM_DEFINE_OBJECT_REF_COW_METHOD()

tvm::Tuple::TVM_DEFINE_OBJECT_REF_COW_METHOD ( TupleNode  )

◆ TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE()

tvm::Tuple::TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE ( Tuple  ,
Expr  ,
TupleNode   
)

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