Home
last modified time | relevance | path

Searched defs:cell_threshold (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/
H A DCLLSTMLayer.cpp66 …Tensor> &lstm_params, const ActivationLayerInfo &activation_info, float cell_threshold, float proj… in configure()
79 …Tensor> &lstm_params, const ActivationLayerInfo &activation_info, float cell_threshold, float proj… in configure()
406 …orInfo> &lstm_params, const ActivationLayerInfo &activation_info, float cell_threshold, float proj… in validate()
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DLSTMLayerFixture.h51 …TensorShape scratch_shape, ActivationLayerInfo info, float cell_threshold, float projection_thresh… in setup()
80 …pe &output_shape, const TensorShape &scratch_shape, ActivationLayerInfo info, float cell_threshold, in compute_target()
325 …pe &output_shape, const TensorShape &scratch_shape, ActivationLayerInfo info, float cell_threshold, in compute_reference()
/aosp_15_r20/external/armnn/src/backends/neon/workloads/
H A DNeonLstmFloatWorkload.cpp160 float cell_threshold = m_Data.m_Parameters.m_ClippingThresCell; in NeonLstmFloatWorkload() local
362 float cell_threshold = descriptor.m_ClippingThresCell; in NeonLstmFloatWorkloadValidate() local
H A DNeonUnidirectionalSequenceLstmFloatWorkload.cpp271 float cell_threshold = m_Data.m_Parameters.m_ClippingThresCell; in NeonUnidirectionalSequenceLstmFloatWorkload() local
710 float cell_threshold = descriptor.m_ClippingThresCell; in NeonUnidirectionalSequenceLstmFloatWorkloadValidate() local
/aosp_15_r20/external/armnn/src/backends/cl/workloads/
H A DClLstmFloatWorkload.cpp163 float cell_threshold = m_Data.m_Parameters.m_ClippingThresCell; in ClLstmFloatWorkload() local
327 float cell_threshold = descriptor.m_ClippingThresCell; in ClLstmFloatWorkloadValidate() local
H A DClUnidirectionalSequenceLstmFloatWorkload.cpp273 float cell_threshold = m_Data.m_Parameters.m_ClippingThresCell; in ClUnidirectionalSequenceLstmFloatWorkload() local
713 float cell_threshold = descriptor.m_ClippingThresCell; in ClUnidirectionalSequenceLstmFloatWorkloadValidate() local
/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/
H A DNELSTMLayer.cpp63 …Tensor> &lstm_params, const ActivationLayerInfo &activation_info, float cell_threshold, float proj… in configure()
381 …orInfo> &lstm_params, const ActivationLayerInfo &activation_info, float cell_threshold, float proj… in validate()
/aosp_15_r20/external/ComputeLibrary/tests/datasets/
H A DLSTMLayerDataset.h127 ActivationLayerInfo info, float cell_threshold, float projection_threshold) in add_config()