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

Function WriteFile

tensorflow/core/util/events_writer_test.cc:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void WriteFile(EventsWriter* writer) {
50 WriteSimpleValue(writer, 1234, 34, "foo", 3.14159);
51 WriteSimpleValue(writer, 2345, 35, "bar", -42);
52}
53
54static bool ReadEventProto(io::RecordReader* reader, uint64* offset,
55 Event* proto) {

Callers 4

TESTFunction · 0.70
CheckBufferMethod · 0.50
CheckBufferAsyncMethod · 0.50
AppendMethod · 0.50

Calls 1

WriteSimpleValueFunction · 0.85

Tested by

no test coverage detected