KerasLayerActivation#

#include <keras_model.h>

How to cite this class in this doc#

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

Detailed description#

Inherits from#

List of Public Methods#

Complete Member Function Documentation#

Apply
bool KerasLayerActivation::Apply(Tensor *in, Tensor *out) override

Reimplements:

References
Referenced By
How to cite in this doc:
:ref:`bool KerasLayerActivation::Apply(Tensor *in, Tensor *out) override <public-bool-keraslayeractivation-apply-tensor-ptr-in-tensor-ptr-out-override>`
[bool KerasLayerActivation::Apply(Tensor *in, Tensor *out) override](#public-bool-keraslayeractivation-apply-tensor-ptr-in-tensor-ptr-out-override)
KerasLayerActivation
KerasLayerActivation::KerasLayerActivation()
How to cite in this doc:
:ref:`KerasLayerActivation::KerasLayerActivation() <public-keraslayeractivation-keraslayeractivation>`
[KerasLayerActivation::KerasLayerActivation()](#public-keraslayeractivation-keraslayeractivation)
LoadLayer
bool KerasLayerActivation::LoadLayer(std::ifstream *file) override

Reimplements:

References
Referenced By
How to cite in this doc:
:ref:`bool KerasLayerActivation::LoadLayer(std::ifstream *file) override <public-bool-keraslayeractivation-loadlayer-std-ifstream-ptr-file-override>`
[bool KerasLayerActivation::LoadLayer(std::ifstream *file) override](#public-bool-keraslayeractivation-loadlayer-std-ifstream-ptr-file-override)
~KerasLayerActivation
KerasLayerActivation::~KerasLayerActivation() override
How to cite in this doc:
:ref:`KerasLayerActivation::~KerasLayerActivation() override <public-keraslayeractivation-dtor-keraslayeractivation-override>`
[KerasLayerActivation::~KerasLayerActivation() override](#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:

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

  • kRelu

  • kSoftPlus

  • kSigmoid

  • kTanh

  • kHardSigmoid