Module keras.api.keras.datasets

Public API for tf.keras.datasets namespace.

Expand source code
# This file is MACHINE GENERATED! Do not edit.
# Generated by: tensorflow/python/tools/api/generator/create_python_api.py script.
"""Public API for tf.keras.datasets namespace.
"""

from __future__ import print_function as _print_function

import sys as _sys

from keras.api.keras.datasets import boston_housing
from keras.api.keras.datasets import cifar10
from keras.api.keras.datasets import cifar100
from keras.api.keras.datasets import fashion_mnist
from keras.api.keras.datasets import imdb
from keras.api.keras.datasets import mnist
from keras.api.keras.datasets import reuters

del _print_function

from tensorflow.python.util import module_wrapper as _module_wrapper

if not isinstance(_sys.modules[__name__], _module_wrapper.TFModuleWrapper):
  _sys.modules[__name__] = _module_wrapper.TFModuleWrapper(
      _sys.modules[__name__], "keras.datasets", public_apis=None, deprecation=True,
      has_lite=False)

Sub-modules

keras.api.keras.datasets.boston_housing

Public API for tf.keras.datasets.boston_housing namespace.

keras.api.keras.datasets.cifar10

Public API for tf.keras.datasets.cifar10 namespace.

keras.api.keras.datasets.cifar100

Public API for tf.keras.datasets.cifar100 namespace.

keras.api.keras.datasets.fashion_mnist

Public API for tf.keras.datasets.fashion_mnist namespace.

keras.api.keras.datasets.imdb

Public API for tf.keras.datasets.imdb namespace.

keras.api.keras.datasets.mnist

Public API for tf.keras.datasets.mnist namespace.

keras.api.keras.datasets.reuters

Public API for tf.keras.datasets.reuters namespace.