Home
last modified time | relevance | path

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

/aosp_15_r20/external/libopus/dnn/x86/
H A Ddnn_x86.h58 #define compute_activation(output, input, N, activation, arch) ((void)(arch),compute_activation_avx… macro
67 #define compute_activation(output, input, N, activation, arch) ((void)(arch),compute_activation_sse… macro
76 #define compute_activation(output, input, N, activation, arch) ((void)(arch),compute_activation_sse… macro
99 #define compute_activation(output, input, N, activation, arch) \ macro
/aosp_15_r20/external/libopus/dnn/arm/
H A Ddnn_arm.h70 #define compute_activation(output, input, N, activation, arch) ((void)(arch),compute_activation_neo… macro
83 #define compute_activation(output, input, N, activation, arch) \ macro
/aosp_15_r20/external/libopus/dnn/
H A Dlossgen.c78 #define compute_activation(output, input, N, activation, arch) ((void)(arch),compute_activation_c(o… macro
H A Dnnet.h146 #define compute_activation(output, input, N, activation, arch) ((void)(arch),compute_activation_c(o… macro