minuet.nn.functional.concat#

Functions

cat(tensors)

Concatenate multiple SparseTensor with the same coordinate tensors.

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