open3d.t.geometry.TensorListMap¶
-
class
open3d.t.geometry.
TensorListMap
¶ Map of TensorList by string.
-
__init__
(*args, **kwargs)¶ Overloaded function.
__init__(self: open3d.cpu.pybind.t.geometry.TensorListMap) -> None
__init__(self: open3d.cpu.pybind.t.geometry.TensorListMap, primary_key: str) -> None
__init__(self: open3d.cpu.pybind.t.geometry.TensorListMap, primary_key: str, map_keys_to_tensorlists: Dict[str, open3d.cpu.pybind.core.TensorList]) -> None
-
assert_size_synchronized
(self: open3d.cpu.pybind.t.geometry.TensorListMap) → None¶
-
get_primary_key
(self: open3d.cpu.pybind.t.geometry.TensorListMap) → str¶
-
is_size_synchronized
(self: open3d.cpu.pybind.t.geometry.TensorListMap) → bool¶
-
items
(self: open3d.cpu.pybind.t.geometry.TensorListMap) → iterator¶
-
synchronized_push_back
(self: open3d.cpu.pybind.t.geometry.TensorListMap, map_keys_to_tensors: Dict[str, open3d.cpu.pybind.core.Tensor]) → None¶
-