• Global max pooling operation for temporal data.

    Input Shape: 3D tensor with shape: [batchSize, steps, features].

    Output Shape: 2D tensor with shape: [batchSize, features].

    Parameters

    • Optional args: LayerArgs

    Returns GlobalMaxPooling1D

    Doc

Generated using TypeDoc