| /external/ComputeLibrary/tests/validation/CL/ | 
| D | LSTMLayerQuantized.cpp | 100 …auto recurrent_to_output_weights = create_tensor<CLTensor>(recurrent_weights_shape, DataType::QASY…  in TEST_SUITE()  local239 …auto recurrent_to_output_weights = create_tensor<CLTensor>(recurrent_weights_shape, DataType::QASY…  in TEST_CASE()  local
 479 …auto recurrent_to_output_weights = create_tensor<CLTensor>(recurrent_weights_shape, DataType::QASY…  in TEST_SUITE()  local
 
 | 
| /external/ComputeLibrary/tests/validation/NEON/ | 
| D | LSTMLayerQuantized.cpp | 107 …auto recurrent_to_output_weights = create_tensor<Tensor>(recurrent_weights_shape, DataType::QASYMM…  in TEST_SUITE()  local246 …auto recurrent_to_output_weights = create_tensor<Tensor>(recurrent_weights_shape, DataType::QASYMM…  in TEST_CASE()  local
 486 …auto recurrent_to_output_weights = create_tensor<Tensor>(recurrent_weights_shape, DataType::QASYMM…  in TEST_SUITE()  local
 
 | 
| /external/ComputeLibrary/src/runtime/CL/functions/ | 
| D | CLLSTMLayer.cpp | 62 …_weights, const ICLTensor *recurrent_to_cell_weights, const ICLTensor *recurrent_to_output_weights,  in configure()75 …_weights, const ICLTensor *recurrent_to_cell_weights, const ICLTensor *recurrent_to_output_weights,  in configure()
 402 …ights, const ITensorInfo *recurrent_to_cell_weights, const ITensorInfo *recurrent_to_output_weight…  in validate()
 
 | 
| D | CLLSTMLayerQuantized.cpp | 62 …_weights, const ICLTensor *recurrent_to_cell_weights, const ICLTensor *recurrent_to_output_weights,  in configure()74 …_weights, const ICLTensor *recurrent_to_cell_weights, const ICLTensor *recurrent_to_output_weights,  in configure()
 282 …ights, const ITensorInfo *recurrent_to_cell_weights, const ITensorInfo *recurrent_to_output_weight…  in validate()
 
 | 
| D | CLQLSTMLayer.cpp | 161 …_weights, const ICLTensor *recurrent_to_cell_weights, const ICLTensor *recurrent_to_output_weights,  in configure()174 …_weights, const ICLTensor *recurrent_to_cell_weights, const ICLTensor *recurrent_to_output_weights,  in configure()
 605 …ights, const ITensorInfo *recurrent_to_cell_weights, const ITensorInfo *recurrent_to_output_weight…  in validate()
 
 | 
| /external/ComputeLibrary/src/runtime/NEON/functions/ | 
| D | NELSTMLayer.cpp | 59 …rget_weights, const ITensor *recurrent_to_cell_weights, const ITensor *recurrent_to_output_weights,  in configure()377 …ights, const ITensorInfo *recurrent_to_cell_weights, const ITensorInfo *recurrent_to_output_weight…  in validate()
 
 | 
| D | NELSTMLayerQuantized.cpp | 62 …rget_weights, const ITensor *recurrent_to_cell_weights, const ITensor *recurrent_to_output_weights,  in configure()250 …ights, const ITensorInfo *recurrent_to_cell_weights, const ITensorInfo *recurrent_to_output_weight…  in validate()
 
 | 
| D | NEQLSTMLayer.cpp | 216 …rget_weights, const ITensor *recurrent_to_cell_weights, const ITensor *recurrent_to_output_weights,  in configure()677 …ights, const ITensorInfo *recurrent_to_cell_weights, const ITensorInfo *recurrent_to_output_weight…  in validate()
 
 | 
| /external/tensorflow/tensorflow/lite/kernels/ | 
| D | unidirectional_sequence_lstm.cc | 125   const TfLiteTensor* recurrent_to_output_weights;  in PopulateQuantizedLstmParams8x8_16()  local755   const TfLiteTensor* recurrent_to_output_weights;  in PopulatePrecomputedZPTimesWeightsWithBias()  local
 907   const TfLiteTensor* recurrent_to_output_weights;  in Prepare()  local
 1258   const TfLiteTensor* recurrent_to_output_weights;  in Eval()  local
 
 | 
| D | lstm.cc | 207   const TfLiteTensor* recurrent_to_output_weights;  in PopulateQuantizedLstmParams8x8_16()  local495   const TfLiteTensor* recurrent_to_output_weights;  in PopulateQuantizedLstmParams8x8_8()  local
 1190   const TfLiteTensor* recurrent_to_output_weights;  in PopulatePrecomputedZPTimesWeightsWithBias()  local
 1333   const TfLiteTensor* recurrent_to_output_weights;  in Prepare()  local
 1722         const TfLiteTensor* recurrent_to_output_weights =  in Prepare()  local
 1861   const TfLiteTensor* recurrent_to_output_weights;  in Eval()  local
 
 | 
| D | lstm_test.cc | 1637   const std::vector<float> recurrent_to_output_weights = {  in TEST()  local1799   const std::vector<float> recurrent_to_output_weights = {  in TEST()  local
 1972   const std::vector<float> recurrent_to_output_weights = {  in TEST()  local
 2143       const std::vector<float>& recurrent_to_output_weights,  in HybridSparseLSTMOpModel()
 
 | 
| D | unidirectional_sequence_lstm_test.cc | 2821   const std::vector<float> recurrent_to_output_weights = {  in TEST()  local2979   const std::vector<float> recurrent_to_output_weights = {  in TEST()  local
 
 | 
| D | lstm_eval.cc | 1753     const TfLiteTensor* recurrent_to_output_weights,  in EvalFloat()1947     const TfLiteTensor* recurrent_to_output_weights,  in EvalHybrid()
 2222     const TfLiteTensor* recurrent_to_output_weights,  in EvalInteger8x8_16()
 2460     const TfLiteTensor* recurrent_to_output_weights,  in EvalInteger8x8_8()
 
 | 
| /external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/ | 
| D | lstm.cc | 348     const TfLiteTensor* recurrent_to_output_weights,  in EvalFloat()566   const TfLiteTensor* recurrent_to_output_weights = GetInput(  in lstm_eval()  local
 
 | 
| /external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/ | 
| D | lstm.cc | 272     const TfLiteTensor* recurrent_to_output_weights,  in EvalCalibration()507   const TfLiteTensor* recurrent_to_output_weights;  in lstm_eval()  local
 
 | 
| /external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/ | 
| D | lstm_full_test.cc | 47               std::initializer_list<float> recurrent_to_output_weights,  in LSTMOpModel()
 | 
| /external/tensorflow/tensorflow/compiler/mlir/lite/ir/ | 
| D | tfl_ops.cc | 2515   const auto recurrent_to_output_weights =  in verify()  local
 |