| /external/ComputeLibrary/src/runtime/CL/functions/ | 
| D | CLRNNLayer.cpp | 47 …ate(const ITensorInfo *input, const ITensorInfo *weights, const ITensorInfo *recurrent_weights, co…  in validate() 76 …onfigure(const ICLTensor *input, const ICLTensor *weights, const ICLTensor *recurrent_weights, con…  in configure() 82 …context, const ICLTensor *input, const ICLTensor *weights, const ICLTensor *recurrent_weights, con…  in configure()
  | 
| D | CLLSTMLayerQuantized.cpp | 345 …const TensorInfo recurrent_weights(TensorShape(output_size, 4 * output_size), 1, DataType::QASYMM8…  in validate()  local
  | 
| /external/webrtc/modules/audio_processing/agc2/rnn_vad/ | 
| D | rnn_gru.cc | 61                             rtc::ArrayView<const float> recurrent_weights,  in ComputeUpdateResetGate() 98                       rtc::ArrayView<const float> recurrent_weights,  in ComputeStateGate() 129     const rtc::ArrayView<const int8_t> recurrent_weights,  in GatedRecurrentLayer() 167   rtc::ArrayView<const float> recurrent_weights(recurrent_weights_);  in ComputeOutput()  local
  | 
| /external/ComputeLibrary/src/runtime/NEON/functions/ | 
| D | NERNNLayer.cpp | 45 …ate(const ITensorInfo *input, const ITensorInfo *weights, const ITensorInfo *recurrent_weights, co…  in validate() 72 …er::configure(const ITensor *input, const ITensor *weights, const ITensor *recurrent_weights, cons…  in configure()
  | 
| D | NELSTMLayerQuantized.cpp | 312 …const TensorInfo recurrent_weights(TensorShape(output_size, 4 * output_size), 1, DataType::QASYMM8…  in validate()  local
  | 
| /external/tensorflow/tensorflow/lite/kernels/ | 
| D | basic_rnn.cc | 68   const TfLiteTensor* recurrent_weights;  in Prepare()  local 203                        const TfLiteTensor* recurrent_weights,  in EvalFloat() 231                         const TfLiteTensor* recurrent_weights,  in EvalHybrid() 289   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/ComputeLibrary/tests/datasets/ | 
| D | RNNLayerDataset.h | 106 …void add_config(TensorShape src, TensorShape weights, TensorShape recurrent_weights, TensorShape b…  in add_config()
  | 
| D | LSTMLayerDataset.h | 126 …void add_config(TensorShape src, TensorShape input_weights, TensorShape recurrent_weights, TensorS…  in add_config()
  | 
| /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/ComputeLibrary/tests/validation/fixtures/ | 
| D | RNNLayerFixture.h | 70 …      TensorType recurrent_weights = create_tensor<TensorType>(recurrent_weights_shape, data_type);  in compute_target()  local
  | 
| /external/tensorflow/tensorflow/lite/delegates/nnapi/ | 
| D | nnapi_delegate_test.cc | 2814              const TensorType recurrent_weights = TensorType_FLOAT32)  in RNNOpModel()
  |