Searched defs:recurrent_weights (Results 1 – 9 of 9) sorted by relevance
/external/webrtc/modules/audio_processing/agc2/rnn_vad/ |
D | rnn.cc | 128 rtc::ArrayView<const float> recurrent_weights, in ComputeGruUpdateResetGates() 148 rtc::ArrayView<const float> recurrent_weights, in ComputeGruOutputGate() 171 rtc::ArrayView<const float> recurrent_weights, in ComputeGruLayerOutput() 323 const rtc::ArrayView<const int8_t> recurrent_weights, in GatedRecurrentLayer()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | basic_rnn.cc | 68 const TfLiteTensor* recurrent_weights; in Prepare() local 202 const TfLiteTensor* recurrent_weights, in EvalFloat() 230 const TfLiteTensor* recurrent_weights, in EvalHybrid() 288 const TfLiteTensor* recurrent_weights; in Eval() local
|
D | unidirectional_sequence_rnn.cc | 69 const TfLiteTensor* recurrent_weights; in Prepare() local 209 const TfLiteTensor* recurrent_weights, in EvalFloat() 270 const TfLiteTensor* recurrent_weights, const TfLiteTensor* bias, in EvalHybrid() 363 const TfLiteTensor* recurrent_weights; in Eval() local
|
D | basic_rnn_test.cc | 175 const TensorType& recurrent_weights = TensorType_FLOAT32, in RNNOpModel()
|
D | unidirectional_sequence_rnn_test.cc | 176 const TensorType& recurrent_weights = TensorType_FLOAT32, in UnidirectionalRNNOpModel()
|
D | bidirectional_sequence_rnn_test.cc | 645 const std::initializer_list<float> recurrent_weights = { variable
|
/external/libopus/src/ |
D | mlp.h | 47 const opus_int8 *recurrent_weights; member
|
/external/rnnoise/src/ |
D | rnn.h | 55 const rnn_weight *recurrent_weights; member
|
/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
D | nnapi_delegate_test.cc | 2737 const TensorType recurrent_weights = TensorType_FLOAT32) in RNNOpModel()
|