Module keras.engine
Sub-modules
keras.engine.base_layer
-
Contains the base Layer class, from which all layers inherit.
keras.engine.base_layer_utils
-
Contains private utilities used mainly by the base Layer class.
keras.engine.base_layer_v1
-
Contains the base Layer class, from which all layers inherit.
keras.engine.base_preprocessing_layer
-
Contains the base ProcessingLayer and a subclass that uses Combiners.
keras.engine.compile_utils
-
Utilites for
Model.compile
. keras.engine.data_adapter
-
Adapter module that convert different input data objects into tf.dataset.
keras.engine.functional
-
A
Network
is way to compose layers: the topological form of aModel
. keras.engine.input_layer
-
Input layer code (
Input
andInputLayer
). keras.engine.input_spec
-
Contains the InputSpec class.
keras.engine.keras_tensor
-
Keras Input Tensor used to track functional API Topology.
keras.engine.node
-
Contains the
Node
class. keras.engine.partial_batch_padding_handler
-
Utility object to handler partial batches for TPUStrategy.
keras.engine.saving
-
Model saving utilities …
keras.engine.sequential
-
Home of the
Sequential
model. keras.engine.training
-
Training-related part of the Keras engine.
keras.engine.training_arrays_v1
-
Part of the Keras training engine related to plain array data.
keras.engine.training_distributed_v1
-
Part of the Keras training engine related to distributed training.
keras.engine.training_eager_v1
-
Keras training and evaluation routines for eager execution.
keras.engine.training_generator_v1
-
Part of the Keras training engine related to Python generators of array data.
keras.engine.training_utils
-
Training-related utilities.
keras.engine.training_utils_v1
-
Training-related utilities.
keras.engine.training_v1
-
V1 Training-related part of the Keras engine.