Op("minMax"){
        javaPackage = "org.nd4j.linalg.api.ops.impl.transforms.dtype"
        javaOpClass = "MinMaxDataType"
        Arg(INT, "datatype"){ description = "The input target data type represented as an int"}
        Arg(INT, "minOrMax"){ description = "The min or max (0 or 1) value to return"}