import { MaxPool2DLayer } from "https://deno.land/x/netsaur@0.4.2/mod.ts";
Creates a max pooling layer. Pooling layers are used for downsampling. See https://en.wikipedia.org/wiki/Convolutional_neural_network#Pooling_layer
Parameters
config: Pool2DLayerConfig