modeci_mdf.functions.onnx.globalmaxpool

modeci_mdf.functions.onnx.globalmaxpool(*args, **kwargs)

GlobalMaxPool consumes an input tensor X and applies max pooling across the values in the same channel. This is equivalent to MaxPool with kernel size equal to the spatial dimension of input tensor.