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

Function sparse_tensor_operation_mode

MinkowskiEngine/MinkowskiTensor.py:106–109  ·  view source on GitHub ↗

r"""Return the current sparse tensor operation mode.

()

Source from the content-addressed store, hash-verified

104
105
106def sparse_tensor_operation_mode() -> SparseTensorOperationMode:
107 r"""Return the current sparse tensor operation mode."""
108 global _sparse_tensor_operation_mode
109 return copy.deepcopy(_sparse_tensor_operation_mode)
110
111
112def global_coordinate_manager():

Callers 2

__init__Method · 0.90
__init__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected