open3d.t.geometry.TensorMap

class open3d.t.geometry.TensorMap

Map of String to Tensor with a primary key.

__init__(*args, **kwargs)

Overloaded function.

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

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

  3. __init__(self: open3d.cpu.pybind.t.geometry.TensorMap, primary_key: str, map_keys_to_tensors: Dict[str, open3d.cpu.pybind.core.Tensor]) -> None

assert_size_synchronized(self: open3d.cpu.pybind.t.geometry.TensorMap) → None
get_primary_key(self: open3d.cpu.pybind.t.geometry.TensorMap) → str
is_size_synchronized(self: open3d.cpu.pybind.t.geometry.TensorMap) → bool
items(self: open3d.cpu.pybind.t.geometry.TensorMap) → iterator