Home
last modified time | relevance | path

Searched refs:GenericDepthfirstMultiplierKernelStrategy (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/
H A Ddepthwise_depthfirst_multiplier.hpp126 class GenericDepthfirstMultiplierKernelStrategy class
132GenericDepthfirstMultiplierKernelStrategy(unsigned int output_rows, unsigned int output_cols, arm_… in GenericDepthfirstMultiplierKernelStrategy() function in arm_conv::depthwise::GenericDepthfirstMultiplierKernelStrategy
137 virtual ~GenericDepthfirstMultiplierKernelStrategy() = default;
155 class GenericDepthfirstMultiplierKernelStrategy<TInput, TWeight, TOutput, int32_t> class
161GenericDepthfirstMultiplierKernelStrategy(unsigned int output_rows, unsigned int output_cols, arm_… in GenericDepthfirstMultiplierKernelStrategy() function in arm_conv::depthwise::GenericDepthfirstMultiplierKernelStrategy
166 virtual ~GenericDepthfirstMultiplierKernelStrategy() = default;
191 …using KernelStrategyType = GenericDepthfirstMultiplierKernelStrategy<TInput, TWeight, TOutput, TAc…
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/kernels/
H A Da64_fp32_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst.hpp38 …nhwc_generic_with_multiplier_output2x8_mla_depthfirst : GenericDepthfirstMultiplierKernelStrategy<…
40 using Parent = GenericDepthfirstMultiplierKernelStrategy<float, float, float, float>;
H A Dsve_fp32_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst.hpp38 …nhwc_generic_with_multiplier_output2x8_mla_depthfirst : GenericDepthfirstMultiplierKernelStrategy<…
40 using Parent = GenericDepthfirstMultiplierKernelStrategy<float, float, float, float>;
H A Da64_u8q_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst.hpp38 …nhwc_generic_with_multiplier_output2x8_mla_depthfirst : GenericDepthfirstMultiplierKernelStrategy<…
40 using Parent = GenericDepthfirstMultiplierKernelStrategy<uint8_t, uint8_t, uint8_t, int32_t>;
H A Da64_fp16_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst.hpp38 …nhwc_generic_with_multiplier_output2x8_mla_depthfirst : GenericDepthfirstMultiplierKernelStrategy<…
40 using Parent = GenericDepthfirstMultiplierKernelStrategy<__fp16, __fp16, __fp16, __fp16>;
H A Da64_u8s8u8q_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst.hpp38 …nhwc_generic_with_multiplier_output2x8_mla_depthfirst : GenericDepthfirstMultiplierKernelStrategy<…
40 using Parent = GenericDepthfirstMultiplierKernelStrategy<uint8_t, int8_t, uint8_t, int32_t>;
H A Da64_s8q_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst.hpp38 …nhwc_generic_with_multiplier_output2x8_mla_depthfirst : GenericDepthfirstMultiplierKernelStrategy<…
40 using Parent = GenericDepthfirstMultiplierKernelStrategy<int8_t, int8_t, int8_t, int32_t>;