torch
Preparing search index...
concat
Variable concat
Const
concat
:
(
tensors
:
Tensor
[]
,
dim
?:
number
)
=>
Tensor
= cat
Alias for
cat
.
Type Declaration
(
tensors
:
Tensor
[]
,
dim
?:
number
)
:
Tensor
Concatenates tensors along a given dimension.
Parameters
tensors
:
Tensor
[]
dim
:
number
= 0
Returns
Tensor
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
torch
Loading...
Alias for cat.