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.dsl
/
TensorFactoryContext
/
shape
shape
fun
shape
(
vararg
dimensions
:
Int
,
init
:
TensorCreationScope
<
T
,
V
>
.
(
Shape
)
->
Tensor
<
T
,
V
>
)
:
Tensor
<
T
,
V
>
(
source
)
fun
shape
(
shape
:
Shape
,
init
:
TensorCreationScope
<
T
,
V
>
.
(
Shape
)
->
Tensor
<
T
,
V
>
)
:
Tensor
<
T
,
V
>
(
source
)
Create tensor with specified shape and initialization strategy