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
/
Summary
Summary
class
Summary
<
T
:
DType
,
V
>
(
ctx
:
ExecutionContext
)
(
source
)
Members
Constructors
Summary
Link copied to clipboard
constructor
(
ctx
:
ExecutionContext
)
Properties
nodes
Link copied to clipboard
val
nodes
:
MutableList
<
NodeSummary
>
Functions
print
Summary
Link copied to clipboard
fun
printSummary
(
nodes
:
List
<
NodeSummary
>
)
:
String
summary
Link copied to clipboard
fun
summary
(
model
:
Module
<
T
,
V
>
,
input
:
Shape
,
dtypeClass
:
KClass
<
T
>
,
batch_size
:
Int
=
-1
)
:
List
<
NodeSummary
>