Module

Pooling

Methods

# inner poolingLayer(poolSize) → {MaPooling1D}

Creates a Max pooling operation for temporal data.
Parameters:
Name Type Description
poolSize Number | Array.<Number> Size of the window to pool over, should be an integer.

View Source

tf.layers.maxPooling1d({poolSize}).
MaPooling1D