Module keras.api.keras.wrappers

Public API for tf.keras.wrappers 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.wrappers namespace.
"""

from __future__ import print_function as _print_function

import sys as _sys

from keras.api.keras.wrappers import scikit_learn

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.wrappers", public_apis=None, deprecation=True,
      has_lite=False)

Sub-modules

keras.api.keras.wrappers.scikit_learn

Public API for tf.keras.wrappers.scikit_learn namespace.