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

  /external/tensorflow/tensorflow/python/debug/lib/
grpc_debug_test_server.py 184 encoded_graph_def = graph_def.SerializeToString()
185 graph_hash = int(hashlib.md5(encoded_graph_def).hexdigest(), 16)
186 event = event_pb2.Event(graph_def=encoded_graph_def, wall_time=wall_time)
  /external/tensorflow/tensorflow/core/debug/
debug_io_utils.cc 247 Status PublishEncodedGraphDefInChunks(const string& encoded_graph_def,
251 const uint64 hash = ::tensorflow::Hash64(encoded_graph_def);
252 const size_t total_length = encoded_graph_def.size();
269 encoded_graph_def.substr(pos, len)));
275 " of encoded GraphDef of size ", encoded_graph_def.size(), " bytes, ",
    [all...]

Completed in 237 milliseconds