| /external/armnn/src/backends/neon/workloads/ | 
| D | NeonQLstmWorkload.cpp | 146 …arm_compute::ITensor& cellStateOut   = static_cast<IAclTensorHandle*>(m_Data.m_Outputs[1])->GetTen…  in NeonQLstmWorkload()  local246                                               const TensorInfo& cellStateOut,  in NeonQLstmWorkloadValidate()
 
 | 
| D | NeonQuantizedLstmWorkload.cpp | 134                                                       const TensorInfo& cellStateOut,  in NeonQuantizedLstmWorkloadValidate()
 | 
| D | NeonUnidirectionalSequenceLstmWorkload.cpp | 48 …arm_compute::ITensor& cellStateOut   = static_cast<IAclTensorHandle*>(m_Data.m_Outputs[1])->GetTen…  in NeonUnidirectionalSequenceLstmWorkload()  local495                                                const TensorInfo& cellStateOut,  in NeonUnidirectionalSequenceLstmWorkloadValidate()
 
 | 
| D | NeonLstmFloatWorkload.cpp | 258                                                   const TensorInfo& cellStateOut,  in NeonLstmFloatWorkloadValidate()
 | 
| D | NeonUnidirectionalSequenceLstmFloatWorkload.cpp | 514                                                     const TensorInfo& cellStateOut,  in NeonUnidirectionalSequenceLstmFloatWorkloadValidate()
 | 
| /external/armnn/src/backends/cl/workloads/ | 
| D | ClQLstmWorkload.cpp | 148 …arm_compute::ICLTensor& cellStateOut   = static_cast<IClTensorHandle*>(m_Data.m_Outputs[1])->GetTe…  in ClQLstmWorkload()  local250                                               const TensorInfo& cellStateOut,  in ClQLstmWorkloadValidate()
 
 | 
| D | ClQuantizedLstmWorkload.cpp | 19 …                                const TensorInfo& previousOutputIn, const TensorInfo& cellStateOut,  in ClQuantizedLstmWorkloadValidate()
 | 
| D | ClLstmFloatWorkload.cpp | 246 …                                  const TensorInfo& outputStateOut, const TensorInfo& cellStateOut,  in ClLstmFloatWorkloadValidate()
 | 
| D | ClUnidirectionalSequenceLstmFloatWorkload.cpp | 615     const TensorInfo& cellStateOut = TensorInfo(cellStateIn.GetShape(), input.GetDataType());  in ClUnidirectionalSequenceLstmFloatWorkloadValidate()  local
 | 
| /external/armnn/src/armnnSerializer/test/ | 
| D | LstmSerializationTests.cpp | 250     armnn::IConnectableLayer* const cellStateOut  = network->AddOutputLayer(2);  variable396     armnn::IConnectableLayer* const cellStateOut  = network->AddOutputLayer(2);  variable
 561     armnn::IConnectableLayer* const cellStateOut  = network->AddOutputLayer(2);  variable
 1582     armnn::IConnectableLayer* const cellStateOut = network->AddOutputLayer(0);  variable
 1733     armnn::IConnectableLayer* const cellStateOut   = network->AddOutputLayer(1);  variable
 1926     armnn::IConnectableLayer* const cellStateOut  = network->AddOutputLayer(1);  variable
 2173     armnn::IConnectableLayer* const cellStateOut   = network->AddOutputLayer(1);  variable
 
 | 
| /external/armnn/src/backends/reference/workloads/ | 
| D | Lstm.cpp | 22               std::unique_ptr<Encoder<float>>& cellStateOut,  in LstmImpl()
 | 
| D | RefLstmWorkload.cpp | 64 …std::unique_ptr<Encoder<float>> cellStateOut   = MakeEncoder<float>(outputInfo, outputs[2]->Map());  in Execute()  local
 | 
| D | RefUnidirectionalSequenceLstmWorkload.cpp | 125 …std::unique_ptr<Encoder<float>> cellStateOut   = MakeEncoder<float>(cellStateInfo, cellStateOutDat…  in Execute()  local
 | 
| /external/armnn/src/backends/neon/ | 
| D | NeonLayerSupport.cpp | 1214                                        const TensorInfo& cellStateOut,  in IsLstmSupported()1361                                         const TensorInfo& cellStateOut,  in IsQLstmSupported()
 1405                                                 const TensorInfo& cellStateOut,  in IsQuantizedLstmSupported()
 1598                                                              const TensorInfo& cellStateOut,  in IsUnidirectionalSequenceLstmSupported()
 
 | 
| /external/armnn/src/armnn/ | 
| D | ILayerSupport.cpp | 866                                     const TensorInfo& cellStateOut,  in IsLstmSupported()1027                                      const TensorInfo& cellStateOut,  in IsQLstmSupported()
 1048                                              const TensorInfo& cellStateOut,  in IsQuantizedLstmSupported()
 1223         const TensorInfo& cellStateOut,  in IsUnidirectionalSequenceLstmSupported()
 
 | 
| D | BackendHelper.cpp | 867                                          const TensorInfo& cellStateOut,  in IsLstmSupported()1121                                           const TensorInfo& cellStateOut,  in IsQLstmSupported()
 1140                                                   const TensorInfo& cellStateOut,  in IsQuantizedLstmSupported()
 1435                                                                const TensorInfo& cellStateOut,  in IsUnidirectionalSequenceLstmSupported()
 
 | 
| /external/armnn/src/backends/cl/ | 
| D | ClLayerSupport.cpp | 1192                                      const TensorInfo& cellStateOut,  in IsLstmSupported()1322                                       const TensorInfo& cellStateOut,  in IsQLstmSupported()
 1355                                               const TensorInfo& cellStateOut,  in IsQuantizedLstmSupported()
 1547                                                            const TensorInfo& cellStateOut,  in IsUnidirectionalSequenceLstmSupported()
 
 | 
| /external/armnn/src/backends/backendsCommon/test/ | 
| D | QLstmEndToEndTestImpl.cpp | 221     armnn::IConnectableLayer* const cellStateOut   = net->AddOutputLayer(1);  in QLstmEndToEnd()  local
 | 
| D | QuantizedLstmEndToEndTestImpl.cpp | 123     armnn::IConnectableLayer* const cellStateOut  = net->AddOutputLayer(0);  in CreateQuantizedLstmNetwork()  local
 | 
| /external/android-nn-driver/ | 
| D | ConversionUtils_1_3.hpp | 519     const HalOperand* cellStateOut = GetOutputOperand<HalPolicy>(operation, 1, model);  in ConvertQuantizedLstm()  local
 | 
| /external/armnn/src/backends/backendsCommon/ | 
| D | WorkloadFactory.cpp | 632 …const TensorInfo& cellStateOut = OverrideDataType(layer.GetOutputSlot(2).GetTensorInfo(), dataType…  in IsLayerConfigurationSupported()  local941             const TensorInfo& cellStateOut = layer.GetOutputSlot(1).GetTensorInfo();  in IsLayerConfigurationSupported()  local
 1035             const TensorInfo& cellStateOut = layer.GetOutputSlot(0).GetTensorInfo();  in IsLayerConfigurationSupported()  local
 1411 …const TensorInfo& cellStateOut = OverrideDataType(layer.GetOutputSlot(1).GetTensorInfo(), dataType…  in IsLayerConfigurationSupported()  local
 
 | 
| /external/armnn/src/backends/reference/ | 
| D | RefLayerSupport.cpp | 1749                                       const TensorInfo& cellStateOut,  in IsLstmSupported()2221                                        const TensorInfo& cellStateOut,  in IsQLstmSupported()
 2772         const TensorInfo& cellStateOut,  in IsUnidirectionalSequenceLstmSupported()
 
 | 
| /external/android-nn-driver/1.0/ | 
| D | HalPolicy.cpp | 349     const Operand* cellStateOut = GetOutputOperand<hal_1_0::HalPolicy>(operation, 2, model);  in ConvertLstm()  local
 | 
| /external/armnn/src/armnnTestUtils/ | 
| D | CreateWorkload.hpp | 792     Layer* const cellStateOut = graph.AddLayer<OutputLayer>(2, "cellStateOut");  in CreateLstmWorkloadTest()  local911     Layer* const cellStateOut = graph.AddLayer<OutputLayer>(0, "cellStateOut");  in CreateQuantizedLstmWorkloadTest()  local
 1075     Layer* const cellStateOut = graph.AddLayer<OutputLayer>(1, "cellStateOut");  in CreateQLstmWorkloadTest()  local
 
 | 
| /external/armnn/src/armnn/test/ | 
| D | OptimizerTests.cpp | 122     Layer* const cellStateOut = graph.AddLayer<OutputLayer>(2, "cellStateOut");  in CreateLSTMLayerHelper()  local
 |