tf.keras.datasets.cifar10.load_data

tf.keras.datasets.cifar10.load_data()

Defined in tensorflow/python/keras/datasets/cifar10.py.

Loads CIFAR10 dataset.

Returns:

Tuple of Numpy arrays: (x_train, y_train), (x_test, y_test).