mirror of
https://github.com/dmlc/dgl.git
synced 2026-06-07 20:41:20 +08:00
[Feature] Add GraphDataLoader implementation (#2496)
* add graph dataloader * add to doc * fix * fix * fix docstring * update according to torch default_collate * add unittest * fix * fix lint * fix
This commit is contained in:
@@ -16,6 +16,7 @@ and an ``EdgeDataLoader`` for edge/link prediction task.
|
||||
|
||||
.. autoclass:: NodeDataLoader
|
||||
.. autoclass:: EdgeDataLoader
|
||||
.. autoclass:: GraphDataLoader
|
||||
|
||||
.. _api-dataloading-neighbor-sampling:
|
||||
Neighbor Sampler
|
||||
|
||||
Reference in New Issue
Block a user