Searched defs:cell_threshold (Results  1 – 8 of 8) sorted by relevance
| /external/ComputeLibrary/tests/validation/fixtures/ | 
| 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()
 
 | 
| /external/ComputeLibrary/src/runtime/CL/functions/ | 
| 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()
 
 | 
| /external/armnn/src/backends/cl/workloads/ | 
| D | ClLstmFloatWorkload.cpp | 163     float cell_threshold = m_Data.m_Parameters.m_ClippingThresCell;  in ClLstmFloatWorkload()  local327     float cell_threshold = descriptor.m_ClippingThresCell;  in ClLstmFloatWorkloadValidate()  local
 
 | 
| D | ClUnidirectionalSequenceLstmFloatWorkload.cpp | 273     float cell_threshold       = m_Data.m_Parameters.m_ClippingThresCell;  in ClUnidirectionalSequenceLstmFloatWorkload()  local713     float cell_threshold = descriptor.m_ClippingThresCell;  in ClUnidirectionalSequenceLstmFloatWorkloadValidate()  local
 
 | 
| /external/armnn/src/backends/neon/workloads/ | 
| D | NeonLstmFloatWorkload.cpp | 160     float cell_threshold = m_Data.m_Parameters.m_ClippingThresCell;  in NeonLstmFloatWorkload()  local362     float cell_threshold = descriptor.m_ClippingThresCell;  in NeonLstmFloatWorkloadValidate()  local
 
 | 
| D | NeonUnidirectionalSequenceLstmFloatWorkload.cpp | 271     float cell_threshold       = m_Data.m_Parameters.m_ClippingThresCell;  in NeonUnidirectionalSequenceLstmFloatWorkload()  local710     float cell_threshold = descriptor.m_ClippingThresCell;  in NeonUnidirectionalSequenceLstmFloatWorkloadValidate()  local
 
 | 
| /external/ComputeLibrary/src/runtime/NEON/functions/ | 
| 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()
 
 | 
| /external/ComputeLibrary/tests/datasets/ | 
| D | LSTMLayerDataset.h | 127                     ActivationLayerInfo info, float cell_threshold, float projection_threshold)  in add_config()
 |