a new object with type S, a subtype of T
|
|
|
bcastBegin(self,
unit,
ndarray rootdata,
ndarray leafdata,
op) |
|
|
|
bcastEnd(self,
unit,
ndarray rootdata,
ndarray leafdata,
op) |
|
|
|
|
|
|
|
|
|
createEmbeddedLeafSF(self,
selected) |
|
|
|
createEmbeddedRootSF(self,
selected) |
|
|
|
|
|
createSectionSF(self,
Section rootSection,
remoteOffsets,
Section leafSection) |
|
|
|
|
|
distributeSection(self,
Section rootSection,
Section leafSection=None) |
|
|
|
fetchAndOpBegin(self,
unit,
rootdata,
leafdata,
leafupdate,
op) |
|
|
|
fetchAndOpEnd(self,
unit,
rootdata,
leafdata,
leafupdate,
op) |
|
|
|
gatherBegin(self,
unit,
ndarray leafdata,
ndarray multirootdata) |
|
|
|
gatherEnd(self,
unit,
ndarray leafdata,
ndarray multirootdata) |
|
|
|
getGraph(self)
nleaves can be determined from the size of local |
|
|
|
|
|
|
|
reduceBegin(self,
unit,
ndarray leafdata,
ndarray rootdata,
op) |
|
|
|
reduceEnd(self,
unit,
ndarray leafdata,
ndarray rootdata,
op) |
|
|
|
|
|
scatterBegin(self,
unit,
ndarray multirootdata,
ndarray leafdata) |
|
|
|
scatterEnd(self,
unit,
ndarray multirootdata,
ndarray leafdata) |
|
|
|
|
|
setGraph(self,
nroots,
local,
remote)
The nleaves argument is determined from the size of local and/or remote. |
|
|
|
|
|
|
|
|
|
view(self,
Viewer viewer=None) |
|
|
Inherited from Object :
__copy__ ,
__deepcopy__ ,
__eq__ ,
__ge__ ,
__gt__ ,
__le__ ,
__lt__ ,
__ne__ ,
__nonzero__ ,
appendOptionsPrefix ,
decRef ,
getAttr ,
getClassId ,
getClassName ,
getComm ,
getDict ,
getName ,
getOptionsPrefix ,
getRefCount ,
getTabLevel ,
incRef ,
incrementTabLevel ,
query ,
setAttr ,
setName ,
setOptionsPrefix ,
setTabLevel ,
stateGet ,
stateIncrease ,
stateSet ,
viewFromOptions
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__init__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|