|
tvm
|
Typed reference/view over an expression whose result type is a specific Type subtype. More...
#include <base_expr.h>
Public Member Functions | |
| ExpectedType | ty () const |
| TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE (TypedExpr, Expr, ExprNode) | |
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) | |
Static Public Attributes | |
| static constexpr bool | _type_container_is_exact = false |
Typed reference/view over an expression whose result type is a specific Type subtype.
| ExpectedType | The expected expression result type. |
| tvm::TypedExpr< ExpectedType >::TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE | ( | TypedExpr< ExpectedType > | , |
| Expr | , | ||
| ExprNode | |||
| ) |
|
inline |
|
staticconstexpr |