Op("merge") {
        javaPackage = "org.nd4j.linalg.api.ops.impl.controlflow.compat"
        Input(NDARRAY, "x") { description = "Input variable" }
        Input(NDARRAY, "y") { description = "Input variable" }
        Output(NDARRAY, "output"){ description = "Output" }