Home
last modified time | relevance | path

Searched refs:Hccl (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/tests/ut/python/hccl_test/manage/
Dapi.py20 class Hccl(): class
32 if not hasattr(Hccl, "_instance") or Hccl._instance is None:
33 with Hccl._instance_lock:
34 if not hasattr(Hccl,
35 "_instance") or Hccl._instance is None:
36 Hccl._instance = object.__new__(cls)
37 Hccl._instance.__init__()
38 return Hccl._instance
59 hccl = Hccl()
64 hccl = Hccl()
/third_party/mindspore/tests/ut/python/parallel/
Dtest_load_tensor.py15 from hccl_test.manage.api import Hccl
22 hccl = Hccl()
Dtest_initializer_weight_slice.py25 from hccl_test.manage.api import Hccl
41 hccl = Hccl()
120 hccl = Hccl()