Home
last modified time | relevance | path

Searched refs:HashGraph (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/data/
Dhash_utils.h45 Status HashGraph(const GraphDef& graph, uint64* hash);
Dhash_utils.cc687 Status HashGraph(const GraphDef& graph_def, uint64* hash) { in HashGraph() function
/external/tensorflow/tensorflow/core/data/service/
Ddispatcher_impl.cc378 TF_RETURN_IF_ERROR(HashGraph(*graph, &fingerprint)); in GetOrRegisterDataset()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dsnapshot_dataset_op.cc882 OP_REQUIRES_OK(ctx, HashGraph(graph_def, &hash)); in MakeDataset()
2371 TF_RETURN_IF_ERROR(HashGraph(graph_def, hash)); in ComputeDatasetHash()