GlobalAvgPool1D
Global average pooling operation for temporal data. NOTE: Works with tensors which must have rank 3 (batch, steps, features). Input shape: 3D tensor with shape (batch_size, steps, features)
. Output shape: 2D tensor with shape (batch_size, features)
.
Constructors
GlobalAvgPool1D
Link copied to clipboard
Creates GlobalAvgPool1D object.
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
isTrainable
Link copied to clipboard
outboundLayers
Link copied to clipboard
outputShape
Link copied to clipboard
paramCount
Link copied to clipboard
parentModel
Link copied to clipboard