tf.compat.v1.layers.average_pooling3d

View source on GitHub

Average pooling layer for 3D inputs (e.g. volumes). (deprecated)

tf.compat.v1.layers.average_pooling3d(
    inputs, pool_size, strides, padding='valid', data_format='channels_last',
    name=None
)

Warning: THIS FUNCTION IS DEPRECATED. It will be removed in a future version. Instructions for updating: Use keras.layers.AveragePooling3D instead.

Arguments:

Returns:

Output tensor.

Raises: