Searched defs:a64_fp32_nhwc_max_generic_depthfirst (Results 1 – 1 of 1) sorted by relevance
36 struct a64_fp32_nhwc_max_generic_depthfirst : IGenericDepthfirstStrategy<float, float> struct38 using Parent = IGenericDepthfirstStrategy<float, float>;39 a64_fp32_nhwc_max_generic_depthfirst(const CPUInfo *) {} in a64_fp32_nhwc_max_generic_depthfirst() function40 …t::KernelType get_kernel(void) const override { return a64_fp32_nhwc_max_generic_depthfirst_impl; } in get_kernel()