Module keras.legacy_tf_layers

Sub-modules

keras.legacy_tf_layers.base

Contains the base Layer class, from which all layers inherit.

keras.legacy_tf_layers.convolutional

Contains the convolutional layer classes and their functional aliases.

keras.legacy_tf_layers.core

Contains the core layers: Dense, Dropout …

keras.legacy_tf_layers.normalization

Contains the normalization layer classes and their functional aliases.

keras.legacy_tf_layers.pooling

Contains the pooling layer classes and their functional aliases.

keras.legacy_tf_layers.variable_scope_shim

Contains a shim to allow using TF1 get_variable code in TF2.