open3d.t.geometry.TensorListMap

class open3d.t.geometry.TensorListMap

Map of TensorList by string.

__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: open3d.cpu.pybind.t.geometry.TensorListMap) -> None

  2. __init__(self: open3d.cpu.pybind.t.geometry.TensorListMap, primary_key: str) -> None

  3. __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