Home
last modified time | relevance | path

Searched refs:GetModel (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/
A Dmain_functions.cc73 model = tflite::GetModel(g_model); in setup()
215 const tflite::Model* model = ::tflite::GetModel(g_model);
A Dmicro_speech_test.cc33 const tflite::Model* model = ::tflite::GetModel(g_model); in TF_LITE_MICRO_TEST()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/
A Dmodel_builder.h159 const tflite::Model* GetModel() const { return model_; } in GetModel() function
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/examples/hello_world/
A Dhello_world_test.cc37 const tflite::Model* model = ::tflite::GetModel(g_model); in TF_LITE_MICRO_TEST()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/schema/
A Dschema_generated.h17834 inline const tflite::Model *GetModel(const void *buf) {
17880 return std::unique_ptr<tflite::ModelT>(GetModel(buf)->UnPack(res));

Completed in 33 milliseconds