Convolution..::..GlobalMaxPool1D Method

Global max pooling operation for temporal data.

Namespace:  SiaNet.NN
Assembly:  SiaNet (in SiaNet.dll)

Syntax


public static Function GlobalMaxPool1D(
	Variable layer
)
Public Shared Function GlobalMaxPool1D ( _
	layer As Variable _
) As Function
public:
static Function^ GlobalMaxPool1D(
	Variable^ layer
)

Parameters

layer
Type: Variable
The output of the last layer.

Return Value