Searched refs: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 167 return test_exec_case
|
D | test_bprop_disorder.py | 91 test_exec_case = functools.reduce(lambda x, y: x + y, test_case_lists) variable 101 return test_exec_case
|
D | test_python_operators.py | 134 test_exec_case = functools.reduce(lambda x, y: x + y, test_case_lists) variable 139 return test_exec_case
|
D | test_momentum.py | 128 test_exec_case = functools.reduce(lambda x, y: x + y, test_case_lists) variable 138 return test_exec_case
|
D | test_multitype_ops.py | 283 test_exec_case = reduce(lambda x, y: x + y, test_case_lists) variable 293 return test_exec_case
|
D | test_ops_check.py | 209 test_exec_case = functools.reduce(lambda x, y: x + y, test_case_lists) variable 219 return test_exec_case
|
D | test_array_ops.py | 373 test_exec_case = functools.reduce(lambda x, y: x + y, test_case_lists) variable 383 return test_exec_case
|
D | test_math_ops.py | 444 test_exec_case = functools.reduce(lambda x, y: x + y, test_case_lists) variable 453 return test_exec_case
|
D | test_ops.py | 2949 test_exec_case = test_case variable 2958 return test_exec_case
|
/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 127 return test_exec_case
|
D | test_list.py | 312 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/ |
D | test_array_ops.py | 1325 test_exec_case = functools.reduce(lambda x, y: x + y, test_case_lists) variable
|