Home
last modified time | relevance | path

Searched refs:do_shuffle (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/algorithm/test/
Dpartition_subrange_test.cpp16 void do_shuffle(RandomIt first, RandomIt last) in do_shuffle() function
20 void do_shuffle(RandomIt first, RandomIt last) in do_shuffle() function
89 do_shuffle(v.begin(), v.end()); in BOOST_AUTO_TEST_CASE()
96 do_shuffle(v.begin(), v.end()); in BOOST_AUTO_TEST_CASE()
105 do_shuffle(v.begin(), v.end()); in BOOST_AUTO_TEST_CASE()
113 do_shuffle(v.begin(), v.end()); in BOOST_AUTO_TEST_CASE()
118 do_shuffle(v.begin(), v.end()); in BOOST_AUTO_TEST_CASE()
137 do_shuffle(v.begin(), v.end()); in BOOST_AUTO_TEST_CASE()
144 do_shuffle(v.begin(), v.end()); in BOOST_AUTO_TEST_CASE()
153 do_shuffle(v.begin(), v.end()); in BOOST_AUTO_TEST_CASE()
[all …]
Dsort_subrange_test.cpp16 void do_shuffle(RandomIt first, RandomIt last) in do_shuffle() function
20 void do_shuffle(RandomIt first, RandomIt last) in do_shuffle() function
70 do_shuffle(v.begin(), v.end()); in BOOST_AUTO_TEST_CASE()
77 do_shuffle(v.begin(), v.end()); in BOOST_AUTO_TEST_CASE()
86 do_shuffle(v.begin(), v.end()); in BOOST_AUTO_TEST_CASE()
94 do_shuffle(v.begin(), v.end()); in BOOST_AUTO_TEST_CASE()
99 do_shuffle(v.begin(), v.end()); in BOOST_AUTO_TEST_CASE()
118 do_shuffle(v.begin(), v.end()); in BOOST_AUTO_TEST_CASE()
125 do_shuffle(v.begin(), v.end()); in BOOST_AUTO_TEST_CASE()
134 do_shuffle(v.begin(), v.end()); in BOOST_AUTO_TEST_CASE()
[all …]
/third_party/mindspore/tests/st/fl/albert/src/
Ddataset.py78 def load_dataset(data_path, max_seq_length, tokenizer, batch_size, label_list=None, do_shuffle=True, argument
90do_shuffle=do_shuffle, drop_remainder=drop_remainder, cyclic_trunc=cyclic_trunc)
100 def load_datasets(data_dir, max_seq_length, tokenizer, batch_size, label_list=None, do_shuffle=True, argument
116do_shuffle=do_shuffle, drop_remainder=drop_remainder, cyclic_trunc=cyclic_trunc)
126 def create_ms_dataset(data_list, label_list, max_seq_length, tokenizer, batch_size, do_shuffle=True, argument
141 if do_shuffle:
/third_party/mindspore/tests/st/networks/models/bert/src/
Ddataset.py26 def create_bert_dataset(epoch_size=1, device_num=1, rank=0, do_shuffle="true", data_dir=None, schem… argument
38 … shuffle=(do_shuffle == "true"), num_shards=device_num, shard_id=rank,
/third_party/mindspore/tests/st/networks/models/bert/bert_performance/
Dtest_bert_thor.py108 def create_bert_dataset(device_num=1, rank=0, do_shuffle="true", data_dir=None, schema_dir=None): argument
120 shuffle=ds.Shuffle.FILES if do_shuffle == "true" else False,
160 …data_set = create_bert_dataset(device_num=device_num, rank=rank, do_shuffle=False, data_dir=DATASE…
/third_party/boost/libs/algorithm/minmax/test/
Dminmax_element_test.cpp28 void do_shuffle(RandomIt first, RandomIt last) in do_shuffle() function
32 void do_shuffle(RandomIt first, RandomIt last) in do_shuffle() function
239 do_shuffle(first, last); in test()
/third_party/mindspore/tests/st/fl/albert/
Dcloud_eval.py65 do_shuffle=False,