|
|
|
@@ -35,7 +35,7 @@ from .array_ops import (Argmax, Argmin, Cast, Concat, Pack, Stack, Unpack, Unsta |
|
|
|
BatchToSpace, SpaceToBatchND, BatchToSpaceND, BroadcastTo, InplaceUpdate, ReverseSequence, |
|
|
|
EmbeddingLookup, Unique, GatherD, Identity, Range, MaskedFill, MaskedSelect, SearchSorted, |
|
|
|
TensorScatterMax, TensorScatterMin, TensorScatterSub, ScatterElements, ExtractVolumePatches) |
|
|
|
from .comm_ops import (AllGather, AllReduce, NeighborExchange, NeighborExchangeV2, AlltoAll, AllSwap, ReduceScatter, Broadcast, |
|
|
|
from .comm_ops import (AllGather, AllReduce, NeighborExchange, NeighborExchangeV2, AlltoAll, _AllSwap, ReduceScatter, Broadcast, |
|
|
|
_MirrorOperator, _MirrorMiniStepOperator, _MiniStepAllGather, ReduceOp, _VirtualDataset, |
|
|
|
_VirtualOutput, _VirtualDiv, _GetTensorSlice, _VirtualAdd, _VirtualAssignAdd, _VirtualAccuGrad, |
|
|
|
_HostAllGather, _HostReduceScatter, _MirrorMicroStepOperator, _MicroStepAllGather) |
|
|
|
@@ -361,7 +361,7 @@ __all__ = [ |
|
|
|
'UnsortedSegmentProd', |
|
|
|
"AllGather", |
|
|
|
"AllReduce", |
|
|
|
"AllSwap", |
|
|
|
"_AllSwap", |
|
|
|
"ReduceScatter", |
|
|
|
"Broadcast", |
|
|
|
"ReduceOp", |
|
|
|
|