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

Managed reference to ExprNode. More...

#include <base_expr.h>

Inheritance diagram for tvm::Expr:
Collaboration diagram for tvm::Expr:

Public Member Functions

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 ExprNode.

See also
ExprNode

Member Function Documentation

◆ operator!=()

bool tvm::Expr::operator!= ( const Expr other) const
delete

◆ operator<()

bool tvm::Expr::operator< ( const Expr other) const
delete

◆ operator==()

bool tvm::Expr::operator== ( const Expr other) const
delete

◆ TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE()

tvm::Expr::TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE ( Expr  ,
ffi::ObjectRef  ,
ExprNode   
)

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