Searched refs:modelData (Results 1 – 1 of 1) sorted by relevance
61 public Interpreter(byte[] modelData): this(modelData, default(Options)) {} in Interpreter() argument63 public Interpreter(byte[] modelData, Options options) { in Interpreter() argument64 GCHandle modelDataHandle = GCHandle.Alloc(modelData, GCHandleType.Pinned); in Interpreter()66 model = TfLiteModelCreate(modelDataPtr, modelData.Length); in Interpreter()
Completed in 6 milliseconds