tf.keras.layers.Wrapper

Abstract wrapper base class.

Inherits From: Layer, Module

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.