minuet.nn.functional.concat#
Functions
|
Concatenate multiple |
- cat(tensors: Iterable[SparseTensor]) SparseTensor #
Concatenate multiple
SparseTensor
with the same coordinate tensors.Notes
The equality of the coordinate tensors will not be checked
- Parameters:
tensors – the tensors to be concatenated
- Returns:
the concatenated tensor