Home
last modified time | relevance | path

Searched refs:_reset_op_id (Results 1 – 22 of 22) sorted by relevance

/third_party/mindspore/tests/ut/python/parallel/
D__init__.py18 from mindspore.parallel._utils import _reset_op_id
28 _reset_op_id()
36 _reset_op_id()
Dconftest.py19 from mindspore.parallel._utils import _reset_op_id
30 _reset_op_id()
Dtest_full_batch.py26 from mindspore.parallel._utils import _reset_op_id
91 _reset_op_id()
95 _reset_op_id()
Dtest_one_dev.py29 from mindspore.parallel._utils import _reset_op_id
124 _reset_op_id()
Dtest_auto_parallel_assign_sub_with_ref_key.py24 from mindspore.parallel._utils import _reset_op_id as reset_op_id
Dtest_alltoall.py29 from mindspore.parallel._utils import _reset_op_id
107 _reset_op_id()
Dtest_auto_parallel_l2normalize.py24 from mindspore.parallel._utils import _reset_op_id as reset_op_id
Dtest_auto_parallel_two_bn.py25 from mindspore.parallel._utils import _reset_op_id as reset_op_id
Dtest_auto_parallel_transpose.py24 from mindspore.parallel._utils import _reset_op_id as reset_op_id
Dtest_auto_parallel_triangle_overwrite.py21 from mindspore.parallel._utils import _reset_op_id as reset_op_id
Dtest_auto_parallel_parameter_cast.py26 from mindspore.parallel._utils import _reset_op_id as reset_op_id
Dtest_auto_parallel_matmul_prelu.py25 from mindspore.parallel._utils import _reset_op_id as reset_op_id
Dtest_auto_parallel_cast.py25 from mindspore.parallel._utils import _reset_op_id as reset_op_id
Dtest_auto_parallel_two_matmul.py28 from mindspore.parallel._utils import _reset_op_id as reset_op_id
Dtest_auto_parallel_star_partial_strategy.py22 from mindspore.parallel._utils import _reset_op_id as reset_op_id
Dtest_auto_parallel_for_loop_multi_subgraph.py27 from mindspore.parallel._utils import _reset_op_id as reset_op_id
Dtest_auto_parallel_arithmetic.py25 from mindspore.parallel._utils import _reset_op_id as reset_op_id
Dtest_auto_parallel_double_subgraphs.py28 from mindspore.parallel._utils import _reset_op_id as reset_op_id
Dtest_auto_parallel_resnet_sharding_propagation2.py30 from mindspore.parallel._utils import _reset_op_id as resset_op_id
Dtest_auto_parallel_resnet_sharding_propagation.py31 from mindspore.parallel._utils import _reset_op_id as resset_op_id
Dtest_auto_parallel_resnet.py31 from mindspore.parallel._utils import _reset_op_id as resset_op_id
/third_party/mindspore/mindspore/parallel/
D_utils.py269 def _reset_op_id(): function