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

Method Add

tensorflow/core/lib/io/table_test.cc:300–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298 ~Harness() override { delete constructor_; }
299
300 void Add(const string& key, const string& value) {
301 constructor_->Add(key, value);
302 }
303
304 void Test(random::SimplePhilox* rnd, int num_random_access_iters = 200) {
305 std::vector<string> keys;

Callers 3

FinishImplMethod · 0.45
FinishImplMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected