using System; using System.Collections.Generic; using System.Text; namespace Tensorflow.Keras.Datasets { public class Cifar { public (Tensor, Tensor) load_batch(string fpath, string label_key = "labels") => throw new NotImplementedException(); } }