Home
last modified time | relevance | path

Searched defs:enable_fast_math (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/
H A DCLConvolutionLayer.cpp64 …const Size2D &dilation, const ActivationLayerInfo &act_info, bool enable_fast_math, unsigned int n… in configure()
71 …const Size2D &dilation, const ActivationLayerInfo &act_info, bool enable_fast_math, unsigned int n… in configure()
130 …nfo, const Size2D &dilation, const ActivationLayerInfo &act_info, bool enable_fast_math, unsigned … in validate()
164 …tionLayerInfo &act_info, const GPUTarget gpu_target, const Size2D &dilation, bool enable_fast_math) in get_convolution_method()
H A DCLWinogradConvolutionLayer.cpp58 bool enable_fast_math) in configure()
65 … const ActivationLayerInfo &act_info, bool enable_fast_math) in configure()
86 … const ActivationLayerInfo &act_info, bool enable_fast_math) in validate()
H A DCLFFTConvolutionLayer.cpp108 const ActivationLayerInfo &act_info, bool enable_fast_math) in configure()
114 const ActivationLayerInfo &act_info, bool enable_fast_math) in configure()
273 const ActivationLayerInfo &act_info, bool enable_fast_math) in validate()
/aosp_15_r20/external/ComputeLibrary/src/cpu/operators/
H A DCpuGemmConv2d.cpp102bool enable_fast_math, int gemm_3d_depth, bool fixed_format, arm_compute::WeightFormat weight_form… in configure_mm()
182 …const ActivationLayerInfo &act_info, bool enable_fast_math, int gemm_3d_depth, bool skip_im2col, b… in validate_mm()
257 …const Size2D &dilation, const ActivationLayerInfo &act_info, bool enable_fast_math, unsigned int n… in configure()
393 …hts_info, const Size2D &dilation, const ActivationLayerInfo &act_info, const bool enable_fast_math) in has_opt_impl()
424 …nfo, const Size2D &dilation, const ActivationLayerInfo &act_info, bool enable_fast_math, unsigned … in validate()
H A DCpuConv2d.cpp46 …const Size2D &dilation, const ActivationLayerInfo &act_info, bool enable_fast_math, unsigned int n… in configure()
96 …nfo, const Size2D &dilation, const ActivationLayerInfo &act_info, bool enable_fast_math, unsigned … in validate()
125 … &weights_info, const Size2D &dilation, const ActivationLayerInfo &act_info, bool enable_fast_math) in get_convolution_method()
H A DCpuWinogradConv2d.cpp84 … const PadStrideInfo &conv_info, const ActivationLayerInfo &act_info, bool enable_fast_math, in get_winograd_kernel_implementation()
163 … const PadStrideInfo &conv_info, const ActivationLayerInfo &act_info, bool enable_fast_math) in configure()
292 … const PadStrideInfo &conv_info, const ActivationLayerInfo &act_info, bool enable_fast_math) in validate()
H A DCpuFullyConnected.cpp112 … *biases, const ITensorInfo *dst, const ActivationLayerInfo &act, bool enable_fast_math, WeightFor… in validate_mm()
/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/
H A DNEConvolutionLayer.cpp63 …const Size2D &dilation, const ActivationLayerInfo &act_info, bool enable_fast_math, unsigned int n… in configure()
108 …nfo, const Size2D &dilation, const ActivationLayerInfo &act_info, bool enable_fast_math, unsigned … in validate()
132 … const ActivationLayerInfo &act_info, bool enable_fast_math) in get_convolution_method()
H A DNEGEMMConvolutionLayer.cpp58 …const Size2D &dilation, const ActivationLayerInfo &act_info, bool enable_fast_math, unsigned int n… in configure()
78 …nfo, const Size2D &dilation, const ActivationLayerInfo &act_info, bool enable_fast_math, unsigned … in validate()
85 …hts_info, const Size2D &dilation, const ActivationLayerInfo &act_info, const bool enable_fast_math) in has_opt_impl()
H A DNEWinogradConvolutionLayer.cpp65 bool enable_fast_math) in configure()
86 … const ActivationLayerInfo &act_info, bool enable_fast_math) in validate()
H A DNEFFTConvolutionLayer.cpp106 const ActivationLayerInfo &act_info, bool enable_fast_math) in configure()
264 const ActivationLayerInfo &act_info, bool enable_fast_math) in validate()
H A DNEDeconvolutionLayer.cpp85 …nst ITensorInfo *bias, const ITensorInfo *output, const PadStrideInfo &info, bool enable_fast_math) in validate()
157 …r *weights, const ITensor *bias, ITensor *output, const PadStrideInfo &info, bool enable_fast_math) in configure()
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/operators/
H A DClWinogradConv2d.cpp107 const ActivationLayerInfo &act_info, bool enable_fast_math) in validate_arguments()
175 … const PadStrideInfo &conv_info, const ActivationLayerInfo &act_info, bool enable_fast_math) in configure()
233 const ActivationLayerInfo &act_info, bool enable_fast_math) in validate()
H A DClConv2d.cpp190 bool enable_fast_math = conv2d_info.enable_fast_math; in get_convolution_method() local
/aosp_15_r20/external/ComputeLibrary/arm_compute/
H A DAclTypes.h138 bool enable_fast_math; /**< Allow precision loss */ member