Home
last modified time | relevance | path

Searched refs:modelData (Results 1 – 1 of 1) 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.cs61 public Interpreter(byte[] modelData): this(modelData, default(Options)) {} in Interpreter() argument
63 public Interpreter(byte[] modelData, Options options) { in Interpreter() argument
64 GCHandle modelDataHandle = GCHandle.Alloc(modelData, GCHandleType.Pinned); in Interpreter()
66 model = TfLiteModelCreate(modelDataPtr, modelData.Length); in Interpreter()

Completed in 4 milliseconds