EVOLUTION-MANAGER
Edit File: __init__.py
# 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.experimental namespace. """ from __future__ import print_function as _print_function import sys as _sys from tensorflow.python.keras.feature_column.sequence_feature_column import SequenceFeatures from tensorflow.python.keras.layers.recurrent import PeepholeLSTMCell from tensorflow.python.keras.optimizer_v2.learning_rate_schedule import CosineDecay from tensorflow.python.keras.optimizer_v2.learning_rate_schedule import CosineDecayRestarts from tensorflow.python.keras.optimizer_v2.learning_rate_schedule import LinearCosineDecay from tensorflow.python.keras.optimizer_v2.learning_rate_schedule import NoisyLinearCosineDecay from tensorflow.python.keras.premade.linear import LinearModel from tensorflow.python.keras.premade.wide_deep import WideDeepModel del _print_function