Op("onesLike") {
        javaPackage = "org.nd4j.linalg.api.ops.impl.shape"
        Input(NDARRAY, "input") { description = "Input INDArray " }
        Output(NUMERIC, "output"){ description = "A new INDArray  with the same (dynamic) shape as the input" }
        Doc(Language.ANY, DocScope.ALL){