Searched defs:cpp_nhwc_1x1_stride_any_depthfirst (Results 1 – 1 of 1) sorted by relevance
36 struct cpp_nhwc_1x1_stride_any_depthfirst : IGenericDepthfirstStrategy<T, T, Nothing> struct38 using Parent = IGenericDepthfirstStrategy<T, T, Nothing>;39 cpp_nhwc_1x1_stride_any_depthfirst(const CPUInfo *) {} in cpp_nhwc_1x1_stride_any_depthfirst() argument40 …::KernelType get_kernel(void) const override { return cpp_nhwc_1x1_stride_any_depthfirst_impl<T>; } in get_kernel()