ModelInfo class

Describes the input/output tensor shapes and types of a loaded model.

Constructors

ModelInfo({required List<List<int>> inputShapes, required List<List<int>> outputShapes, required List<TensorType> inputTypes, required List<TensorType> outputTypes})
const

Properties

hashCode → int
The hash code for this object.
no setterinherited
inputShapes → List<List<int>>
final
inputTypes → List<TensorType>
final
outputShapes → List<List<int>>
final
outputTypes → List<TensorType>
final
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
toString() → String
A string representation of this object.
override

Operators

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