SKaiNET
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
SKaiNET
skainet-lang-core
/
sk.ainet.lang.tensor.ops
/
TensorOps
/
split
split
abstract
fun
<
T
:
DType
,
V
>
split
(
tensor
:
Tensor
<
T
,
V
>
,
splitSize
:
Int
,
dim
:
Int
)
:
List
<
Tensor
<
T
,
V
>
>
(
source
)