menu
pytorch_lite package
documentation
pytorch_lite.dart
ClassificationModel
ClassificationModel.new constructor
ClassificationModel.new constructor
dark_mode
light_mode
ClassificationModel
constructor
ClassificationModel
(
int
_index
,
List
<
String
>
labels
,
int
imageWidth
,
int
imageHeight
,
)
Implementation
ClassificationModel( this._index, this.labels, this.imageWidth, this.imageHeight);
pytorch_lite package
documentation
pytorch_lite
ClassificationModel
ClassificationModel.new constructor
ClassificationModel class