Searched refs:Sp2 (Results 1 – 1 of 1) sorted by relevance
/third_party/mindspore/tests/ut/python/dataset/ |
D | test_sampler.py | 108 class Sp2(ds.Sampler): class 110 super(Sp2, self).__init__(num_samples) 158 assert test_config(6, Sp2(2)) == [0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 0, 0]
|