cloudViewer.t.geometry.TensorMap#
- class cloudViewer.t.geometry.TensorMap#
Map of String to Tensor with a primary key.
- __init__(*args, **kwargs)#
Overloaded function.
__init__(self: cloudViewer.t.geometry.TensorMap) -> None
__init__(self: cloudViewer.t.geometry.TensorMap, primary_key: str) -> None
__init__(self: cloudViewer.t.geometry.TensorMap, primary_key: str, map_keys_to_tensors: collections.abc.Mapping[str, cloudViewer.core.Tensor]) -> None
- assert_size_synchronized(self: cloudViewer.t.geometry.TensorMap) None#
- erase(self: cloudViewer.t.geometry.TensorMap, arg0: str) int#
- is_size_synchronized(self: cloudViewer.t.geometry.TensorMap) bool#
- items(self: cloudViewer.t.geometry.TensorMap) collections.abc.Iterator[tuple[str, cloudViewer.core.Tensor]]#
- property primary_key#