mirror of
https://github.com/dmlc/dgl.git
synced 2026-06-05 19:54:25 +08:00
37 lines
717 B
ReStructuredText
37 lines
717 B
ReStructuredText
.. apisampler
|
|
|
|
Graph samplers
|
|
==============
|
|
|
|
.. autofunction:: dgl.contrib.sampling.sampler.NeighborSampler
|
|
.. autofunction:: dgl.contrib.sampling.sampler.LayerSampler
|
|
.. autofunction:: dgl.contrib.sampling.sampler.EdgeSampler
|
|
|
|
Distributed sampler
|
|
------------------------
|
|
|
|
.. currentmodule:: dgl.contrib.sampling.dis_sampler
|
|
.. autoclass:: SamplerPool
|
|
|
|
.. autosummary::
|
|
:toctree: ../../generated/
|
|
|
|
SamplerPool.start
|
|
SamplerPool.worker
|
|
|
|
.. autoclass:: SamplerSender
|
|
|
|
.. autosummary::
|
|
:toctree: ../../generated/
|
|
|
|
SamplerSender.send
|
|
SamplerSender.signal
|
|
|
|
.. autoclass:: SamplerReceiver
|
|
|
|
.. autosummary::
|
|
:toctree: ../../generated/
|
|
|
|
SamplerReceiver.__iter__
|
|
SamplerReceiver.__next__
|