Home
last modified time | relevance | path

Searched refs:print_float_vector (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libopus/dnn/
H A Dnndsp.c72 void print_float_vector(const char* name, const float *vec, int length) in print_float_vector() function
175 print_float_vector("x_in", x_in, in_channels * frame_size); in adaconv_process_frame()
191 print_float_vector("features", features, feature_dim); in adaconv_process_frame()
192print_float_vector("adaconv_kernel_raw", kernel_buffer, in_channels * out_channels * kernel_size); in adaconv_process_frame()
193 print_float_vector("adaconv_gain_raw", gain_buffer, out_channels); in adaconv_process_frame()
199 print_float_vector("adaconv_kernel", kernel_buffer, in_channels * out_channels * kernel_size); in adaconv_process_frame()
200 print_float_vector("adaconv_gain", gain_buffer, out_channels); in adaconv_process_frame()
231 print_float_vector("x_out", x_out, out_channels * frame_size); in adaconv_process_frame()
288 print_float_vector("features", features, feature_dim); in adacomb_process_frame()
289 print_float_vector("adacomb_kernel_raw", kernel_buffer, kernel_size); in adacomb_process_frame()
[all …]
H A Dnndsp.h56 void print_float_vector(const char* name, const float *vec, int length);