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
Companion
object
Companion
(
source
)
Members
Functions
of
Link copied to clipboard
fun
<
T
:
DType
,
V
>
of
(
inputs
:
List
<
FuncInput
>
,
build
:
(
args
:
Functional.Args
<
T
,
V
>
,
ctx
:
ExecutionContext
)
->
Tensor
<
T
,
V
>
)
:
Functional
<
T
,
V
>
Factory to create a Functional from input specs and a compute lambda.