Op("gt") {
        javaPackage = "org.nd4j.linalg.api.ops.impl.transforms.custom"
        javaOpClass = "GreaterThan"
        Input(NDARRAY, "x") { description = "Input 1" }
        Input(NDARRAY, "y") { description = "Input 2" }