Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/
H A DCLLSTMLayer.cpp66 …rams, const ActivationLayerInfo &activation_info, float cell_threshold, float projection_threshold) in configure()
79 …rams, const ActivationLayerInfo &activation_info, float cell_threshold, float projection_threshold) in configure()
406 …rams, const ActivationLayerInfo &activation_info, float cell_threshold, float projection_threshold) in validate()
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DLSTMLayerFixture.h51 …scratch_shape, ActivationLayerInfo info, float cell_threshold, float projection_threshold, DataTyp… in setup()
81float projection_threshold, DataType data_type, bool projection_opt, bool peephole_opt, bool use_l… in compute_target()
326float projection_threshold, DataType data_type, bool projection_opt, bool peephole_opt, bool use_l… in compute_reference()
/aosp_15_r20/external/armnn/src/backends/neon/workloads/
H A DNeonLstmFloatWorkload.cpp161 float projection_threshold = m_Data.m_Parameters.m_ClippingThresProj; in NeonLstmFloatWorkload() local
363 float projection_threshold = descriptor.m_ClippingThresProj; in NeonLstmFloatWorkloadValidate() local
H A DNeonUnidirectionalSequenceLstmFloatWorkload.cpp272 float projection_threshold = m_Data.m_Parameters.m_ClippingThresProj; in NeonUnidirectionalSequenceLstmFloatWorkload() local
711 float projection_threshold = descriptor.m_ClippingThresProj; in NeonUnidirectionalSequenceLstmFloatWorkloadValidate() local
/aosp_15_r20/external/armnn/src/backends/cl/workloads/
H A DClLstmFloatWorkload.cpp164 float projection_threshold = m_Data.m_Parameters.m_ClippingThresProj; in ClLstmFloatWorkload() local
328 float projection_threshold = descriptor.m_ClippingThresProj; in ClLstmFloatWorkloadValidate() local
H A DClUnidirectionalSequenceLstmFloatWorkload.cpp274 float projection_threshold = m_Data.m_Parameters.m_ClippingThresProj; in ClUnidirectionalSequenceLstmFloatWorkload() local
714 float projection_threshold = descriptor.m_ClippingThresProj; in ClUnidirectionalSequenceLstmFloatWorkloadValidate() local
/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/
H A DNELSTMLayer.cpp63 …rams, const ActivationLayerInfo &activation_info, float cell_threshold, float projection_threshold) in configure()
381 …rams, const ActivationLayerInfo &activation_info, float cell_threshold, float projection_threshold) in validate()
/aosp_15_r20/external/ComputeLibrary/tests/datasets/
H A DLSTMLayerDataset.h127 ActivationLayerInfo info, float cell_threshold, float projection_threshold) in add_config()