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

Method ~GlobalData

tensorflow/compiler/xla/client/global_data.cc:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 : handle_(std::move(handle)), parent_(parent) {}
50
51GlobalData::~GlobalData() {
52 if (parent_ != nullptr) {
53 ReleaseHandles(parent_, {handle_});
54 }
55}
56
57/* static */ void GlobalData::Release(
58 std::vector<std::unique_ptr<GlobalData>> instances) {

Callers

nothing calls this directly

Calls 1

ReleaseHandlesFunction · 0.85

Tested by

no test coverage detected