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

Method FileName

tensorflow/core/util/events_writer.cc:98–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98string EventsWriter::FileName() {
99 if (filename_.empty()) {
100 InitIfNeeded().IgnoreError();
101 }
102 return filename_;
103}
104
105void EventsWriter::WriteSerializedEvent(StringPiece event_str) {
106 if (recordio_writer_ == nullptr) {

Callers 2

testWriteEventsMethod · 0.95
TESTFunction · 0.80

Calls 2

emptyMethod · 0.45
IgnoreErrorMethod · 0.45

Tested by 2

testWriteEventsMethod · 0.76
TESTFunction · 0.64