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

Method forward

MinkowskiEngine/MinkowskiOps.py:451–454  ·  view source on GitHub ↗
(self, input: SparseTensor)

Source from the content-addressed store, hash-verified

449 self.shape = shape
450
451 def forward(self, input: SparseTensor):
452 # dense tensor to sparse tensor conversion
453 dense_tensor, _, _ = input.dense(shape=self.shape)
454 return dense_tensor
455
456 def __repr__(self):
457 return self.__class__.__name__ + "()"

Callers

nothing calls this directly

Calls 1

denseMethod · 0.80

Tested by

no test coverage detected