Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for _CHECKPOINTABLE_OBJECT_GRAPH (0.26 sec)

  1. tensorflow/cc/saved_model/constants.h

    inline constexpr char kSavedModelTrainOpSignatureKey[] =
        "__saved_model_train_op";
    
    // Key in the TensorBundle for the object graph proto.
    inline constexpr char kObjectGraphProtoKey[] = "_CHECKPOINTABLE_OBJECT_GRAPH";
    
    // Filename for the FingerprintDef protocol buffer.
    inline constexpr char kFingerprintFilenamePb[] = "fingerprint.pb";
    
    }  // namespace tensorflow
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 06 23:02:22 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  2. tensorflow/cc/saved_model/testdata/chunked_saved_model/chunked_model/saved_model.pbtxt

                    dtype: DT_STRING
                    tensor_shape {
                      dim {
                        size: 1
                      }
                    }
                    string_val: "_CHECKPOINTABLE_OBJECT_GRAPH"
                  }
                }
              }
            }
            node_def {
              name: "SaveV2/shape_and_slices"
              op: "Const"
              device: "/device:CPU:0"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 21:43:11 UTC 2023
    - 531.2K bytes
    - Viewed (0)
Back to top