Op("avgPooling2d") {
        javaPackage = namespaceJavaPackage
        javaOpClass = "AvgPooling2D"
        Input(NUMERIC, "input") { description = "the input to average pooling 2d operation - 4d CNN (image) activations in NCHW format (shape [minibatch, channels, height, width]) or NHWC format (shape [minibatch, height, width, channels])" }
        useConfig(pooling2DConfig)