Op("zerosLike") {
        javaPackage = "org.nd4j.linalg.api.ops.impl.shape"
        Input(NDARRAY, "input") { description = "Input " }
        Output(NUMERIC, "output"){ description = "A new Variable with the same (dynamic) shape as the input" }