modeci_mdf.functions.onnx.lppool

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

LpPool consumes an input tensor X and applies Lp pooling across the tensor according to kernel sizes, stride sizes, and pad lengths. Lp pooling consisting of computing the Lp norm on all values of a subset of the input tensor according to the kernel size and downsampling the data into the output tensor Y for further processing.