|
tvm
|
reference class to ConstIntBoundNode More...
#include <analyzer.h>
Public Member Functions | |
| ConstIntBound (int64_t min_value, int64_t max_value) | |
| constructor by fields. | |
| TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE (ConstIntBound, ffi::ObjectRef, ConstIntBoundNode) | |
Static Public Attributes | |
| static const constexpr int64_t | kPosInf = ConstIntBoundNode::kPosInf |
| static const constexpr int64_t | kNegInf = ConstIntBoundNode::kNegInf |
reference class to ConstIntBoundNode
constructor by fields.
| min_value | The mininum value. |
| max_value | The maximum value. |
| tvm::arith::ConstIntBound::TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE | ( | ConstIntBound | , |
| ffi::ObjectRef | , | ||
| ConstIntBoundNode | |||
| ) |
|
staticconstexpr |
|
staticconstexpr |