Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/runtime/NEON/functions/
DNEGEMMLowpMatrixMultiplyCore.cpp103 const int32_t offset_correction = 128; in configure() local
343 const int32_t offset_correction = 128; in validate() local
/external/ComputeLibrary/src/core/NEON/kernels/
DNEConvertQuantizedSignednessKernel.cpp62 const int offset_correction = is_input_signed ? -128 : 128; in validate_and_configure_window() local