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
Package-level
declarations
Types
Functions
Types
Node
Summary
Link copied to clipboard
data
class
NodeSummary
(
val
name
:
String
,
val
input
:
Shape
,
val
output
:
Shape
,
val
params
:
Long
)
Summary
Link copied to clipboard
class
Summary
<
T
:
DType
,
V
>
(
ctx
:
ExecutionContext
)
Functions
describe
Link copied to clipboard
fun
<
T
:
DType
,
V
>
Module
<
T
,
V
>
.
describe
(
input
:
Shape
,
ctx
:
ExecutionContext
,
dtypeClass
:
KClass
<
T
>
,
batch_size
:
Int
=
-1
)
:
String