MCPcopy Create free account
hub / github.com/alibaba/GraphScope / _unload

Method _unload

python/graphscope/framework/context.py:284–285  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

282 pass
283
284 def _unload(self):
285 return UnloadedContext(self._session, self._unload_op)
286
287
288class TensorContextDAGNode(BaseContextDAGNode):

Callers 1

__del__Method · 0.95

Calls 1

UnloadedContextClass · 0.85

Tested by

no test coverage detected