Global max pooling 3D data (spatial or spatio-temporal).
Namespace:
SiaNet.NN
Assembly:
SiaNet (in SiaNet.dll)
public static Function GlobalMaxPool3D(
Variable layer
)
Public Shared Function GlobalMaxPool3D ( _
layer As Variable _
) As Function
public:
static Function^ GlobalMaxPool3D(
Variable^ layer
)
Parameters
- layer
- Type: Variable
The output of the last layer.
Return Value