Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/agc2/rnn_vad/
Drnn.cc243 const size_t input_size_by_4 = input_size >> 2; in ComputeFullyConnectedLayerOutputSse2() local
252 for (size_t i = 0; i < input_size_by_4; ++i, x_p += 4, w_p += 4) { in ComputeFullyConnectedLayerOutputSse2()