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

Method Append

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

Source from the content-addressed store, hash-verified

59 Status Flush() override { return Status::OK(); }
60 Status Sync() override { return Status::OK(); }
61 Status Append(StringPiece slice) override {
62 contents_->append(slice.data(), slice.size());
63 return Status::OK();
64 }
65#if defined(PLATFORM_GOOGLE)
66 Status Append(const absl::Cord& data) override {
67 contents_->append(data.ToString());

Callers

nothing calls this directly

Calls 4

appendMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45
ToStringMethod · 0.45

Tested by

no test coverage detected