Searched defs:cell_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 | 59 …arm_compute::ITensor& cell_state_in = static_cast<IAclTensorHandle*>(m_Data.m_Inputs[1])->… in NeonQuantizedLstmWorkload() local
|
| D | NeonLstmFloatWorkload.cpp | 135 …const arm_compute::ITensor& cell_state_in = static_cast<IAclTensorHandle*>(m_Data.m_Inputs[2])->… in NeonLstmFloatWorkload() local
|
| D | NeonUnidirectionalSequenceLstmFloatWorkload.cpp | 253 …arm_compute::ITensor& cell_state_in = static_cast<IAclTensorHandle*>(m_Data.m_Inputs[2])->GetTen… in NeonUnidirectionalSequenceLstmFloatWorkload() local
|
| /external/armnn/src/backends/cl/workloads/ |
| D | ClLstmFloatWorkload.cpp | 138 …arm_compute::ICLTensor& cell_state_in = static_cast<IClTensorHandle*>(m_Data.m_Inputs[2])-… in ClLstmFloatWorkload() local
|
| D | ClUnidirectionalSequenceLstmFloatWorkload.cpp | 255 …arm_compute::ICLTensor& cell_state_in = static_cast<IClTensorHandle*>(m_Data.m_Inputs[2])->GetTe… in ClUnidirectionalSequenceLstmFloatWorkload() local
|
| /external/ComputeLibrary/tests/validation/fixtures/ |
| D | LSTMLayerFixture.h | 98 TensorType cell_state_in = create_tensor<TensorType>(output_cell_shape, data_type); in compute_target() local
|