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.reflection
/
NodeSummary
Node
Summary
data
class
NodeSummary
(
val
name
:
String
,
val
input
:
Shape
,
val
output
:
Shape
,
val
params
:
Long
)
(
source
)
Members
Constructors
Node
Summary
Link copied to clipboard
constructor
(
name
:
String
,
input
:
Shape
,
output
:
Shape
,
params
:
Long
)
Properties
input
Link copied to clipboard
val
input
:
Shape
name
Link copied to clipboard
val
name
:
String
output
Link copied to clipboard
val
output
:
Shape
params
Link copied to clipboard
val
params
:
Long