MCPcopy Create free account
hub / github.com/alibaba/graph-learn / add_dataset

Method add_dataset

graphlearn/python/graph.py:503–504  ·  view source on GitHub ↗
(self, ds)

Source from the content-addressed store, hash-verified

501 raise ValueError("Only support client and server job name in SERVER mode.")
502
503 def add_dataset(self, ds):
504 self._datasets.append(ds)
505
506 def init_vineyard(self, server_index=None, worker_index=None, worker_count=None,
507 standalone=False):

Callers 1

__init__Method · 0.80

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected