|
tvm
|
Represent integer constrains including (integer) variables, their ranges and the relations between them (either equations or inequalities). More...
#include <int_solver.h>
Public Member Functions | |
| TVM_FFI_DECLARE_OBJECT_INFO_FINAL ("arith.IntConstraints", IntConstraintsNode, ffi::Object) | |
Static Public Member Functions | |
| static void | RegisterReflection () |
Public Attributes | |
| ffi::Array< PrimVar > | variables |
| ffi::Map< Var, Range > | ranges |
| ffi::Array< PrimExpr > | relations |
Static Public Attributes | |
| static constexpr TVMFFISEqHashKind | _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode |
Represent integer constrains including (integer) variables, their ranges and the relations between them (either equations or inequalities).
| tvm::arith::IntConstraintsNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL | ( | "arith.IntConstraints" | , |
| IntConstraintsNode | , | ||
| ffi::Object | |||
| ) |
|
staticconstexpr |
| ffi::Array<PrimExpr> tvm::arith::IntConstraintsNode::relations |
| ffi::Array<PrimVar> tvm::arith::IntConstraintsNode::variables |