MCPcopy Create free account
hub / github.com/mpi4py/mpi4py / size

Method size

test/arrayimpl.py:406–407  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

404
405 @property
406 def size(self):
407 return self.array.size
408
409 def as_raw(self):
410 cupy.cuda.get_current_stream().synchronize()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected