KerasLayerActivation#

#include <keras_model.h>
Brief description

How to reference this class#

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`KerasLayerActivation <class-keraslayeractivation>`
[KerasLayerActivation](#class-keraslayeractivation)

Detailed description#

Inherits from#

List of Public Methods#

Complete Member Function Documentation#

Apply#

Definition
bool KerasLayerActivation::Apply(Tensor *in, Tensor *out) override
Brief description
Detailed description

Reimplements:

References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`bool KerasLayerActivation::Apply(Tensor *in, Tensor *out) override <keraslayeractivation-public-bool-keraslayeractivation-apply-tensor-ptr-in-tensor-ptr-out-override>`
[bool KerasLayerActivation::Apply(Tensor *in, Tensor *out) override](#keraslayeractivation-public-bool-keraslayeractivation-apply-tensor-ptr-in-tensor-ptr-out-override)

KerasLayerActivation#

Definition
KerasLayerActivation::KerasLayerActivation()
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`KerasLayerActivation::KerasLayerActivation() <keraslayeractivation-public-keraslayeractivation-keraslayeractivation>`
[KerasLayerActivation::KerasLayerActivation()](#keraslayeractivation-public-keraslayeractivation-keraslayeractivation)

LoadLayer#

Definition
bool KerasLayerActivation::LoadLayer(std::ifstream *file) override
Brief description
Detailed description

Reimplements:

References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`bool KerasLayerActivation::LoadLayer(std::ifstream *file) override <keraslayeractivation-public-bool-keraslayeractivation-loadlayer-std-ifstream-ptr-file-override>`
[bool KerasLayerActivation::LoadLayer(std::ifstream *file) override](#keraslayeractivation-public-bool-keraslayeractivation-loadlayer-std-ifstream-ptr-file-override)

~KerasLayerActivation#

Definition
KerasLayerActivation::~KerasLayerActivation() override
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`KerasLayerActivation::~KerasLayerActivation() override <keraslayeractivation-public-keraslayeractivation-dtor-keraslayeractivation-override>`
[KerasLayerActivation::~KerasLayerActivation() override](#keraslayeractivation-public-keraslayeractivation-dtor-keraslayeractivation-override)

Attributes Documentation#

activation_type_ (private)
ActivationType KerasLayerActivation::activation_type_

Enums#

KerasLayerActivation::ActivationType#

Location: triocfd-code/src/Turbulence/Kernel/IA/keras_model.h:288

How to cite in this doc: Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`KerasLayerActivation::ActivationType <enum-none-keraslayeractivation-activationtype>`
[KerasLayerActivation::ActivationType](#enum-none-keraslayeractivation-activationtype)
  • kLinear

  • kRelu

  • kSoftPlus

  • kSigmoid

  • kTanh

  • kHardSigmoid