Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/
H A Dcpp_nhwc_1x1_stride_any_depthfirst.hpp36 struct cpp_nhwc_1x1_stride_any_depthfirst : IGenericDepthfirstStrategy<T, T, Nothing> struct
38 using Parent = IGenericDepthfirstStrategy<T, T, Nothing>;
39 cpp_nhwc_1x1_stride_any_depthfirst(const CPUInfo *) {} in cpp_nhwc_1x1_stride_any_depthfirst() argument
40 …::KernelType get_kernel(void) const override { return cpp_nhwc_1x1_stride_any_depthfirst_impl<T>; } in get_kernel()