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

Function test_sample_neighbors_noprob

tests/python/common/sampling/test_sampling.py:1128–1132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1126
1127
1128def test_sample_neighbors_noprob():
1129 _test_sample_neighbors(False, None, False)
1130 if F._default_context_str != "gpu" and F.backend_name == "pytorch":
1131 _test_sample_neighbors(False, None, True)
1132 # _test_sample_neighbors(True)
1133
1134
1135def test_sample_labors_noprob():

Callers 1

test_sampling.pyFile · 0.85

Calls 1

_test_sample_neighborsFunction · 0.85

Tested by

no test coverage detected