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

Method WriteGraph

tensorflow/core/summary/summary_db_writer.cc:933–936  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

931 }
932
933 Status WriteGraph(int64 global_step, std::unique_ptr<GraphDef> g) override {
934 uint64 now = env_->NowMicros();
935 return meta_.SetGraph(db_, now, DoubleTime(now), std::move(g));
936 }
937
938 Status WriteEvent(std::unique_ptr<Event> e) override {
939 return MigrateEvent(std::move(e));

Callers 1

ComputeMethod · 0.45

Calls 3

DoubleTimeFunction · 0.85
NowMicrosMethod · 0.45
SetGraphMethod · 0.45

Tested by

no test coverage detected