MLCustomModel class

Constructors

MLCustomModel()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createBitmap(String imagePath) Future<bool>
downloadRemoteModel(String remoteModelName, String assetPath) Future<bool>
getOutputIndex(String name) Future<int>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prepareExecutor(String modelName, String assetPath) Future<bool>
startExecutor(MLModelInputOutputSettings settings, String labelFileName) Future<Map>
stopExecutor() Future<bool>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited