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

Method Add

tensorflow/core/util/tensor_slice_writer.cc:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 builder_.reset(new table::TableBuilder(option, f));
42 }
43 void Add(StringPiece key, StringPiece val) override {
44 builder_->Add(key, val);
45 }
46 Status Finish(int64* file_size) override {
47 *file_size = -1;
48 Status s = builder_->Finish();

Callers 1

FinishMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected