Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Dialect/Quant/
DUniformSupport.h143 int64_t clampedInt = static_cast<int8_t>(clamped); in quantizeF32ToInt8() local
144 memcpy(&signlessResult, &clampedInt, sizeof(clampedInt)); in quantizeF32ToInt8()