Searched refs:TfLiteLSTMParams (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/ |
A D | lstm_eval.h | 122 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,
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/c/ |
A D | builtin_op_data.h | 274 } TfLiteLSTMParams; typedef
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/core/api/ |
A D | flatbuffer_conversions.cc | 578 auto params = safe_allocator.Allocate<TfLiteLSTMParams>(); in ParseOpDataTfLite()
|
Completed in 11 milliseconds