Class UpSampling1D
Upsampling layer for 1D inputs. Repeats each temporal step size times along the time axis.
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 UpSampling1D : BaseLayer, IDisposable
Constructors
| Improve this Doc View SourceUpSampling1D(Int32, Shape)
Initializes a new instance of the UpSampling1D class.
Declaration
public UpSampling1D(int size = 2, Shape input_shape = null)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | size | integer. Upsampling factor. |
Shape | input_shape | 3D tensor with shape: (batch, steps, features). |
Implements
System.IDisposable