Home
last modified time | relevance | path

Searched defs:lstm_params (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/
H A DCLLSTMLayer.cpp66const LSTMParams<ICLTensor> &lstm_params, const ActivationLayerInfo &activation_info, float cell_t… in configure()
79const LSTMParams<ICLTensor> &lstm_params, const ActivationLayerInfo &activation_info, float cell_t… in configure()
406const LSTMParams<ITensorInfo> &lstm_params, const ActivationLayerInfo &activation_info, float cell… in validate()
H A DCLQLSTMLayer.cpp165 const LSTMParams<ICLTensor> &lstm_params) in configure()
178 const LSTMParams<ICLTensor> &lstm_params) in configure()
609 const LSTMParams<ITensorInfo> &lstm_params) in validate()
/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/
H A DNELSTMLayer.cpp63const LSTMParams<ITensor> &lstm_params, const ActivationLayerInfo &activation_info, float cell_thr… in configure()
381const LSTMParams<ITensorInfo> &lstm_params, const ActivationLayerInfo &activation_info, float cell… in validate()
H A DNEQLSTMLayer.cpp220 const LSTMParams<ITensor> &lstm_params) in configure()
681 const LSTMParams<ITensorInfo> &lstm_params) in validate()
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/utils/misc/
H A DInfoHelpers.h71 inline void build_lstm_params_tensor_info(const LSTMParams<T> &lstm_params, in build_lstm_params_tensor_info()
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/versioning/
H A Dop_version.cc304 auto lstm_params = in GetBuiltinOperatorVersion() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/c/
H A Dbuiltin_op_data_test.cc52 TfLiteLSTMParams lstm_params; in TEST() local
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DLSTMLayerFixture.h118 FunctionParams lstm_params; in compute_target() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
H A Dlstm.cc581 TfLiteLSTMParams lstm_params; in lstm_eval() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dunidirectional_sequence_lstm.cc1321 TfLiteLSTMParams lstm_params; in Eval() local
H A Dbidirectional_sequence_lstm.cc1148 TfLiteLSTMParams lstm_params = {params->activation, params->cell_clip, in Eval() local
/aosp_15_r20/external/ComputeLibrary/utils/
H A DTypePrinter.h3154 std::string to_string(const LSTMParams<T> &lstm_params) in to_string()
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/tflite/
H A Doperator.cc844 TfLiteLSTMParams lstm_params = {}; in GetVersion() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/core/api/
H A Dflatbuffer_conversions.cc1628 if (const auto* lstm_params = op->builtin_options_as_LSTMOptions()) { in ParseLSTM() local