Home
last modified time | relevance | path

Searched refs:AllocateTensors (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/
A Dmain_functions.cc115 TfLiteStatus allocate_status = interpreter->AllocateTensors(); in setup()
244 interpreter.AllocateTensors();
A Dmicro_speech_test.cc62 interpreter.AllocateTensors(); in TF_LITE_MICRO_TEST()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/Examples/HelloTFLite/Scripts/
A DHelloTFLite.cs71 interpreter.AllocateTensors(); in Update()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/
A Dmicro_interpreter.cc181 TfLiteStatus MicroInterpreter::AllocateTensors() { in AllocateTensors() function in tflite::MicroInterpreter
281 TF_LITE_ENSURE_OK(&context_, AllocateTensors()); in Invoke()
A Dmicro_interpreter.h65 TfLiteStatus AllocateTensors();
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/examples/hello_world/
A Dhello_world_test.cc55 TF_LITE_MICRO_EXPECT_EQ(interpreter.AllocateTensors(), kTfLiteOk); in TF_LITE_MICRO_TEST()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
A DInterpreter.cs108 public void AllocateTensors() { in AllocateTensors() method in TensorFlowLite.Interpreter
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/
A Dinterpreter.h438 TfLiteStatus AllocateTensors();
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/configuration/
A Dconfiguration.proto349 // ModifyGraphWithDelegate() time, or when calling AllocateTensors() after

Completed in 11 milliseconds