Searched defs:lstm_params (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/ |
H A 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()
|
H A 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()
|
/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/ |
H A 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()
|
H A D | NEQLSTMLayer.cpp | 220 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 D | InfoHelpers.h | 71 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 D | op_version.cc | 304 auto lstm_params = in GetBuiltinOperatorVersion() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/c/ |
H A D | builtin_op_data_test.cc | 52 TfLiteLSTMParams lstm_params; in TEST() local
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/ |
H A D | LSTMLayerFixture.h | 118 FunctionParams lstm_params; in compute_target() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/ |
H A D | lstm.cc | 581 TfLiteLSTMParams lstm_params; in lstm_eval() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | unidirectional_sequence_lstm.cc | 1321 TfLiteLSTMParams lstm_params; in Eval() local
|
H A D | bidirectional_sequence_lstm.cc | 1148 TfLiteLSTMParams lstm_params = {params->activation, params->cell_clip, in Eval() local
|
/aosp_15_r20/external/ComputeLibrary/utils/ |
H A D | TypePrinter.h | 3154 std::string to_string(const LSTMParams<T> &lstm_params) in to_string()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/tflite/ |
H A D | operator.cc | 844 TfLiteLSTMParams lstm_params = {}; in GetVersion() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/core/api/ |
H A D | flatbuffer_conversions.cc | 1628 if (const auto* lstm_params = op->builtin_options_as_LSTMOptions()) { in ParseLSTM() local
|