Home
last modified time | relevance | path

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

/aosp_15_r20/external/libopus/dnn/x86/
H A Ddnn_x86.h60 #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 Ddnn_arm.h72 #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 Dnnet.h150 #define compute_conv2d(conv, out, mem, in, height, hstride, activation, arch) ((void)(arch),compute… macro