tvm
|
Constant integer up and lower bound(inclusive). Useful for value bound analysis. More...
#include <analyzer.h>
Public Member Functions | |
TVM_FFI_DECLARE_OBJECT_INFO_FINAL ("arith.ConstIntBound", ConstIntBoundNode, Object) | |
Static Public Member Functions | |
static void | RegisterReflection () |
Public Attributes | |
int64_t | min_value |
int64_t | max_value |
Static Public Attributes | |
static constexpr const int64_t | kPosInf = std::numeric_limits<int64_t>::max() |
Number to represent +inf. More... | |
static constexpr const int64_t | kNegInf = -kPosInf |
Number to represent -inf. More... | |
static constexpr TVMFFISEqHashKind | _type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode |
Constant integer up and lower bound(inclusive). Useful for value bound analysis.
set = [min_value, max_value]
|
inlinestatic |
tvm::arith::ConstIntBoundNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL | ( | "arith.ConstIntBound" | , |
ConstIntBoundNode | , | ||
Object | |||
) |
|
staticconstexpr |
|
staticconstexpr |
Number to represent -inf.
|
staticconstexpr |
Number to represent +inf.
int64_t tvm::arith::ConstIntBoundNode::max_value |
int64_t tvm::arith::ConstIntBoundNode::min_value |