• Max pooling operation for temporal data.

    Input shape: [batchSize, inLength, channels]

    Output shape: [batchSize, pooledLength, channels]

    Parameters

    • args: Pooling1DLayerArgs

    Returns MaxPooling1D

    Doc

Generated using TypeDoc