Common entry points for obtaining MNIST datasets across platforms.
Provides a tiny factory to get the platform-specific MNISTLoader and convenience suspend functions to download and parse the train/test sets.
Create a platform-specific MNISTLoader using the provided config.
Download (with caching if supported) and return the MNIST test dataset.
Download (with caching if supported) and return the MNIST training dataset.