TensorFlow 1 version
 | 
  
     
    View source on GitHub
  
 | 
Abstract wrapper base class.
Inherits From: Layer
tf.keras.layers.Wrapper(
    layer, **kwargs
)
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.
Arguments | |
|---|---|
layer
 | 
The layer to be wrapped. | 
  TensorFlow 1 version
    View source on GitHub