chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:35:51 +08:00
commit c36a561cd8
2172 changed files with 455595 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
.. _api-sampling:
dgl.sampling
=================================
.. automodule:: dgl.sampling
Random walk
------------------------------
.. autosummary::
:toctree: ../../generated/
random_walk
node2vec_random_walk
pack_traces
Neighbor sampling
---------------------------
.. autosummary::
:toctree: ../../generated/
sample_neighbors
sample_labors
sample_neighbors_biased
select_topk
PinSAGESampler
Negative sampling
-----------------
.. autosummary::
:toctree: ../../generated/
global_uniform_negative_sampling