tvm
Public Member Functions | Static Public Attributes | List of all members
tvm::tirx::Reduce Class Reference

Managed reference to ReduceNode. More...

#include <expr.h>

Inheritance diagram for tvm::tirx::Reduce:
Collaboration diagram for tvm::tirx::Reduce:

Public Member Functions

 Reduce (CommReducer combiner, ffi::Array< PrimExpr > src, ffi::Array< IterVar > rdom, PrimExpr condition, int value_index, ffi::Array< PrimExpr > init, Span span=Span())
 
 TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE (Reduce, PrimExpr, ReduceNode)
 
 TVM_DEFINE_OBJECT_REF_COW_METHOD (ReduceNode)
 
- 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)
 

Static Public Attributes

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
 

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

Detailed Description

Managed reference to ReduceNode.

See also
ReduceNode

Constructor & Destructor Documentation

◆ Reduce()

tvm::tirx::Reduce::Reduce ( CommReducer  combiner,
ffi::Array< PrimExpr src,
ffi::Array< IterVar rdom,
PrimExpr  condition,
int  value_index,
ffi::Array< PrimExpr init,
Span  span = Span() 
)

Member Function Documentation

◆ TVM_DEFINE_OBJECT_REF_COW_METHOD()

tvm::tirx::Reduce::TVM_DEFINE_OBJECT_REF_COW_METHOD ( ReduceNode  )

◆ TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE()

tvm::tirx::Reduce::TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE ( Reduce  ,
PrimExpr  ,
ReduceNode   
)

Member Data Documentation

◆ _type_container_is_exact

constexpr bool tvm::tirx::Reduce::_type_container_is_exact = true
staticconstexpr

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