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