mirror of
https://github.com/dmlc/dgl.git
synced 2026-06-07 20:41:20 +08:00
* clean commit
* oops forgot the most important files
* use einsum
* copy feature from frontier to block
* Revert "copy feature from frontier to block"
This reverts commit 5224ec963e.
* temp fix
* unit test
* fix
* revert jtnn
* lint
* fix win64
* docstring fixes and doc indexing
* revert einsum in sparse bidecoder
* fix some examples
* lint
* fix due to some tediousness in remove_edges
* addresses comments
* fix
* more jtnn fixes
* fix
35 lines
767 B
ReStructuredText
35 lines
767 B
ReStructuredText
.. _api-sampling:
|
|
|
|
dgl.dataloading
|
|
=================================
|
|
|
|
.. automodule:: dgl.dataloading
|
|
|
|
PyTorch node/edge DataLoaders
|
|
-----------------------------
|
|
|
|
.. autoclass:: pytorch.NodeDataLoader
|
|
.. autoclass:: pytorch.EdgeDataLoader
|
|
|
|
General collating functions
|
|
---------------------------
|
|
|
|
.. autoclass:: Collator
|
|
.. autoclass:: NodeCollator
|
|
.. autoclass:: EdgeCollator
|
|
|
|
Base Multi-layer Neighborhood Sampling Class
|
|
--------------------------------------------
|
|
|
|
.. autoclass:: BlockSampler
|
|
|
|
Uniform Node-wise Neighbor Sampling (GraphSAGE style)
|
|
-----------------------------------------------------
|
|
|
|
.. autoclass:: MultiLayerNeighborSampler
|
|
|
|
Negative Samplers for Link Prediction
|
|
-------------------------------------
|
|
|
|
.. autoclass:: negative_sampler.Uniform
|