MLModelInputOutputSettings class

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setDataType(int type) → void
for example 1 for FLOAT32
setInputList(List<int> inputList) → void
for example 1, 224, 224, 3
setOutputList(List<int> outputList) → void
for example 1, 1001
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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

Constants

BYTE → const int
FLOAT32 → const int
INT32 → const int
LONG → const int