Home
last modified time | relevance | path

Searched refs:clampedInt (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Quant/
H A DUniformSupport.h146 int64_t clampedInt = static_cast<int8_t>(clamped); in quantizeF32ToInt8() local
147 memcpy(&signlessResult, &clampedInt, sizeof(clampedInt)); in quantizeF32ToInt8()