Op("avgPooling3d") {
        javaPackage = namespaceJavaPackage
        javaOpClass = "AvgPooling3D"
        Input(NUMERIC, "input") {description = "the input to average pooling 3d operation - 5d activations in NCDHW format (shape [minibatch, channels, depth, height, width]) or NDHWC format (shape [minibatch, depth, height, width, channels])" }
        useConfig(pooling3DConfig)