Home
last modified time | relevance | path

Searched defs:is_bounded_relu (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/
H A DCpuGemmLowpOffsetContributionOutputStageKernel.cpp158 …_t &in_s32, int32x4_t result_shift_s32, uint8x16_t min_u8, uint8x16_t max_u8, bool is_bounded_relu) in finalize_quantization_floating_point()
195 …x4_t &in_s32, int32x4_t result_shift_s32, int8x16_t min_s8, int8x16_t max_s8, bool is_bounded_relu) in finalize_quantization_floating_point()
232 …_t &in_s32, int32x4x4_t result_shift_s32, int8x16_t min_s8, int8x16_t max_s8, bool is_bounded_relu) in finalize_quantization_floating_point()
313 …indow_end_x, bool has_a_offset, bool has_b_offset, bool has_bias, bool is_bounded_relu, bool is_fi… in run_offset_contribution_output_stage_window()
404 …ndow_start_x, int window_end_x, bool has_a_offset, bool has_bias, bool is_bounded_relu, bool is_fi… in run_offset_contribution_output_stage_window_symm()
479 … GEMMLowpOutputStageInfo output_stage, bool is_gemm3d, bool is_bounded_relu, bool is_fixed_point) in run_offset_contribution_output_stage()
683 … GEMMLowpOutputStageInfo output_stage, bool is_gemm3d, bool is_bounded_relu, bool is_fixed_point) in run_offset_contribution_output_stage_symm()
922 …const bool is_bounded_relu = !(_output_stage.gemmlowp_min_bound <= type_min_int && _output_stage.g… in run_op() local
H A DCpuGemmLowpQuantizeDownInt32ToInt8ScaleByFixedPointKernel.cpp207 const bool is_bounded_relu = !(min <= -128 && max >= 127); in configure() local
H A DCpuGemmLowpQuantizeDownInt32ToInt16ScaleByFixedPointKernel.cpp195 const bool is_bounded_relu = !(min <= -32768 && max >= 32767); in configure() local
H A DCpuGemmLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel.cpp204 const bool is_bounded_relu = !(min <= 0 && max >= 255); in configure() local
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/
H A DNEAsymm.h87 bool is_bounded_relu) in finalize_quantization()
169 bool is_bounded_relu) in finalize_quantization()
243 const bool is_bounded_relu) in finalize_quantization_symm()
335 uint8_t min_u8, uint8_t max_u8, bool is_bounded_relu) in finalize_quantization()
378 int8_t min_s8, int8_t max_s8, bool is_bounded_relu) in finalize_quantization()
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/utils/misc/
H A DInfoHelpers.h58 …const bool is_bounded_relu = activation_info.activation() == ActivationLayerInfo::ActivationFuncti… in is_relu6() local