Home
last modified time | relevance | path

Searched refs:_HostAllGather (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dallgather_cpu_kernel.h42 MS_REG_CPU_KERNEL(_HostAllGather, KernelAttr().AddInputAttr(kNumberTypeFloat32).AddOutputAttr(kNumb…
/third_party/mindspore/mindspore/ops/_grad/
Dgrad_comm_ops.py25 from ..operations.comm_ops import (AllGather, _MiniStepAllGather, _HostAllGather, AllReduce, Neighb…
294 @bprop_getters.register(_HostAllGather)
345 host_reduce_scatter_grad = _HostAllGather(self.group)
/third_party/mindspore/mindspore/ops/operations/
D__init__.py41_HostAllGather, _HostReduceScatter, _MirrorMicroStepOperator, _MicroStepAllGather)
Dcomm_ops.py314 class _HostAllGather(PrimitiveWithInfer): class