MCPcopy Create free account
hub / github.com/NVIDIA/MinkowskiEngine / size

Method size

MinkowskiEngine/MinkowskiTensor.py:461–462  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

459 return len(self._F)
460
461 def size(self):
462 return self._F.size()
463
464 @property
465 def shape(self):

Callers 15

forwardMethod · 0.45
__init__Method · 0.45
sparseMethod · 0.45
splatMethod · 0.45
to_sparseFunction · 0.45
to_sparse_allFunction · 0.45
forwardMethod · 0.45
forwardMethod · 0.45
forwardMethod · 0.45
__init__Method · 0.45
sparseMethod · 0.45
denseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected