HomeSort by relevance Sort by last modified time
    Searched refs:graph_hash (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/python/debug/lib/
grpc_debug_test_server.py 185 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/
debug_io_utils.cc 509 const uint64 graph_hash = ::tensorflow::Hash64(buf); local
512 DebugIO::kHashTag, graph_hash, "_", now_micros);
    [all...]

Completed in 195 milliseconds