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

Method Close

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

Source from the content-addressed store, hash-verified

56 explicit StringDest(string* contents) : contents_(contents) {}
57
58 Status Close() override { return Status::OK(); }
59 Status Flush() override { return Status::OK(); }
60 Status Sync() override { return Status::OK(); }
61 Status Append(StringPiece slice) override {

Callers 1

TestNonSequentialReadsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected