Global average pooling operation for temporal data.
Namespace:
SiaNet.NN
Assembly:
SiaNet (in SiaNet.dll)
public static Function GlobalAvgPool1D(
Variable layer
)
Public Shared Function GlobalAvgPool1D ( _
layer As Variable _
) As Function
public:
static Function^ GlobalAvgPool1D(
Variable^ layer
)
Parameters
- layer
- Type: Variable
The output of the last layer.
Return Value