ZeroPadding1D
Zero-padding layer for 1D input (e.g. audio). This layer can add zeros in the rows of the audio tensor
Since
0.3
Constructors
ZeroPadding1D
Link copied to clipboard
Constructs an instance of ZeroPadding1D layer
ZeroPadding1D
Link copied to clipboard
Constructs an instance of ZeroPadding1D layer
ZeroPadding1D
Link copied to clipboard
Constructs an instance of ZeroPadding1D layer
Functions
buildFromInboundLayers
Link copied to clipboard
Extend this function to define variables in layer.
computeOutputShape
Link copied to clipboard
Computes output shape, based on inputShape and Layer type.
computeOutputShapeFromInboundLayers
Link copied to clipboard
Computes output shape, based on input shapes of inbound layers.
forward
Link copied to clipboard
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