My Project
|
#include <Rules.h>
Public Types | |
using | ValueTy = std::pair< double, double > |
Static Public Member Functions | |
static ValueTy | initialValue () |
static ValueTy | reduce (ValueTy lhs, ValueTy rhs) |
A binary reducer that expands a min/max range represented by a pair of doubles such that it represents the largest of all inputs. The initial value is (Inf, -Inf).
using mlir::quantizer::ExpandingMinMaxReducer::ValueTy = std::pair<double, double> |
|
inlinestatic |
|
inlinestatic |