reference class to ConstIntBoundNode
More...
#include <analyzer.h>
|
static constexpr const int64_t | kPosInf = ConstIntBoundNode::kPosInf |
|
static constexpr const int64_t | kNegInf = ConstIntBoundNode::kNegInf |
|
◆ ConstIntBound()
tvm::arith::ConstIntBound::ConstIntBound |
( |
int64_t |
min_value, |
|
|
int64_t |
max_value |
|
) |
| |
constructor by fields.
- Parameters
-
min_value | The mininum value. |
max_value | The maximum value. |
◆ TVM_DEFINE_OBJECT_REF_METHODS()
◆ kNegInf
constexpr const int64_t tvm::arith::ConstIntBound::kNegInf = ConstIntBoundNode::kNegInf |
|
staticconstexpr |
◆ kPosInf
constexpr const int64_t tvm::arith::ConstIntBound::kPosInf = ConstIntBoundNode::kPosInf |
|
staticconstexpr |
The documentation for this class was generated from the following file: