Searched defs:cell_threshold (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/ |
H A D | CLLSTMLayer.cpp | 66 …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 D | LSTMLayerFixture.h | 51 …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 D | NeonLstmFloatWorkload.cpp | 160 float cell_threshold = m_Data.m_Parameters.m_ClippingThresCell; in NeonLstmFloatWorkload() local 362 float cell_threshold = descriptor.m_ClippingThresCell; in NeonLstmFloatWorkloadValidate() local
|
H A D | NeonUnidirectionalSequenceLstmFloatWorkload.cpp | 271 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 D | ClLstmFloatWorkload.cpp | 163 float cell_threshold = m_Data.m_Parameters.m_ClippingThresCell; in ClLstmFloatWorkload() local 327 float cell_threshold = descriptor.m_ClippingThresCell; in ClLstmFloatWorkloadValidate() local
|
H A D | ClUnidirectionalSequenceLstmFloatWorkload.cpp | 273 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 D | NELSTMLayer.cpp | 63 …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 D | LSTMLayerDataset.h | 127 ActivationLayerInfo info, float cell_threshold, float projection_threshold) in add_config()
|