Home
last modified time | relevance | path

Searched defs:offset_correction (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/cpu/operators/
H A DCpuGemmLowpMatrixMultiplyCore.cpp136 const int32_t offset_correction = 128; in configure() local
345 const int32_t offset_correction = 128; in validate() local
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/
H A DCpuConvertQuantizedSignednessKernel.cpp66 const int offset_correction = is_input_signed ? -128 : 128; in validate_and_configure_window() local