MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / RunMetadata

Method RunMetadata

tensorflow/core/summary/summary_db_writer.cc:386–393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384class RunMetadata {
385 public:
386 RunMetadata(IdAllocator* ids, const string& experiment_name,
387 const string& run_name, const string& user_name)
388 : ids_{ids},
389 experiment_name_{experiment_name},
390 run_name_{run_name},
391 user_name_{user_name} {
392 DCHECK(ids_ != nullptr);
393 }
394
395 const string& experiment_name() { return experiment_name_; }
396 const string& run_name() { return run_name_; }

Callers 15

mainFunction · 0.80
trainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
trainFunction · 0.80
trainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
trainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls