()
| 1126 | |
| 1127 | |
| 1128 | def 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 | |
| 1135 | def test_sample_labors_noprob(): |
no test coverage detected