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, Object) | |
Static Public Member Functions | |
static void | RegisterReflection () |
Public Attributes | |
ffi::Array< Var > | 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).
|
inlinestatic |
tvm::arith::IntConstraintsNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL | ( | "arith.IntConstraints" | , |
IntConstraintsNode | , | ||
Object | |||
) |
|
staticconstexpr |
ffi::Array<PrimExpr> tvm::arith::IntConstraintsNode::relations |
ffi::Array<Var> tvm::arith::IntConstraintsNode::variables |