Home
last modified time | relevance | path

Searched defs:test_config (Results 1 – 19 of 19) sorted by relevance

/third_party/mindspore/tests/ut/python/dataset/
Dtest_compose.py37 def test_config(arr, op_list): function
112 def test_config(arr, input_columns, output_cols, op_list): function
139 def test_config(arr, input_columns, output_cols, op_list): function
175 def test_config(plot, file_name, op_list): function
227 def test_config(op_list): function
261 def test_config(op_list): function
Dtest_sampler.py31 def test_config(num_samples, num_repeats=None): function
54 def test_config(replacement, num_samples, num_repeats): function
77 def test_config(replacement, num_samples, num_repeats, validate): function
120 def test_config(num_repeats, sampler): function
167 def test_config(start_index, num_samples): function
190 def test_config(indices, num_samples=None, exception_msg=None): function
250 def test_config(num_shards, shard_id): function
Dtest_from_dataset.py59 def test_config(freq_range, top_k): function
107 def test_config(texts, top_k, special_tokens, special_first): function
126 def test_config(columns, freq_range, top_k, s): function
Dtest_vocab.py89 def test_config(lookup_str, vocab_input, special_tokens, special_first, unknown_token): function
152 def test_config(lookup_str, vocab_size, special_tokens, special_first): function
183 def test_config(lookup_str, data_type=None): function
Dtest_datasets_flowers102.py300 def test_config(usage): function
325 def test_config(task): function
Dtest_c_random_choice.py27 def test_config(arr, op_list): function
Dtest_random_select_subpolicy.py24 def test_config(arr, policy): function
Dtest_c_random_apply.py24 def test_config(arr, op_list, prob=0.5): function
Dtest_c_compose.py25 def test_config(arr, op_list): function
Dtest_datasets_sbd.py196 def test_config(usage): function
Dtest_ngram_op.py93 def test_config(input_line, n, l_pad=("", 0), r_pad=("", 0), sep=" "): function
Dtest_datasets_usps.py276 def test_config(usage, path=None): function
Dtest_project.py169 def test_config(num, col_order): function
Dtest_datasets_cityscapes.py246 def test_config(usage="train", quality_mode="fine", task="color"): function
Dtest_datasets_mnist.py260 def test_config(usage, mnist_path=None): function
Dtest_datasets_cifarop.py403 def test_config(usage, flag=True, cifar_path=None): function
/third_party/python/Lib/test/
Dtest_turtle.py11 test_config = """\ variable
/third_party/mesa3d/src/glx/
Dglxcmds.c1198 struct glx_config test_config; in choose_fbconfig() local
1252 struct glx_config test_config; in glXChooseVisual() local
/third_party/python/Modules/
D_testcapimodule.c69 test_config(PyObject *self, PyObject *Py_UNUSED(ignored)) in test_config() function