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_DECLARE_FINAL_OBJECT_INFO (IntConstraintsNode, Object) | |
Static Public Member Functions | |
static void | RegisterReflection () |
Public Attributes | |
Array< Var > | variables |
Map< Var, Range > | ranges |
Array< PrimExpr > | relations |
Static Public Attributes | |
static constexpr TVMFFISEqHashKind | _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode |
static constexpr const char * | _type_key = "arith.IntConstraints" |
Represent integer constrains including (integer) variables, their ranges and the relations between them (either equations or inequalities).
|
inlinestatic |
tvm::arith::IntConstraintsNode::TVM_DECLARE_FINAL_OBJECT_INFO | ( | IntConstraintsNode | , |
Object | |||
) |
|
staticconstexpr |
|
staticconstexpr |
Array<PrimExpr> tvm::arith::IntConstraintsNode::relations |
Array<Var> tvm::arith::IntConstraintsNode::variables |