MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / put

Method put

imperative/python/src/utils.cpp:439–442  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

437 }
438
439 virtual void put(
440 const std::string& category, const Blob& key, const Blob& value) {
441 return get_impl()->put(category, key, value);
442 }
443
444 virtual bool support_dump_cache() { return get_impl()->support_dump_cache(); }
445

Callers 7

workerFunction · 0.45
funcFunction · 0.45
py_putMethod · 0.45

Calls

no outgoing calls

Tested by 6

workerFunction · 0.36
funcFunction · 0.36