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
/
tensor
tensor
inline
fun
<
T
:
DType
,
V
>
DataContextDsl
.
tensor
(
noinline
content
:
TensorFactoryContext
<
T
,
V
>
.
(
)
->
Tensor
<
T
,
V
>
)
:
Tensor
<
T
,
V
>
(
source
)
inline
fun
<
T
:
DType
,
V
>
DataContextDsl
.
tensor
(
name
:
String
,
noinline
content
:
TensorFactoryContext
<
T
,
V
>
.
(
)
->
Tensor
<
T
,
V
>
)
:
Tensor
<
T
,
V
>
(
source
)
fun
<
T
:
DType
,
V
>
tensor
(
executionContext
:
ExecutionContext
,
dtype
:
KClass
<
T
>
,
content
:
TensorDefineDsl
<
T
,
V
>
.
(
)
->
Tensor
<
T
,
V
>
)
:
Tensor
<
T
,
V
>
(
source
)