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

Method Write

tensorflow/core/lib/io/recordio_test.cc:134–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 }
133
134 void Write(const string& msg) {
135 ASSERT_TRUE(!reading_) << "Write() after starting to read";
136 TF_ASSERT_OK(writer_->WriteRecord(StringPiece(msg)));
137 }
138
139#if defined(PLATFORM_GOOGLE)
140 void Write(const absl::Cord& msg) {

Callers 4

WriteEventMethod · 0.45
SendEventsMethod · 0.45
SendResponseMethod · 0.45

Calls 1

WriteRecordMethod · 0.45

Tested by

no test coverage detected