Skip to content

Commit

Permalink
Update tf-metadata.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Jan 25, 2024
1 parent be34efd commit 84f970c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions source/tf-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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`.",
Expand Down

0 comments on commit 84f970c

Please sign in to comment.