My Project
|
Statistics about a tensor axis (or the whole tensor). More...
#include <Statistics.h>
Public Member Functions | |
TensorAxisStatistics () | |
TensorAxisStatistics (int64_t sampleSize, double minValue, double maxValue, double mean, double variance) | |
void | clear () |
Public Attributes | |
int64_t | sampleSize = 0 |
double | minValue = 0 |
double | maxValue = 0 |
double | mean = 0 |
double | variance = 0 |
Statistics about a tensor axis (or the whole tensor).
|
inline |
|
inline |
|
inline |
double mlir::quantizer::TensorAxisStatistics::maxValue = 0 |
double mlir::quantizer::TensorAxisStatistics::mean = 0 |
double mlir::quantizer::TensorAxisStatistics::minValue = 0 |
int64_t mlir::quantizer::TensorAxisStatistics::sampleSize = 0 |
double mlir::quantizer::TensorAxisStatistics::variance = 0 |