MNISTDataset constructor

MNISTDataset(
  1. List<Uint8List> images,
  2. List<int> labels
)

Implementation

MNISTDataset(this.images, this.labels);