()
| 1137 | |
| 1138 | |
| 1139 | def test_sample_neighbors_prob(): |
| 1140 | _test_sample_neighbors(False, "prob", False) |
| 1141 | if F._default_context_str != "gpu" and F.backend_name == "pytorch": |
| 1142 | _test_sample_neighbors(False, "prob", True) |
| 1143 | # _test_sample_neighbors(True) |
| 1144 | |
| 1145 | |
| 1146 | def test_sample_labors_prob(): |
no test coverage detected