Searched refs:convolve_nhwc (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/directconv2d/nhwc/neon/ |
H A D | impl.cpp | 57 void convolve_nhwc(const Window &window, const ITensor *src, const ITensor *weights, ITensor *dst, … in convolve_nhwc() function 248 template void convolve_nhwc<float>(const Window &window, const ITensor *src, const ITensor *weights…
|
H A D | fp32.cpp | 35 convolve_nhwc<float>(window, src, weights, dst, conv_info); in neon_fp32_nhwc_directconv2d()
|
H A D | impl.h | 37 void convolve_nhwc(const Window &window, const ITensor *src, const ITensor *weights, ITensor *dst, …
|