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

Function unload_context

python/graphscope/framework/dag_utils.py:773–774  ·  view source on GitHub ↗
(context)

Source from the content-addressed store, hash-verified

771
772
773def unload_context(context):
774 return create_unload_op(context.session_id, types_pb2.UNLOAD_CONTEXT, [context.op])
775
776
777def context_to_numpy(context, selector=None, vertex_range=None, axis=0):

Callers

nothing calls this directly

Calls 1

create_unload_opFunction · 0.85

Tested by

no test coverage detected