Home
last modified time | relevance | path

Searched defs:Interpreter (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
A DInterpreter.cs29 public class Interpreter : IDisposable class
61 public Interpreter(byte[] modelData): this(modelData, default(Options)) {} in Interpreter() method in TensorFlowLite.Interpreter
63 public Interpreter(byte[] modelData, Options options) { in Interpreter() method in TensorFlowLite.Interpreter
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/configuration/
A Dnnapi_plugin_test.cc57 tflite::Interpreter* Interpreter() const { return interpreter_.get(); } in Interpreter() function in tflite::__anon593d0f790111::SingleAddOpModel
257 tflite::Interpreter* Interpreter() const { return interpreter_.get(); } in Interpreter() function in tflite::__anon593d0f790111::MultiplePartitionsModel

Completed in 4 milliseconds