Skip to content

Commit d319041

Browse files
Monica Songcopybara-github
authored andcommitted
[SavedModel Fingerprinting] Introduce public API for reading a fingerprint given the file path (export_dir) of the SavedModel.
tensorflow/community#415 PiperOrigin-RevId: 493957227
1 parent 335f227 commit d319041

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

third_party/tsl/tools/def_file_filter/symbols_pybind.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,7 @@ tensorflow::metrics::CheckpointSize
448448
[//tensorflow/cc/saved_model:fingerprinting_impl] # SavedModel Fingerprinting
449449
tensorflow::saved_model::fingerprinting::CreateFingerprintDef
450450
tensorflow::saved_model::fingerprinting::ReadSavedModelFingerprint
451+
tensorflow::saved_model::fingerprinting::MakeFingerprintMap
451452

452453

453454
[//tensorflow/compiler/jit:flags] # tfe

tools/def_file_filter/symbols_pybind.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,7 @@ tensorflow::metrics::CheckpointSize
448448
[//tensorflow/cc/saved_model:fingerprinting_impl] # SavedModel Fingerprinting
449449
tensorflow::saved_model::fingerprinting::CreateFingerprintDef
450450
tensorflow::saved_model::fingerprinting::ReadSavedModelFingerprint
451+
tensorflow::saved_model::fingerprinting::MakeFingerprintMap
451452

452453

453454
[//tensorflow/compiler/jit:flags] # tfe

0 commit comments

Comments
 (0)