Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for reserialized (0.31 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    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
    the last dimension stores serialized `SparseTensor` objects and the other N
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. RELEASE.md

        `tf.name_scope` and `tf.variable_scope`. The new argument order of
        `tf.variable_scope` is incompatible with previous versions.
    *   Introducing `core/util/tensor_bundle` module: a module to efficiently
        serialize/deserialize tensors to disk. Will be used in TF's new checkpoint
        format.
    *   Added tf.svd for computing the singular value decomposition (SVD) of dense
        matrices or batches of matrices (CPU only).
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top