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.activations
/
SiLU
Si
LU
class
SiLU
<
T
:
DType
,
V
>
(
val
name
:
String
=
"SiLU"
)
:
Module
<
T
,
V
>
(
source
)
Members
Constructors
Si
LU
Link copied to clipboard
constructor
(
name
:
String
=
"SiLU"
)
Properties
modules
Link copied to clipboard
open
override
val
modules
:
List
<
Module
<
T
,
V
>
>
name
Link copied to clipboard
open
override
val
name
:
String
Human-readable name of the node, typically the module's name.
Functions
forward
Link copied to clipboard
open
override
fun
forward
(
input
:
Tensor
<
T
,
V
>
,
ctx
:
ExecutionContext
)
:
Tensor
<
T
,
V
>