tfm.vision.layers.SpatialAveragePool3D

Creates a global average pooling layer pooling across spatial dimentions.

keepdims A bool. If True, keep the averaged dimensions.
**kwargs Additional keyword arguments to be passed to this layer.

Methods

call

View source

Calls the layer with the given inputs.