|
TVM
0.9.4
|
#include <tvm/internal/RangeCounting.h>
Public Types | |
| enum | Type { Lower = -1 , Cut = 0 , Upper = 1 } |
Public Member Functions | |
| Limit (int i, Type type) | |
| bool | operator== (const Limit &other) const |
| bool | operator< (const Limit &other) const |
| bool | operator<= (const Limit &other) const |
| bool | operator> (const Limit &other) const |
| bool | operator>= (const Limit &other) const |
Public Attributes | |
| int | i_ |
| Type | type_ |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const Limit &lim) |
The lower (included) or upper (excluded) limit of a range
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
| int tvm::internal::RangeCounting::Limit::i_ |
| Type tvm::internal::RangeCounting::Limit::type_ |