Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for HashSavedModel (0.1 sec)

  1. tensorflow/cc/saved_model/fingerprinting.cc

      if (read_status.ok()) {
        return tensorflow::Fingerprint64(data);
      } else {
        LOG(WARNING) << "Failed to read checkpoint file: " << read_status;
        return 0;
      }
    }
    
    uint64_t HashSavedModel(const SavedModel& saved_model) {
      std::string saved_model_serialized;
      {
        // Local scope guarantees coded stream will be trimmed (ensures
        // serialization determinism).
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 26 00:24:44 UTC 2024
    - 9.8K bytes
    - Viewed (0)
Back to top