Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/audio_processing/agc2/rnn_vad/
H A Drnn_gru.cc24 std::vector<float> PreprocessGruTensor(rtc::ArrayView<const int8_t> tensor_src, in PreprocessGruTensor() function
134 bias_(PreprocessGruTensor(bias, output_size)), in GatedRecurrentLayer()
135 weights_(PreprocessGruTensor(weights, output_size)), in GatedRecurrentLayer()
136 recurrent_weights_(PreprocessGruTensor(recurrent_weights, output_size)), in GatedRecurrentLayer()