Black formatting

This commit is contained in:
FilippoOlivo
2025-03-12 09:30:17 +01:00
parent e7998b629b
commit 2b65f387e8
4 changed files with 10 additions and 10 deletions

View File

@@ -668,7 +668,7 @@ class LabelTensor(torch.Tensor):
Computes the summation of a list of :class:`LabelTensor` instances.
:param list[LabelTensor] tensors: A list of tensors to sum. All
:param list[LabelTensor] tensors: A list of tensors to sum. All
tensors must have the same shape and labels.
:return: A new `LabelTensor` containing the element-wise sum of the
input tensors.