Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for DeserializeSparse (0.25 sec)

  1. RELEASE.md

    *   Prevents deadlocks arising from mutually recursive `tf.function` objects
        ([CVE-2021-41213](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-41213))
    *   Fixes a null pointer exception in `DeserializeSparse`
        ([CVE-2021-41215](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-41215))
    *   Fixes an undefined behavior arising from reference binding to `nullptr` in
        `tf.ragged.cross`
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        Arg<TF_VariantTensor, [{A variant tensor storing the state of the iterator contained in the
    resource.}]>:$serialized
      );
    
      let results = (outs);
    }
    
    def TF_DeserializeSparseOp : TF_Op<"DeserializeSparse", [Pure]> {
      let summary = "Deserialize `SparseTensor` objects.";
    
      let description = [{
    The input `serialized_sparse` must have the shape `[?, ?, ..., ?, 3]` where
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top