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

Method ~Helper

tensorflow/core/framework/resource_mgr.h:558–561  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

556 Helper(Helper&& rhs) = delete;
557
558 ~Helper() {
559 VLOG(3) << "Deleting Resource: " << handle.DebugString();
560 resource_manager->Delete(handle).IgnoreError();
561 }
562
563 ResourceHandle handle;
564 ResourceMgr* resource_manager; // not owned

Callers

nothing calls this directly

Calls 3

DebugStringMethod · 0.45
IgnoreErrorMethod · 0.45
DeleteMethod · 0.45

Tested by

no test coverage detected