Home
last modified time | relevance | path

Searched defs: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
Dtest_bprop_disorder.py91 test_exec_case = functools.reduce(lambda x, y: x + y, test_case_lists) variable
Dtest_python_operators.py134 test_exec_case = functools.reduce(lambda x, y: x + y, test_case_lists) variable
Dtest_ops_check.py209 test_exec_case = functools.reduce(lambda x, y: x + y, test_case_lists) variable
Dtest_momentum.py128 test_exec_case = functools.reduce(lambda x, y: x + y, test_case_lists) variable
Dtest_multitype_ops.py283 test_exec_case = reduce(lambda x, y: x + y, test_case_lists) variable
Dtest_array_ops.py373 test_exec_case = functools.reduce(lambda x, y: x + y, test_case_lists) variable
Dtest_math_ops.py444 test_exec_case = functools.reduce(lambda x, y: x + y, test_case_lists) variable
Dtest_ops.py2949 test_exec_case = test_case variable
/third_party/mindspore/tests/ut/python/dtype/
Dtest_tuple.py116 test_exec_case = functools.reduce(lambda x, y: x + y, test_case_lists) variable
Dtest_list.py312 test_exec_case = functools.reduce(lambda x, y: x + y, test_case_lists) variable
/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