Home
last modified time | relevance | path

Searched refs:TfLiteLSTMParams (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dlstm_eval.h122 const TfLiteLSTMParams* params, bool forward_sequence, bool time_major,
159 const TfLiteTensor* projection_bias, const TfLiteLSTMParams* params,
191 const TfLiteLSTMParams* params, bool forward_sequence, bool time_major,
217 const TfLiteLSTMParams* params, TfLiteTensor* output_state,
Dlstm_eval.cc831 const TfLiteLSTMParams* params, int n_batch, int n_cell, int n_input, in LstmStepFloat()
1024 const TfLiteLSTMParams* params, int n_batch, int n_cell, int n_input, in LstmStepHybrid()
1615 const int32_t* projection_bias_ptr, const TfLiteLSTMParams* params, in LstmStepInteger8x8_8()
1711 const TfLiteLSTMParams* params, bool forward_sequence, bool time_major, in EvalFloat()
1901 const TfLiteTensor* projection_bias, const TfLiteLSTMParams* params, in EvalHybrid()
2169 const TfLiteLSTMParams* params, bool forward_sequence, bool time_major, in EvalInteger8x8_16()
2407 const TfLiteLSTMParams* params, TfLiteTensor* output_state, in EvalInteger8x8_8()
Dlstm.cc145 const auto* params = static_cast<TfLiteLSTMParams*>(node->builtin_data); in PopulateQuantizedLstmParams8x8_16()
807 const auto* params = reinterpret_cast<TfLiteLSTMParams*>(node->builtin_data); in PopulateQuantizedLstmParams8x8_8()
856 const auto* params = static_cast<TfLiteLSTMParams*>(node->builtin_data); in CheckInputTensorDimensions()
1826 const auto* params = static_cast<TfLiteLSTMParams*>(node->builtin_data); in Eval()
2384 const auto* params = reinterpret_cast<const TfLiteLSTMParams*>(buffer); in Init()
Dunidirectional_sequence_lstm.cc413 const auto* params = reinterpret_cast<TfLiteLSTMParams*>(node->builtin_data); in CheckInputTensorDimensions()
1308 TfLiteLSTMParams lstm_params; in Eval()
Dlstm_eval_test.cc649 const TfLiteLSTMParams GetLSTMParam() { in GetLSTMParam()
Dbidirectional_sequence_lstm.cc1144 TfLiteLSTMParams lstm_params = {params->activation, params->cell_clip, in Eval()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dlstm_parser.h29 GraphFloat32* graph, ObjectReader* reader, const TfLiteLSTMParams* params,
Dmodel_builder.cc903 const TfLiteLSTMParams* tf_options; in IsSupported()
932 const TfLiteLSTMParams* tf_options; in Parse()
951 const TfLiteLSTMParams* tf_options) { in ParseBasic()
1002 absl::Status CheckBasicParameters(const TfLiteLSTMParams* tf_options) { in CheckBasicParameters()
1018 const TfLiteLSTMParams* tf_options) { in ParseFull()
1026 absl::Status CheckFullParameters(const TfLiteLSTMParams* tf_options) { in CheckFullParameters()
Dlstm_parser.cc445 GraphFloat32* graph, ObjectReader* reader, const TfLiteLSTMParams* params, in ParseLSTMAttributes()
/external/tensorflow/tensorflow/lite/c/
Dbuiltin_op_data_test.cc52 TfLiteLSTMParams lstm_params; in TEST()
Dbuiltin_op_data.h275 } TfLiteLSTMParams; typedef
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
Dlstm.cc180 const TfLiteLSTMParams* params, int n_batch, int n_cell, int n_input, in LstmStepCalibration()
287 const TfLiteLSTMParams* params, bool forward_sequence, bool time_major, in EvalCalibration()
580 TfLiteLSTMParams lstm_params; in lstm_eval()
584 lstm_params = *(static_cast<TfLiteLSTMParams*>(node->builtin_data)); in lstm_eval()
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/
Dlstm.cc63 const TfLiteLSTMParams* params, int n_batch, int n_cell, int n_input, in LstmStepWithAuxInput()
355 const TfLiteLSTMParams* params, bool forward_sequence, bool time_major, in EvalFloat()
534 const auto* params = static_cast<TfLiteLSTMParams*>(node->builtin_data); in lstm_eval()
/external/tensorflow/tensorflow/lite/core/api/
Dflatbuffer_conversions.cc562 auto params = safe_allocator.Allocate<TfLiteLSTMParams>(); in ParseOpDataTfLite()
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.cc3355 auto builtin = reinterpret_cast<TfLiteLSTMParams*>( in Map()
4256 auto builtin = reinterpret_cast<TfLiteLSTMParams*>(node->builtin_data); in AddOpsAndTensors()