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

Method Delete

tensorflow/core/framework/resource_mgr.h:664–667  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

662
663template <typename T>
664Status ResourceMgr::Delete(const string& container, const string& name) {
665 CheckDeriveFromResourceBase<T>();
666 return DoDelete(container, MakeTypeIndex<T>(), name);
667}
668
669template <typename T>
670Status GetResourceFromContext(OpKernelContext* ctx, const string& input_name,

Callers 6

~HelperMethod · 0.45
RemoveMethod · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected