Searched defs:compute_conv2d (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/libopus/dnn/x86/ |
H A D | dnn_x86.h | 60 #define compute_conv2d(conv, out, mem, in, height, hstride, activation, arch) ((void)(arch),compute… macro 69 #define compute_conv2d(conv, out, mem, in, height, hstride, activation, arch) ((void)(arch),compute… macro 78 #define compute_conv2d(conv, out, mem, in, height, hstride, activation, arch) ((void)(arch),compute… macro 113 #define compute_conv2d(conv, out, mem, in, height, hstride, activation, arch) \ macro
|
/aosp_15_r20/external/libopus/dnn/arm/ |
H A D | dnn_arm.h | 72 #define compute_conv2d(conv, out, mem, in, height, hstride, activation, arch) ((void)(arch),compute… macro 97 #define compute_conv2d(conv, out, mem, in, height, hstride, activation, arch) \ macro
|
/aosp_15_r20/external/libopus/dnn/ |
H A D | nnet.h | 150 #define compute_conv2d(conv, out, mem, in, height, hstride, activation, arch) ((void)(arch),compute… macro
|