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

Function test_sample_neighbors_outedge

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

Source from the content-addressed store, hash-verified

1148
1149
1150def test_sample_neighbors_outedge():
1151 _test_sample_neighbors_outedge(False, False)
1152 if F._default_context_str != "gpu" and F.backend_name == "pytorch":
1153 _test_sample_neighbors_outedge(False, True)
1154 # _test_sample_neighbors_outedge(True)
1155
1156
1157@unittest.skipIf(

Callers 1

test_sampling.pyFile · 0.85

Calls 1

Tested by

no test coverage detected