Class ZeroPadding1D
Zero-padding layer for 1D input (e.g. temporal sequence).
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 ZeroPadding1D : BaseLayer, IDisposable
Constructors
| Improve this Doc View SourceZeroPadding1D(Int32, Shape)
Initializes a new instance of the ZeroPadding1D class.
Declaration
public ZeroPadding1D(int padding = 1, Shape input_shape = null)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | padding | int, or tuple of int (length 2), or dictionary. |
Shape | input_shape | 3D tensor with shape (batch, axis_to_pad, features) |
Implements
System.IDisposable