Home
last modified time | relevance | path

Searched refs:graph_hash (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/debug/lib/
Dgrpc_debug_test_server.py185 graph_hash = int(hashlib.md5(encoded_graph_def).hexdigest(), 16)
191 debug_data.HASH_TAG + "%d_%d" % (graph_hash, wall_time))
/external/tensorflow/tensorflow/core/debug/
Ddebug_io_utils.cc509 const uint64 graph_hash = ::tensorflow::Hash64(buf); in PublishGraph() local
512 DebugIO::kHashTag, graph_hash, "_", now_micros); in PublishGraph()