KerasLayerActivation#
#include <keras_model.h>
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#
public : KerasLayer
List of Public Methods#
Complete Member Function Documentation#
Apply#
bool KerasLayerActivation::Apply(Tensor *in, Tensor *out) override
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#
KerasLayerActivation::KerasLayerActivation()
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#
bool KerasLayerActivation::LoadLayer(std::ifstream *file) override
Detailed description
Reimplements:
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#
KerasLayerActivation::~KerasLayerActivation() override
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#
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