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

Method to_vineyard_tensor

python/graphscope/framework/context.py:669–673  ·  view source on GitHub ↗
(self, selector=None, vertex_range=None, axis=0)

Source from the content-addressed store, hash-verified

667 )
668
669 def to_vineyard_tensor(self, selector=None, vertex_range=None, axis=0):
670 self._check_unmodified()
671 return self._session._wrapper(
672 self._context_node.to_vineyard_tensor(selector, vertex_range, axis)
673 )
674
675 def to_vineyard_dataframe(self, selector=None, vertex_range=None):
676 self._check_unmodified()

Callers 4

to_vineyard_tensorMethod · 0.45
test_contextFunction · 0.45
test_property_contextFunction · 0.45

Calls 2

_check_unmodifiedMethod · 0.95
_wrapperMethod · 0.80

Tested by 3

test_contextFunction · 0.36
test_property_contextFunction · 0.36