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

Function test_sample_neighbors_mask

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

Source from the content-addressed store, hash-verified

1162 reason="GPU sample neighbors with mask not implemented",
1163)
1164def test_sample_neighbors_mask():
1165 _test_sample_neighbors(False, "mask", False)
1166 if F._default_context_str != "gpu" and F.backend_name == "pytorch":
1167 _test_sample_neighbors(False, "mask", True)
1168
1169
1170@unittest.skipIf(

Callers 1

test_sampling.pyFile · 0.85

Calls 1

_test_sample_neighborsFunction · 0.85

Tested by

no test coverage detected