Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    restored.}]>:$tensor_name,
    
        DefaultValuedOptionalAttr<I64Attr, "-1">:$preferred_shard
      );
    
      let results = (outs
        Res<TF_Tensor, [{The restored tensor.}]>:$tensor
      );
    
      TF_DerivedResultTypeAttr dt = TF_DerivedResultTypeAttr<0>;
    }
    
    def TF_RestoreV2Op : TF_Op<"RestoreV2", []> {
    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

        *   Provided a new `experimental_skip_saver` argument which, if specified, will suppress the addition of `SavedModel`-native save and restore ops to the `SavedModel`, for cases where users already build custom save/restore ops and checkpoint formats for the model being saved, and the creation of the SavedModel-native save/restore ops simply cause longer model serialization times.
    
    * Add ops to `tensorflow.raw_ops` that were missing.
    
    * `tf.CheckpointOptions`
    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