Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for restoreAt (0.12 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. tensorflow/cc/saved_model/testdata/chunked_saved_model/chunked_model/saved_model.pbtxt

                    string_val: ""
                  }
                }
              }
            }
            node_def {
              name: "RestoreV2"
              op: "RestoreV2"
              input: "file_prefix"
              input: "RestoreV2/tensor_names:output:0"
              input: "RestoreV2/shape_and_slices:output:0"
              device: "/device:CPU:0"
              attr {
                key: "_output_shapes"
                value {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 21:43:11 UTC 2023
    - 531.2K bytes
    - Viewed (0)
  3. 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