tensorflow
/
org.jetbrains.kotlinx.dl.api.core.activation
/
TanhShrinkActivation
Tanh
Shrink
Activation
class
TanhShrinkActivation
:
Activation
Content copied to clipboard
Constructors
Functions
See also
See also
org.
jetbrains.
kotlinx.
dl.
api.
core.
activation.
Activations.
TanhShrink
Constructors
TanhShrinkActivation
Link copied to clipboard
fun
TanhShrinkActivation
()
Content copied to clipboard
On this page
On this page
Functions
apply
Link copied to clipboard
open override fun
apply
(tf:
Ops
, features:
Operand
<
Float
>):
Operand
<
Float
>
Content copied to clipboard
Applies the activation functions to the input
features
to produce the output.
open fun
apply
(tf:
Ops
, features:
Operand
<
Float
>, name:
String
= ""):
Operand
<
Float
>
Content copied to clipboard
Applies the activation functions to the input
features
to produce the output.
On this page
On this page