SKaiNET
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
SKaiNET
skainet-compile-dag
/
sk.ainet.lang.graph
/
GraphEdge
/
GraphEdge
Graph
Edge
constructor
(
id
:
String
,
source
:
GraphNode
,
destination
:
GraphNode
,
sourceOutputIndex
:
Int
=
0
,
destinationInputIndex
:
Int
=
0
,
tensorSpec
:
TensorSpec
,
metadata
:
Map
<
String
,
Any
>
=
emptyMap()
)
(
source
)