Skip to content

Commit

Permalink
[SavedModel Fingerprinting] Introduce public API `tf.saved_model.expe…
Browse files Browse the repository at this point in the history
…rimental.read_fingerprint(export_dir)` for reading a fingerprint given the file path (`export_dir`) of the SavedModel. Also, introduce new class `tf.saved_model.experimental.Fingerprint` which contains the fingerprint.

tensorflow/community#415
tensorflow/community#439

PiperOrigin-RevId: 493957227
  • Loading branch information
Monica Song authored and copybara-github committed Jan 13, 2023
1 parent 6ebc287 commit 80c6118
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/def_file_filter/symbols_pybind.txt
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,7 @@ tensorflow::metrics::CheckpointSize
[//tensorflow/cc/saved_model:fingerprinting_impl] # SavedModel Fingerprinting
tensorflow::saved_model::fingerprinting::CreateFingerprintDef
tensorflow::saved_model::fingerprinting::ReadSavedModelFingerprint
tensorflow::saved_model::fingerprinting::MakeFingerprintMap


[//tensorflow/compiler/jit:flags] # tfe
Expand Down

0 comments on commit 80c6118

Please sign in to comment.