tf.keras.layers.Wrapper

Abstract wrapper base class.

Inherits From: Layer

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.keras.layers.Wrapper

Wrappers take another layer and augment it in various ways. Do not use this class as a layer, it is only an abstract base class. Two usable wrappers are the TimeDistributed and Bidirectional wrappers.

layer The layer to be wrapped.