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

Method Delete

tensorflow/core/framework/resource_mgr.cc:238–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238Status ResourceMgr::Delete(const ResourceHandle& handle) {
239 return DoDelete(handle.container(), handle.hash_code(), handle.name(),
240 "<unknown>");
241}
242
243Status ResourceMgr::Cleanup(const string& container) {
244 {

Callers 1

DeleteResourceFunction · 0.45

Calls 3

nameMethod · 0.65
containerMethod · 0.45
hash_codeMethod · 0.45

Tested by

no test coverage detected