From 84f970c68d9d34c2de882f29d3904db217cdff4b Mon Sep 17 00:00:00 2001 From: Lutz Roeder Date: Wed, 24 Jan 2024 19:09:04 -0800 Subject: [PATCH] Update tf-metadata.json --- source/tf-metadata.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/source/tf-metadata.json b/source/tf-metadata.json index 086f950eb8..9c7ee3cf81 100644 --- a/source/tf-metadata.json +++ b/source/tf-metadata.json @@ -12585,6 +12585,25 @@ } ] }, + { + "name": "DatasetFingerprint", + "summary": "Returns the fingerprint of `input_dataset`.", + "description": "Returns the fingerprint of `input_dataset`.", + "inputs": [ + { + "name": "input_dataset", + "description": "A variant tensor representing the dataset to return fingerprint for.", + "type": 21 + } + ], + "outputs": [ + { + "name": "fingerprint", + "description": "The fingerprint of `input_dataset` in `uint64`", + "type": 23 + } + ] + }, { "name": "DatasetFromGraph", "summary": "Creates a dataset from the given `graph_def`.",