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

Managed reference to IterSumExprNode. More...

#include <iter_affine_map.h>

Inheritance diagram for tvm::arith::IterSumExpr:
Collaboration diagram for tvm::arith::IterSumExpr:

Public Member Functions

 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)
 
- Public Member Functions inherited from tvm::arith::IterMapExpr
 TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE (IterMapExpr, PrimExpr, IterMapExprNode)
 
- Public Member Functions inherited from tvm::PrimExpr
 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)
 
- Public Member Functions inherited from tvm::TypedExpr< PrimType >
PrimType 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)
 

Additional Inherited Members

- Static Public Member Functions inherited from tvm::PrimExpr
static PrimExpr ConvertFallbackValue (ffi::String value)
 construct from string to form a StringImm. More...
 
- Static Public Attributes inherited from tvm::arith::IterMapExpr
static constexpr bool _type_container_is_exact = true
 
- Static Public Attributes inherited from tvm::PrimExpr
static constexpr bool _type_container_is_exact = false
 
- Static Public Attributes inherited from tvm::TypedExpr< PrimType >
static constexpr bool _type_container_is_exact
 

Detailed Description

Managed reference to IterSumExprNode.

See also
IterSumExprNode

Constructor & Destructor Documentation

◆ IterSumExpr()

tvm::arith::IterSumExpr::IterSumExpr ( ffi::Array< IterSplitExpr args,
PrimExpr  base 
)

constructor.

Parameters
argsThe args to the sum.
baseThe base offset.

Member Function Documentation

◆ TVM_DEFINE_OBJECT_REF_COW_METHOD()

tvm::arith::IterSumExpr::TVM_DEFINE_OBJECT_REF_COW_METHOD ( IterSumExprNode  )

◆ TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE()

tvm::arith::IterSumExpr::TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE ( IterSumExpr  ,
IterMapExpr  ,
IterSumExprNode   
)

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