Searched defs:is_fixed_point (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/llvm-libc/src/__support/CPP/type_traits/ |
H A D | is_fixed_point.h | 23 template <typename T> struct is_fixed_point { struct 40 template <typename T> struct is_fixed_point : false_type {}; argument
|
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/ |
H A D | CpuGemmLowpOffsetContributionOutputStageKernel.cpp | 313 …_x, bool has_a_offset, bool has_b_offset, bool has_bias, bool is_bounded_relu, bool is_fixed_point) in run_offset_contribution_output_stage_window() 404 …t_x, int window_end_x, bool has_a_offset, bool has_bias, bool is_bounded_relu, bool is_fixed_point) 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() 925 const bool is_fixed_point = _output_stage.type != GEMMLowpOutputStageType::QUANTIZE_DOWN; in run_op() local
|