Home
last modified time | relevance | path

Searched refs:test_case_lists (Results 1 – 12 of 12) sorted by relevance

/third_party/mindspore/tests/ut/python/ops/
Dtest_ops_reid.py151 test_case_lists = [test_case_reid_ops] variable
152 test_case = functools.reduce(lambda x, y: x + y, test_case_lists)
Dtest_bprop_disorder.py90 test_case_lists = [test_case_ops] variable
91 test_exec_case = functools.reduce(lambda x, y: x + y, test_case_lists)
Dtest_python_operators.py133 test_case_lists = [test_case_ops] variable
134 test_exec_case = functools.reduce(lambda x, y: x + y, test_case_lists)
Dtest_momentum.py127 test_case_lists = [test_case_ops] variable
128 test_exec_case = functools.reduce(lambda x, y: x + y, test_case_lists)
Dtest_multitype_ops.py282 test_case_lists = [test_case_ops] variable
283 test_exec_case = reduce(lambda x, y: x + y, test_case_lists)
Dtest_ops_check.py208 test_case_lists = [test_case_check_ops] variable
209 test_exec_case = functools.reduce(lambda x, y: x + y, test_case_lists)
Dtest_array_ops.py372 test_case_lists = [test_case_array_ops] variable
373 test_exec_case = functools.reduce(lambda x, y: x + y, test_case_lists)
Dtest_math_ops.py443 test_case_lists = [test_case_math_ops] variable
444 test_exec_case = functools.reduce(lambda x, y: x + y, test_case_lists)
Dtest_ops.py2942 test_case_lists = [test_case_nn_ops, test_case_math_ops, test_case_array_ops, variable
2944 test_case = functools.reduce(lambda x, y: x + y, test_case_lists)
/third_party/mindspore/tests/ut/python/dtype/
Dtest_tuple.py115 test_case_lists = [test_case_ops] variable
116 test_exec_case = functools.reduce(lambda x, y: x + y, test_case_lists)
Dtest_list.py311 test_case_lists = [test_case_ops] variable
312 test_exec_case = functools.reduce(lambda x, y: x + y, test_case_lists)
/third_party/mindspore/tests/st/numpy_native/
Dtest_array_ops.py1324 test_case_lists = [test_case_array_ops] variable
1325 test_exec_case = functools.reduce(lambda x, y: x + y, test_case_lists)