Searched defs:output_state_in (Results  1 – 12 of 12) sorted by relevance
| /external/ComputeLibrary/src/runtime/CL/functions/ | 
| D | CLLSTMLayer.cpp | 64                             const ICLTensor *output_state_in, ICLTensor *cell_state_in,  in configure() 77                             const ICLTensor *output_state_in, ICLTensor *cell_state_in,  in configure() 404                              const ITensorInfo *output_state_in, const ITensorInfo *cell_state_in,  in validate()
  | 
| D | CLLSTMLayerQuantized.cpp | 64                                      ICLTensor *cell_state_in, const ICLTensor *output_state_in,  in configure() 76                                      ICLTensor *cell_state_in, const ICLTensor *output_state_in,  in configure() 284 …                              const ITensorInfo *cell_state_in, const ITensorInfo *output_state_in,  in validate()
  | 
| D | CLQLSTMLayer.cpp | 163                              ICLTensor *cell_state_in, ICLTensor *output_state_in,  in configure() 176                              ICLTensor *cell_state_in, ICLTensor *output_state_in,  in configure() 607                               const ITensorInfo *cell_state_in, const ITensorInfo *output_state_in,  in validate()
  | 
| /external/ComputeLibrary/src/runtime/NEON/functions/ | 
| D | NELSTMLayer.cpp | 61                             const ITensor *output_state_in, const ITensor *cell_state_in,  in configure() 379                              const ITensorInfo *output_state_in, const ITensorInfo *cell_state_in,  in validate()
  | 
| D | NELSTMLayerQuantized.cpp | 64                                      ITensor *cell_state_in, const ITensor *output_state_in,  in configure() 252 …                              const ITensorInfo *cell_state_in, const ITensorInfo *output_state_in,  in validate()
  | 
| D | NEQLSTMLayer.cpp | 218                              const ITensor *cell_state_in, ITensor *output_state_in,  in configure() 679                               const ITensorInfo *cell_state_in, const ITensorInfo *output_state_in,  in validate()
  | 
| /external/armnn/src/backends/neon/workloads/ | 
| D | NeonQuantizedLstmWorkload.cpp | 60 …const arm_compute::ITensor& output_state_in = static_cast<IAclTensorHandle*>(m_Data.m_Inputs[2])->…  in NeonQuantizedLstmWorkload()  local
  | 
| D | NeonLstmFloatWorkload.cpp | 134 …const arm_compute::ITensor& output_state_in = static_cast<IAclTensorHandle*>(m_Data.m_Inputs[1])->…  in NeonLstmFloatWorkload()  local
  | 
| D | NeonUnidirectionalSequenceLstmFloatWorkload.cpp | 252 …arm_compute::ITensor& output_state_in = static_cast<IAclTensorHandle*>(m_Data.m_Inputs[1])->GetTen…  in NeonUnidirectionalSequenceLstmFloatWorkload()  local
  | 
| /external/armnn/src/backends/cl/workloads/ | 
| D | ClLstmFloatWorkload.cpp | 137 …const arm_compute::ICLTensor& output_state_in = static_cast<IClTensorHandle*>(m_Data.m_Inputs[1])-…  in ClLstmFloatWorkload()  local
  | 
| D | ClUnidirectionalSequenceLstmFloatWorkload.cpp | 254 …arm_compute::ICLTensor& output_state_in = static_cast<IClTensorHandle*>(m_Data.m_Inputs[1])->GetTe…  in ClUnidirectionalSequenceLstmFloatWorkload()  local
  | 
| /external/ComputeLibrary/tests/validation/fixtures/ | 
| D | LSTMLayerFixture.h | 97         TensorType output_state_in       = create_tensor<TensorType>(output_shape, data_type);  in compute_target()  local
  |