Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Daf_arnndn.c68 #define MAX_NEURONS 128 macro
1295 LOCAL_ALIGNED_32(float, z, [MAX_NEURONS]); in compute_gru()
1296 LOCAL_ALIGNED_32(float, r, [MAX_NEURONS]); in compute_gru()
1297 LOCAL_ALIGNED_32(float, h, [MAX_NEURONS]); in compute_gru()
1348 LOCAL_ALIGNED_32(float, dense_out, [MAX_NEURONS]); in compute_rnn()
1349 LOCAL_ALIGNED_32(float, noise_input, [MAX_NEURONS * 3]); in compute_rnn()
1350 LOCAL_ALIGNED_32(float, denoise_input, [MAX_NEURONS * 3]); in compute_rnn()