modeci_mdf.functions.onnx.globalaveragepool

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

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