|
tvm
|
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>
Public Member Functions | |
| TVM_FFI_DECLARE_OBJECT_INFO_FINAL ("arith.IntGroupBounds", IntGroupBoundsNode, ffi::Object) | |
Static Public Member Functions | |
| static void | RegisterReflection () |
Public Attributes | |
| PrimExpr | coef |
| ffi::Array< PrimExpr > | lower |
| ffi::Array< PrimExpr > | equal |
| ffi::Array< PrimExpr > | upper |
Static Public Attributes | |
| static constexpr TVMFFISEqHashKind | _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode |
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.
| tvm::arith::IntGroupBoundsNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL | ( | "arith.IntGroupBounds" | , |
| IntGroupBoundsNode | , | ||
| ffi::Object | |||
| ) |
|
staticconstexpr |
| PrimExpr tvm::arith::IntGroupBoundsNode::coef |
| ffi::Array<PrimExpr> tvm::arith::IntGroupBoundsNode::equal |
| ffi::Array<PrimExpr> tvm::arith::IntGroupBoundsNode::lower |
| ffi::Array<PrimExpr> tvm::arith::IntGroupBoundsNode::upper |