Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
keras / api / _v1 / keras / layers / experimental / __init__.py
Size: Mime:
# 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.layers.experimental namespace.
"""

import sys as _sys

from keras.api._v1.keras.layers.experimental import preprocessing
from keras.layers.core.einsum_dense import EinsumDense
from keras.layers.kernelized import RandomFourierFeatures
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.layers.experimental", public_apis=None, deprecation=True,
      has_lite=False)