Class RepeatVector
Repeats the input n times.
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Keras.Layers
Assembly: Keras.dll
Syntax
public class RepeatVector : BaseLayer, IDisposable
Constructors
| Improve this Doc View SourceRepeatVector(Int32, Shape)
Initializes a new instance of the RepeatVector class.
Declaration
public RepeatVector(int n, Shape input_shape = null)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | n | integer, repetition factor. |
Shape | input_shape | 2D tensor of shape (num_samples, features). |
Implements
System.IDisposable