Home
last modified time | relevance | path

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

/third_party/mindspore/tests/ut/python/ops/
Dtest_ops_reid.py157 test_exec_case = filter(lambda x: 'skip' not in x[1] or variable
167 return test_exec_case
Dtest_bprop_disorder.py91 test_exec_case = functools.reduce(lambda x, y: x + y, test_case_lists) variable
101 return test_exec_case
Dtest_python_operators.py134 test_exec_case = functools.reduce(lambda x, y: x + y, test_case_lists) variable
139 return test_exec_case
Dtest_momentum.py128 test_exec_case = functools.reduce(lambda x, y: x + y, test_case_lists) variable
138 return test_exec_case
Dtest_multitype_ops.py283 test_exec_case = reduce(lambda x, y: x + y, test_case_lists) variable
293 return test_exec_case
Dtest_ops_check.py209 test_exec_case = functools.reduce(lambda x, y: x + y, test_case_lists) variable
219 return test_exec_case
Dtest_array_ops.py373 test_exec_case = functools.reduce(lambda x, y: x + y, test_case_lists) variable
383 return test_exec_case
Dtest_math_ops.py444 test_exec_case = functools.reduce(lambda x, y: x + y, test_case_lists) variable
453 return test_exec_case
Dtest_ops.py2949 test_exec_case = test_case variable
2958 return test_exec_case
/third_party/mindspore/tests/ut/python/dtype/
Dtest_tuple.py116 test_exec_case = functools.reduce(lambda x, y: x + y, test_case_lists) variable
127 return test_exec_case
Dtest_list.py312 test_exec_case = functools.reduce(lambda x, y: x + y, test_case_lists) variable
323 return test_exec_case
/third_party/mindspore/tests/st/numpy_native/
Dtest_array_ops.py1325 test_exec_case = functools.reduce(lambda x, y: x + y, test_case_lists) variable