SKaiNET
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
SKaiNET
skainet-lang-core
/
sk.ainet.lang.nn
/
Functional
/
Companion
/
of
of
fun
<
T
:
DType
,
V
>
of
(
inputs
:
List
<
FuncInput
>
,
build
:
(
args
:
Functional.Args
<
T
,
V
>
,
ctx
:
ExecutionContext
)
->
Tensor
<
T
,
V
>
)
:
Functional
<
T
,
V
>
(
source
)
Factory to create a Functional from input specs and a compute lambda.