tf.keras.layers.GlobalMaxPool3D

View source on GitHub

Global Max pooling operation for 3D data.

tf.keras.layers.GlobalMaxPool3D(
    data_format=None, **kwargs
)

Arguments:

Input shape:

Output shape:

2D tensor with shape (batch_size, channels).