Module keras.api
Public API for tf. 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. namespace.
"""
from __future__ import print_function as _print_function
import sys as _sys
from keras.api import keras
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__], "", public_apis=None, deprecation=True,
has_lite=False)
Sub-modules
keras.api.keras
-
Public API for tf.keras namespace.