cloudViewer.core.TensorList#
- class cloudViewer.core.TensorList#
A TensorList is an extendable tensor at the 0-th dimension.
- __init__(*args, **kwargs)#
Overloaded function.
__init__(self: cloudViewer.core.TensorList, element_shape: cloudViewer.core.SizeVector, dtype: cloudViewer.core.Dtype, device: cloudViewer.core.Device) -> None
__init__(self: cloudViewer.core.TensorList, tensors: collections.abc.Sequence[cloudViewer::core::Tensor]) -> None
__init__(self: cloudViewer.core.TensorList, other: cloudViewer.core.TensorList) -> None
- as_tensor(self: cloudViewer.core.TensorList) cloudViewer::core::Tensor#
- clone(self: cloudViewer.core.TensorList) cloudViewer.core.TensorList#
- static concat(arg0: cloudViewer.core.TensorList, arg1: cloudViewer.core.TensorList) cloudViewer.core.TensorList#
- copy_from(self: cloudViewer.core.TensorList, arg0: cloudViewer.core.TensorList) None#
- extend(self: cloudViewer.core.TensorList, arg0: cloudViewer.core.TensorList) None#
- static from_tensor(tensor: cloudViewer::core::Tensor, inplace: bool = False) cloudViewer.core.TensorList#
- resize(self: cloudViewer.core.TensorList, arg0: SupportsInt) None#
- property device#
- property dtype#
- property element_shape#
- property is_resizable#
- property size#