Op("sparseToDense") {
        javaPackage = "org.nd4j.linalg.api.ops.compat"
        javaOpClass = "CompatSparseToDense"
        Input(NUMERIC, "indices") { description = "The indices of the sparse matrix" }
        Input(NUMERIC, "shape") { description = "The output shape" }