Home
last modified time | relevance | path

Searched defs:a64_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 Da64_fp32_nhwc_max_generic_depthfirst.hpp36 struct a64_fp32_nhwc_max_generic_depthfirst : IGenericDepthfirstStrategy<float, float> struct
38 using Parent = IGenericDepthfirstStrategy<float, float>;
39 a64_fp32_nhwc_max_generic_depthfirst(const CPUInfo *) {} in a64_fp32_nhwc_max_generic_depthfirst() function
40 …t::KernelType get_kernel(void) const override { return a64_fp32_nhwc_max_generic_depthfirst_impl; } in get_kernel()