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.topology
/
Parameter
Parameter
data
class
Parameter
(
val
name
:
String
,
val
moduleParameter
:
ModuleParameter
<
*
,
*
>
)
(
source
)
Lightweight wrapper for a trainable parameter. Used for optimizer registration and tracking.
Members
Constructors
Parameter
Link copied to clipboard
constructor
(
name
:
String
,
moduleParameter
:
ModuleParameter
<
*
,
*
>
)
Properties
id
Link copied to clipboard
val
id
:
String
module
Parameter
Link copied to clipboard
val
moduleParameter
:
ModuleParameter
<
*
,
*
>
name
Link copied to clipboard
val
name
:
String
requires
Grad
Link copied to clipboard
val
requiresGrad
:
Boolean
value
Link copied to clipboard
val
value
:
Tensor
<
*
,
*
>