tf.keras.layers.Wrapper

TensorFlow 2 version View source on GitHub

Abstract wrapper base class.

Inherits From: Layer

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.