Average pooling operation for spatial data.
Input shape: [batchSize, inLength, channels]
[batchSize, inLength, channels]
Output shape: [batchSize, pooledLength, channels]
[batchSize, pooledLength, channels]
tf.avgPool1d is an alias.
tf.avgPool1d
Generated using TypeDoc
Average pooling operation for spatial data.
Input shape:
[batchSize, inLength, channels]
Output shape:
[batchSize, pooledLength, channels]
tf.avgPool1d
is an alias.