Max pooling operation for temporal data.
Input shape: [batchSize, inLength, channels]
[batchSize, inLength, channels]
Output shape: [batchSize, pooledLength, channels]
[batchSize, pooledLength, channels]
Generated using TypeDoc
Max pooling operation for temporal data.
Input shape:
[batchSize, inLength, channels]
Output shape:
[batchSize, pooledLength, channels]