Represent integer grouped bounds which are classified into lower bounds (inclusive), upper bounds (inclusive) and equalities. It also contains coefficient as a multiplier for the bounds, i.e., coef * var >= lower coef * var == equal coef * var <= upper.
More...
#include <int_solver.h>
Represent integer grouped bounds which are classified into lower bounds (inclusive), upper bounds (inclusive) and equalities. It also contains coefficient as a multiplier for the bounds, i.e., coef * var >= lower coef * var == equal coef * var <= upper.
- See also
- IntGroupBounds
◆ RegisterReflection()
static void tvm::arith::IntGroupBoundsNode::RegisterReflection |
( |
| ) |
|
|
inlinestatic |
◆ TVM_FFI_DECLARE_OBJECT_INFO_FINAL()
tvm::arith::IntGroupBoundsNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL |
( |
"arith.IntGroupBounds" |
, |
|
|
IntGroupBoundsNode |
, |
|
|
Object |
|
|
) |
| |
◆ _type_s_eq_hash_kind
constexpr TVMFFISEqHashKind tvm::arith::IntGroupBoundsNode::_type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode |
|
staticconstexpr |
◆ coef
PrimExpr tvm::arith::IntGroupBoundsNode::coef |
◆ equal
ffi::Array<PrimExpr> tvm::arith::IntGroupBoundsNode::equal |
◆ lower
ffi::Array<PrimExpr> tvm::arith::IntGroupBoundsNode::lower |
◆ upper
ffi::Array<PrimExpr> tvm::arith::IntGroupBoundsNode::upper |
The documentation for this class was generated from the following file: