Searched defs:lstm_params (Results  1 – 14 of 14) sorted by relevance
| /external/ComputeLibrary/src/runtime/CL/functions/ | 
| D | CLLSTMLayer.cpp | 66 …const LSTMParams<ICLTensor> &lstm_params, const ActivationLayerInfo &activation_info, float cell_t…  in configure()79 …const LSTMParams<ICLTensor> &lstm_params, const ActivationLayerInfo &activation_info, float cell_t…  in configure()
 406 …const LSTMParams<ITensorInfo> &lstm_params, const ActivationLayerInfo &activation_info, float cell…  in validate()
 
 | 
| D | CLQLSTMLayer.cpp | 165                              const LSTMParams<ICLTensor> &lstm_params)  in configure()178                              const LSTMParams<ICLTensor> &lstm_params)  in configure()
 609                               const LSTMParams<ITensorInfo> &lstm_params)  in validate()
 
 | 
| /external/ComputeLibrary/arm_compute/core/utils/misc/ | 
| D | InfoHelpers.h | 71 inline void build_lstm_params_tensor_info(const LSTMParams<T>     &lstm_params,  in build_lstm_params_tensor_info()
 | 
| /external/ComputeLibrary/src/runtime/NEON/functions/ | 
| D | NELSTMLayer.cpp | 63 …const LSTMParams<ITensor> &lstm_params, const ActivationLayerInfo &activation_info, float cell_thr…  in configure()381 …const LSTMParams<ITensorInfo> &lstm_params, const ActivationLayerInfo &activation_info, float cell…  in validate()
 
 | 
| D | NEQLSTMLayer.cpp | 220                              const LSTMParams<ITensor> &lstm_params)  in configure()681                               const LSTMParams<ITensorInfo> &lstm_params)  in validate()
 
 | 
| /external/tensorflow/tensorflow/lite/tools/versioning/ | 
| D | op_version.cc | 304       auto lstm_params =  in GetBuiltinOperatorVersion()  local
 | 
| /external/tensorflow/tensorflow/lite/c/ | 
| D | builtin_op_data_test.cc | 52   TfLiteLSTMParams lstm_params;  in TEST()  local
 | 
| /external/ComputeLibrary/tests/validation/fixtures/ | 
| D | LSTMLayerFixture.h | 118         FunctionParams lstm_params;  in compute_target()  local
 | 
| /external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/ | 
| D | lstm.cc | 581   TfLiteLSTMParams lstm_params;  in lstm_eval()  local
 | 
| /external/tensorflow/tensorflow/lite/kernels/ | 
| D | unidirectional_sequence_lstm.cc | 1321   TfLiteLSTMParams lstm_params;  in Eval()  local
 | 
| D | bidirectional_sequence_lstm.cc | 1148   TfLiteLSTMParams lstm_params = {params->activation, params->cell_clip,  in Eval()  local
 | 
| /external/ComputeLibrary/utils/ | 
| D | TypePrinter.h | 3154 std::string to_string(const LSTMParams<T> &lstm_params)  in to_string()
 | 
| /external/tensorflow/tensorflow/lite/toco/tflite/ | 
| D | operator.cc | 844     TfLiteLSTMParams lstm_params = {};  in GetVersion()  local
 | 
| /external/tensorflow/tensorflow/lite/core/api/ | 
| D | flatbuffer_conversions.cc | 1628   if (const auto* lstm_params = op->builtin_options_as_LSTMOptions()) {  in ParseLSTM()  local
 |