MCPcopy
hub / github.com/dmlc/dgl / load_dataset

Function load_dataset

tests/python/pytorch/graphbolt/impl/test_ondisk_dataset.py:28–31  ·  view source on GitHub ↗
(dataset)

Source from the content-addressed store, hash-verified

26
27
28def load_dataset(dataset):
29 with warnings.catch_warnings():
30 warnings.simplefilter("ignore", category=UserWarning)
31 return dataset.load()
32
33
34def write_yaml_and_load_dataset(yaml_content, dir, force_preprocess=False):

Callers 2

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected