My Project
|
A binary reducer that maximizes a numeric type. More...
#include <Rules.h>
Public Types | |
using | ValueTy = T |
Static Public Member Functions | |
static ValueTy | initialValue () |
static ValueTy | reduce (ValueTy lhs, ValueTy rhs) |
A binary reducer that maximizes a numeric type.
using mlir::quantizer::MaximizingNumericReducer< T >::ValueTy = T |
|
inlinestatic |
|
inlinestatic |