tvm
|
Constant integer up and lower bound(inclusive). Useful for value bound analysis. More...
#include <analyzer.h>
Public Member Functions | |
TVM_DECLARE_FINAL_OBJECT_INFO (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 |
static constexpr const char * | _type_key = "arith.ConstIntBound" |
Constant integer up and lower bound(inclusive). Useful for value bound analysis.
set = [min_value, max_value]
|
inlinestatic |
tvm::arith::ConstIntBoundNode::TVM_DECLARE_FINAL_OBJECT_INFO | ( | ConstIntBoundNode | , |
Object | |||
) |
|
staticconstexpr |
|
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 |