My Project
|
#include <Rules.h>
Public Member Functions | |
ValueTy () | |
ValueTy (T value) | |
ValueTy (T value, bool conflict) | |
bool | operator== (const ValueTy &other) const |
bool | operator!= (const ValueTy &other) const |
Public Attributes | |
llvm::Optional< T > | value |
bool | conflict |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
bool mlir::quantizer::DiscreteReducer< T >::ValueTy::conflict |
llvm::Optional<T> mlir::quantizer::DiscreteReducer< T >::ValueTy::value |