Home
last modified time | relevance | path

Searched defs:cell_state_out (Results 1 – 12 of 12) sorted by relevance

/external/ComputeLibrary/src/runtime/CL/functions/
DCLLSTMLayer.cpp65 …ICLTensor *scratch_buffer, ICLTensor *output_state_out, ICLTensor *cell_state_out, ICLTensor *outp… in configure()
78 …ICLTensor *scratch_buffer, ICLTensor *output_state_out, ICLTensor *cell_state_out, ICLTensor *outp… in configure()
405 …rInfo *scratch_buffer, const ITensorInfo *output_state_out, const ITensorInfo *cell_state_out, con… in validate()
DCLLSTMLayerQuantized.cpp65 ICLTensor *cell_state_out, ICLTensor *output_state_out) in configure()
77 ICLTensor *cell_state_out, ICLTensor *output_state_out) in configure()
285const ITensorInfo *cell_state_out, const ITensorInfo *output_state_out) in validate()
DCLQLSTMLayer.cpp164ICLTensor *cell_state_out, ICLTensor *output_state_out, ICLTensor *output, in configure()
177ICLTensor *cell_state_out, ICLTensor *output_state_out, ICLTensor *output, in configure()
608const ITensorInfo *cell_state_out, const ITensorInfo *output_state_out, const ITensorInfo *output, in validate()
/external/ComputeLibrary/src/runtime/NEON/functions/
DNELSTMLayer.cpp62 … ITensor *scratch_buffer, ITensor *output_state_out, ITensor *cell_state_out, ITensor *output, in configure()
380 …rInfo *scratch_buffer, const ITensorInfo *output_state_out, const ITensorInfo *cell_state_out, con… in validate()
DNELSTMLayerQuantized.cpp65 ITensor *cell_state_out, ITensor *output_state_out) in configure()
253const ITensorInfo *cell_state_out, const ITensorInfo *output_state_out) in validate()
DNEQLSTMLayer.cpp219 ITensor *cell_state_out, ITensor *output_state_out, ITensor *output, in configure()
680const ITensorInfo *cell_state_out, const ITensorInfo *output_state_out, const ITensorInfo *output, in validate()
/external/armnn/src/backends/neon/workloads/
DNeonQuantizedLstmWorkload.cpp62 …arm_compute::ITensor& cell_state_out = static_cast<IAclTensorHandle*>(m_Data.m_Outputs[0])-… in NeonQuantizedLstmWorkload() local
DNeonLstmFloatWorkload.cpp138 …arm_compute::ITensor& cell_state_out = static_cast<IAclTensorHandle*>(m_Data.m_Outputs[2])-… in NeonLstmFloatWorkload() local
DNeonUnidirectionalSequenceLstmFloatWorkload.cpp256 …arm_compute::ITensor& cell_state_out = static_cast<IAclTensorHandle*>(m_Data.m_Inputs[2])->GetTens… in NeonUnidirectionalSequenceLstmFloatWorkload() local
/external/armnn/src/backends/cl/workloads/
DClLstmFloatWorkload.cpp141 …arm_compute::ICLTensor& cell_state_out = static_cast<IClTensorHandle*>(m_Data.m_Outputs[2])… in ClLstmFloatWorkload() local
DClUnidirectionalSequenceLstmFloatWorkload.cpp258 …arm_compute::ICLTensor& cell_state_out = static_cast<IClTensorHandle*>(m_Data.m_Inputs[2])->GetTen… in ClUnidirectionalSequenceLstmFloatWorkload() local
/external/ComputeLibrary/tests/validation/fixtures/
DLSTMLayerFixture.h101 TensorType cell_state_out = create_tensor<TensorType>(output_cell_shape, data_type); in compute_target() local