RepeatVector
Layer that repeats the input n times.
Input shape: 2D tensor of shape (num_samples, features)
.
Output shape: 3D tensor of shape (num_samples, n, features)
.
Since
0.3
Constructors
RepeatVector
Link copied to clipboard
Creates RepeatVector object.
Functions
Properties
hasActivation
Link copied to clipboard
inboundLayers
Link copied to clipboard
outboundLayers
Link copied to clipboard
outputShape
Link copied to clipboard
parentModel
Link copied to clipboard