| /external/ComputeLibrary/tests/validation/CL/ | 
| D | LSTMLayerQuantized.cpp | 98 …auto recurrent_to_forget_weights = create_tensor<CLTensor>(recurrent_weights_shape, DataType::QASY…  in TEST_SUITE()  local 237 …auto recurrent_to_forget_weights = create_tensor<CLTensor>(recurrent_weights_shape, DataType::QASY…  in TEST_CASE()  local 477 …auto recurrent_to_forget_weights = create_tensor<CLTensor>(recurrent_weights_shape, DataType::QASY…  in TEST_SUITE()  local
  | 
| /external/ComputeLibrary/tests/validation/NEON/ | 
| D | LSTMLayerQuantized.cpp | 105 …auto recurrent_to_forget_weights = create_tensor<Tensor>(recurrent_weights_shape, DataType::QASYMM…  in TEST_SUITE()  local 244 …auto recurrent_to_forget_weights = create_tensor<Tensor>(recurrent_weights_shape, DataType::QASYMM…  in TEST_CASE()  local 484 …auto recurrent_to_forget_weights = create_tensor<Tensor>(recurrent_weights_shape, DataType::QASYMM…  in TEST_SUITE()  local
  | 
| /external/ComputeLibrary/src/runtime/CL/functions/ | 
| D | CLLSTMLayer.cpp | 62 …const ICLTensor *recurrent_to_forget_weights, const ICLTensor *recurrent_to_cell_weights, const IC…  in configure() 75 …const ICLTensor *recurrent_to_forget_weights, const ICLTensor *recurrent_to_cell_weights, const IC…  in configure() 402 …const ITensorInfo *recurrent_to_forget_weights, const ITensorInfo *recurrent_to_cell_weights, cons…  in validate()
  | 
| D | CLLSTMLayerQuantized.cpp | 62 …const ICLTensor *recurrent_to_input_weights, const ICLTensor *recurrent_to_forget_weights, const I…  in configure() 74 …const ICLTensor *recurrent_to_input_weights, const ICLTensor *recurrent_to_forget_weights, const I…  in configure() 282 …const ITensorInfo *recurrent_to_input_weights, const ITensorInfo *recurrent_to_forget_weights, con…  in validate()
  | 
| D | CLQLSTMLayer.cpp | 161 …const ICLTensor *recurrent_to_forget_weights, const ICLTensor *recurrent_to_cell_weights, const IC…  in configure() 174 …const ICLTensor *recurrent_to_forget_weights, const ICLTensor *recurrent_to_cell_weights, const IC…  in configure() 605 …const ITensorInfo *recurrent_to_forget_weights, const ITensorInfo *recurrent_to_cell_weights, cons…  in validate()
  | 
| /external/ComputeLibrary/src/runtime/NEON/functions/ | 
| D | NELSTMLayer.cpp | 59 …const ITensor *recurrent_to_forget_weights, const ITensor *recurrent_to_cell_weights, const ITenso…  in configure() 377 …const ITensorInfo *recurrent_to_forget_weights, const ITensorInfo *recurrent_to_cell_weights, cons…  in validate()
  | 
| D | NELSTMLayerQuantized.cpp | 62 …const ITensor *recurrent_to_input_weights, const ITensor *recurrent_to_forget_weights, const ITens…  in configure() 250 …const ITensorInfo *recurrent_to_input_weights, const ITensorInfo *recurrent_to_forget_weights, con…  in validate()
  | 
| D | NEQLSTMLayer.cpp | 216 …const ITensor *recurrent_to_forget_weights, const ITensor *recurrent_to_cell_weights, const ITenso…  in configure() 677 …const ITensorInfo *recurrent_to_forget_weights, const ITensorInfo *recurrent_to_cell_weights, cons…  in validate()
  | 
| /external/tensorflow/tensorflow/lite/kernels/ | 
| D | unidirectional_sequence_lstm.cc | 115   const TfLiteTensor* recurrent_to_forget_weights;  in PopulateQuantizedLstmParams8x8_16()  local 464   const TfLiteTensor* recurrent_to_forget_weights;  in CheckInputTensorDimensions()  local 745   const TfLiteTensor* recurrent_to_forget_weights;  in PopulatePrecomputedZPTimesWeightsWithBias()  local 1248   const TfLiteTensor* recurrent_to_forget_weights;  in Eval()  local
  | 
| D | lstm.cc | 199   const TfLiteTensor* recurrent_to_forget_weights;  in PopulateQuantizedLstmParams8x8_16()  local 487   const TfLiteTensor* recurrent_to_forget_weights;  in PopulateQuantizedLstmParams8x8_8()  local 909   const TfLiteTensor* recurrent_to_forget_weights;  in CheckInputTensorDimensions()  local 1182   const TfLiteTensor* recurrent_to_forget_weights;  in PopulatePrecomputedZPTimesWeightsWithBias()  local 1697         const TfLiteTensor* recurrent_to_forget_weights =  in Prepare()  local 1853   const TfLiteTensor* recurrent_to_forget_weights;  in Eval()  local
  | 
| D | lstm_test.cc | 1634   const std::vector<float> recurrent_to_forget_weights = {  in TEST()  local 1796   const std::vector<float> recurrent_to_forget_weights = {  in TEST()  local 1969   const std::vector<float> recurrent_to_forget_weights = {  in TEST()  local 2141       const std::vector<float>& recurrent_to_forget_weights,  in HybridSparseLSTMOpModel()
  | 
| D | unidirectional_sequence_lstm_test.cc | 2818   const std::vector<float> recurrent_to_forget_weights = {  in TEST()  local 2976   const std::vector<float> recurrent_to_forget_weights = {  in TEST()  local
  | 
| D | lstm_eval.cc | 1751     const TfLiteTensor* recurrent_to_forget_weights,  in EvalFloat() 1943     const TfLiteTensor* recurrent_to_forget_weights,  in EvalHybrid() 2220     const TfLiteTensor* recurrent_to_forget_weights,  in EvalInteger8x8_16() 2458     const TfLiteTensor* recurrent_to_forget_weights,  in EvalInteger8x8_8()
  | 
| D | bidirectional_sequence_lstm.cc | 249   const TfLiteTensor* recurrent_to_forget_weights;  in CheckLstmTensorDimensionsAndTypes()  local
  | 
| /external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/ | 
| D | lstm.cc | 346     const TfLiteTensor* recurrent_to_forget_weights,  in EvalFloat() 562   const TfLiteTensor* recurrent_to_forget_weights = GetInput(  in lstm_eval()  local
  | 
| /external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/ | 
| D | lstm.cc | 270     const TfLiteTensor* recurrent_to_forget_weights,  in EvalCalibration() 495   const TfLiteTensor* recurrent_to_forget_weights;  in lstm_eval()  local
  | 
| /external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/ | 
| D | lstm_full_test.cc | 45               std::initializer_list<float> recurrent_to_forget_weights,  in LSTMOpModel()
  |