Searched defs:projection_threshold (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/ |
H A D | CLLSTMLayer.cpp | 66 …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 D | LSTMLayerFixture.h | 51 …scratch_shape, ActivationLayerInfo info, float cell_threshold, float projection_threshold, DataTyp… in setup() 81 …float projection_threshold, DataType data_type, bool projection_opt, bool peephole_opt, bool use_l… in compute_target() 326 …float 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 D | NeonLstmFloatWorkload.cpp | 161 float projection_threshold = m_Data.m_Parameters.m_ClippingThresProj; in NeonLstmFloatWorkload() local 363 float projection_threshold = descriptor.m_ClippingThresProj; in NeonLstmFloatWorkloadValidate() local
|
H A D | NeonUnidirectionalSequenceLstmFloatWorkload.cpp | 272 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 D | ClLstmFloatWorkload.cpp | 164 float projection_threshold = m_Data.m_Parameters.m_ClippingThresProj; in ClLstmFloatWorkload() local 328 float projection_threshold = descriptor.m_ClippingThresProj; in ClLstmFloatWorkloadValidate() local
|
H A D | ClUnidirectionalSequenceLstmFloatWorkload.cpp | 274 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 D | NELSTMLayer.cpp | 63 …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 D | LSTMLayerDataset.h | 127 ActivationLayerInfo info, float cell_threshold, float projection_threshold) in add_config()
|