Searched refs:GenericDepthfirstKernelStrategy (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/ |
H A D | depthwise_depthfirst_generic.hpp | 45 class GenericDepthfirstKernelStrategy class 52 …GenericDepthfirstKernelStrategy(unsigned int n_output_points, arm_gemm::VLType vl_type, unsigned i… in GenericDepthfirstKernelStrategy() function in arm_conv::depthwise::GenericDepthfirstKernelStrategy 57 virtual ~GenericDepthfirstKernelStrategy() = default; 75 using KernelStrategyType = GenericDepthfirstKernelStrategy<TInput, TWeight, TOutput, TAccum>;
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/kernels/ |
H A D | sve_fp32_nhwc_generic_output9_mla_depthfirst.hpp | 38 class sve_fp32_nhwc_generic_output9_mla_depthfirst : public GenericDepthfirstKernelStrategy<float, … 43 …sve_fp32_nhwc_generic_output9_mla_depthfirst(const CPUInfo *) : GenericDepthfirstKernelStrategy<fl… in sve_fp32_nhwc_generic_output9_mla_depthfirst()
|
H A D | a64_fp32_nhwc_generic_output9_mla_depthfirst.hpp | 38 class a64_fp32_nhwc_generic_output9_mla_depthfirst : public GenericDepthfirstKernelStrategy<float, … 43 …a64_fp32_nhwc_generic_output9_mla_depthfirst(const CPUInfo *) : GenericDepthfirstKernelStrategy<fl… in a64_fp32_nhwc_generic_output9_mla_depthfirst()
|
H A D | a64_u8q_nhwc_generic_output9_mla_depthfirst.hpp | 38 class a64_u8q_nhwc_generic_output9_mla_depthfirst : public GenericDepthfirstKernelStrategy<uint8_t,… 43 …a64_u8q_nhwc_generic_output9_mla_depthfirst(const CPUInfo *) : GenericDepthfirstKernelStrategy<uin… in a64_u8q_nhwc_generic_output9_mla_depthfirst()
|
H A D | a64_u8s8u8q_nhwc_generic_output9_mla_depthfirst.hpp | 38 class a64_u8s8u8q_nhwc_generic_output9_mla_depthfirst : public GenericDepthfirstKernelStrategy<uint… 43 …s8u8q_nhwc_generic_output9_mla_depthfirst(const CPUInfo *) : GenericDepthfirstKernelStrategy<uint8… in a64_u8s8u8q_nhwc_generic_output9_mla_depthfirst()
|
H A D | a64_s8q_nhwc_generic_output9_mla_depthfirst.hpp | 38 class a64_s8q_nhwc_generic_output9_mla_depthfirst : public GenericDepthfirstKernelStrategy<int8_t, … 43 …a64_s8q_nhwc_generic_output9_mla_depthfirst(const CPUInfo *) : GenericDepthfirstKernelStrategy<int… in a64_s8q_nhwc_generic_output9_mla_depthfirst()
|
H A D | a64_fp16_nhwc_generic_output9_mla_depthfirst.hpp | 38 class a64_fp16_nhwc_generic_output9_mla_depthfirst : public GenericDepthfirstKernelStrategy<__fp16,… 43 …a64_fp16_nhwc_generic_output9_mla_depthfirst(const CPUInfo *) : GenericDepthfirstKernelStrategy<__… in a64_fp16_nhwc_generic_output9_mla_depthfirst()
|