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

Method WriteEvent

tensorflow/core/summary/summary_db_writer.cc:938–940  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

936 }
937
938 Status WriteEvent(std::unique_ptr<Event> e) override {
939 return MigrateEvent(std::move(e));
940 }
941
942 Status WriteHistogram(int64 global_step, Tensor t,
943 const string& tag) override {

Callers 3

mainFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36