Home
last modified time | relevance | path

Searched defs:sve_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 Dsve_fp32_nhwc_max_generic_depthfirst.hpp36 struct sve_fp32_nhwc_max_generic_depthfirst : IGenericDepthfirstStrategy<float, float> struct
38 using Parent = IGenericDepthfirstStrategy<float, float>;
39 sve_fp32_nhwc_max_generic_depthfirst(const CPUInfo *) {} in sve_fp32_nhwc_max_generic_depthfirst() argument
40 …t::KernelType get_kernel(void) const override { return sve_fp32_nhwc_max_generic_depthfirst_impl; } in get_kernel()