tfLiteModelCreateFromFile property
Implementation
late final Pointer<Void> Function(Pointer<Utf8> modelPath)
tfLiteModelCreateFromFile = _lib
.lookup<NativeFunction<Pointer<Void> Function(Pointer<Utf8>)>>(
'TfLiteModelCreateFromFile')
.asFunction();