Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for savevr (0.19 sec)

  1. tensorflow/cc/saved_model/testdata/chunked_saved_model/chunked_model/saved_model.pbtxt

                    string_val: ""
                  }
                }
              }
            }
            node_def {
              name: "SaveV2"
              op: "SaveV2"
              input: "ShardedFilename:filename:0"
              input: "SaveV2/tensor_names:output:0"
              input: "SaveV2/shape_and_slices:output:0"
              input: "savev2_const_1"
              device: "/device:CPU:0"
              attr {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 21:43:11 UTC 2023
    - 531.2K 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.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    }
    
    def TF_SaveV2Op : TF_Op<"SaveV2", []> {
      let summary = "Saves tensors in V2 checkpoint format.";
    
      let description = [{
    By default, saves the named tensors in full.  If the caller wishes to save
    specific slices of full tensors, "shape_and_slices" should be non-empty strings
    and correspondingly well-formed.
      }];
    
      let arguments = (ins
    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