Searched refs:test_case_lists (Results 1 – 12 of 12) sorted by relevance
/third_party/mindspore/tests/ut/python/ops/ |
D | test_ops_reid.py | 151 test_case_lists = [test_case_reid_ops] variable 152 test_case = functools.reduce(lambda x, y: x + y, test_case_lists)
|
D | test_bprop_disorder.py | 90 test_case_lists = [test_case_ops] variable 91 test_exec_case = functools.reduce(lambda x, y: x + y, test_case_lists)
|
D | test_python_operators.py | 133 test_case_lists = [test_case_ops] variable 134 test_exec_case = functools.reduce(lambda x, y: x + y, test_case_lists)
|
D | test_momentum.py | 127 test_case_lists = [test_case_ops] variable 128 test_exec_case = functools.reduce(lambda x, y: x + y, test_case_lists)
|
D | test_multitype_ops.py | 282 test_case_lists = [test_case_ops] variable 283 test_exec_case = reduce(lambda x, y: x + y, test_case_lists)
|
D | test_ops_check.py | 208 test_case_lists = [test_case_check_ops] variable 209 test_exec_case = functools.reduce(lambda x, y: x + y, test_case_lists)
|
D | test_array_ops.py | 372 test_case_lists = [test_case_array_ops] variable 373 test_exec_case = functools.reduce(lambda x, y: x + y, test_case_lists)
|
D | test_math_ops.py | 443 test_case_lists = [test_case_math_ops] variable 444 test_exec_case = functools.reduce(lambda x, y: x + y, test_case_lists)
|
D | test_ops.py | 2942 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/ |
D | test_tuple.py | 115 test_case_lists = [test_case_ops] variable 116 test_exec_case = functools.reduce(lambda x, y: x + y, test_case_lists)
|
D | test_list.py | 311 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/ |
D | test_array_ops.py | 1324 test_case_lists = [test_case_array_ops] variable 1325 test_exec_case = functools.reduce(lambda x, y: x + y, test_case_lists)
|