Managed reference to IterSumExprNode.
More...
#include <iter_affine_map.h>
|
| | IterSumExpr (ffi::Array< IterSplitExpr > args, PrimExpr base) |
| | constructor. More...
|
| |
| | TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE (IterSumExpr, IterMapExpr, IterSumExprNode) |
| |
| | TVM_DEFINE_OBJECT_REF_COW_METHOD (IterSumExprNode) |
| |
| | TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE (IterMapExpr, PrimExpr, IterMapExprNode) |
| |
| | PrimExpr (Call call) |
| | Construct from a call after checking that its result type is PrimType. More...
|
| |
| | PrimExpr (int32_t value) |
| | construct from integer. More...
|
| |
| | PrimExpr (float value) |
| | construct from float. More...
|
| |
| | TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE (PrimExpr, TypedExpr< PrimType >, ExprNode) |
| |
| PrimType | ty () const |
| |
| | TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE (TypedExpr, Expr, ExprNode) |
| |
| 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) |
| |
Managed reference to IterSumExprNode.
- See also
- IterSumExprNode
◆ IterSumExpr()
constructor.
- Parameters
-
| args | The args to the sum. |
| base | The base offset. |
◆ TVM_DEFINE_OBJECT_REF_COW_METHOD()
| tvm::arith::IterSumExpr::TVM_DEFINE_OBJECT_REF_COW_METHOD |
( |
IterSumExprNode |
| ) |
|
◆ TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE()
The documentation for this class was generated from the following file: