#include <Metadata.h>
|
void | printSummary (raw_ostream &os) const |
| Prints a summary of the metadata suitable for display in a graph label. More...
|
|
◆ printSummary()
void CAGUniformMetadata::printSummary |
( |
raw_ostream & |
os | ) |
const |
Prints a summary of the metadata suitable for display in a graph label.
◆ disabledCandidateTypes
llvm::SmallBitVector mlir::quantizer::CAGUniformMetadata::disabledCandidateTypes |
Bool vector of scheme ordinals that are disabled.
◆ explicitScaleZeroPoint
Optional scale and zero point to be used by types which solve via the UniformExplicitFixedPointScale scheme.
◆ requiredRange
The range that the scheme must represent in order to accommodate the underlying data.
◆ SalienceDefault
constexpr int mlir::quantizer::CAGUniformMetadata::SalienceDefault = 0 |
|
static |
Default salience for facts that are derived from data either statically discovered in the computation or observed from an outside source.
◆ SalienceForced
constexpr int mlir::quantizer::CAGUniformMetadata::SalienceForced = 100 |
|
static |
Highest salience level for facts derived from overrides provided explicitly.
◆ SalienceRequired
constexpr int mlir::quantizer::CAGUniformMetadata::SalienceRequired = 200 |
|
static |
Salience for facts derived from constraints in how the math is expressed which must be satisfied.
◆ selectedType
If set, then a solution has converged for the given per-layer scheme.
The documentation for this struct was generated from the following files: