Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/
H A Dsme_fp32_nhwc_max_generic_depthfirst.hpp34 struct sme_fp32_nhwc_max_generic_depthfirst : IGenericDepthfirstStrategy<float, float> struct
36 using Parent = IGenericDepthfirstStrategy<float, float>;
37 sme_fp32_nhwc_max_generic_depthfirst(const CPUInfo *) {} in sme_fp32_nhwc_max_generic_depthfirst() argument
38 …t::KernelType get_kernel(void) const override { return sme_fp32_nhwc_max_generic_depthfirst_impl; } in get_kernel()