SKaiNET
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
SKaiNET
skainet-lang-core
/
sk.ainet.lang.tensor.ops
/
TensorOps
/
leakyRelu
leaky
Relu
abstract
fun
<
T
:
DType
,
V
>
leakyRelu
(
tensor
:
Tensor
<
T
,
V
>
,
negativeSlope
:
Float
=
0.01f
)
:
Tensor
<
T
,
V
>
(
source
)