Op("whereNumpy") {
        javaPackage = "org.nd4j.linalg.api.ops.impl.controlflow"
        javaOpClass = "WhereNumpy"
        Input(NDARRAY, "x") { description = "The first array" }
        Input(NDARRAY, "y") { description = "The second array" }