cloudViewer.core.TensorList#

class cloudViewer.core.TensorList#

A TensorList is an extendable tensor at the 0-th dimension.

__init__(*args, **kwargs)#

Overloaded function.

  1. __init__(self: cloudViewer.core.TensorList, element_shape: cloudViewer.core.SizeVector, dtype: cloudViewer.core.Dtype, device: cloudViewer.core.Device) -> None

  2. __init__(self: cloudViewer.core.TensorList, tensors: collections.abc.Sequence[cloudViewer::core::Tensor]) -> None

  3. __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#
push_back(self: cloudViewer.core.TensorList, arg0: cloudViewer::core::Tensor) None#
resize(self: cloudViewer.core.TensorList, arg0: SupportsInt) None#
property device#
property dtype#
property element_shape#
property is_resizable#
property size#