Searched defs:test_exec_case (Results 1 – 12 of 12) sorted by relevance
| /third_party/mindspore/tests/ut/python/ops/ |
| D | test_ops_reid.py | 157 test_exec_case = filter(lambda x: 'skip' not in x[1] or variable
|
| D | test_bprop_disorder.py | 91 test_exec_case = functools.reduce(lambda x, y: x + y, test_case_lists) variable
|
| D | test_python_operators.py | 134 test_exec_case = functools.reduce(lambda x, y: x + y, test_case_lists) variable
|
| D | test_ops_check.py | 209 test_exec_case = functools.reduce(lambda x, y: x + y, test_case_lists) variable
|
| D | test_momentum.py | 128 test_exec_case = functools.reduce(lambda x, y: x + y, test_case_lists) variable
|
| D | test_multitype_ops.py | 283 test_exec_case = reduce(lambda x, y: x + y, test_case_lists) variable
|
| D | test_array_ops.py | 373 test_exec_case = functools.reduce(lambda x, y: x + y, test_case_lists) variable
|
| D | test_math_ops.py | 444 test_exec_case = functools.reduce(lambda x, y: x + y, test_case_lists) variable
|
| D | test_ops.py | 2949 test_exec_case = test_case variable
|
| /third_party/mindspore/tests/ut/python/dtype/ |
| D | test_tuple.py | 116 test_exec_case = functools.reduce(lambda x, y: x + y, test_case_lists) variable
|
| D | test_list.py | 312 test_exec_case = functools.reduce(lambda x, y: x + y, test_case_lists) variable
|
| /third_party/mindspore/tests/st/numpy_native/ |
| D | test_array_ops.py | 1325 test_exec_case = functools.reduce(lambda x, y: x + y, test_case_lists) variable
|