KerasLayerElu#

#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:`KerasLayerElu <class-keraslayerelu>`
[KerasLayerElu](#class-keraslayerelu)

Detailed description#

Inherits from#

Inheritance graph#

If the image is too small, right-click and open in new tab

../../../../../_images/classKerasLayerElu__inherit__graph.png

List of Public Methods#

Complete Member Function Documentation#

Apply#

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

Reimplements:

References
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 KerasLayerElu::Apply(Tensor *in, Tensor *out) override <keraslayerelu-public-bool-keraslayerelu-apply-tensor-ptr-in-tensor-ptr-out-override>`
[bool KerasLayerElu::Apply(Tensor *in, Tensor *out) override](#keraslayerelu-public-bool-keraslayerelu-apply-tensor-ptr-in-tensor-ptr-out-override)

KerasLayerElu#

Definition
KerasLayerElu::KerasLayerElu()
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:`KerasLayerElu::KerasLayerElu() <keraslayerelu-public-keraslayerelu-keraslayerelu>`
[KerasLayerElu::KerasLayerElu()](#keraslayerelu-public-keraslayerelu-keraslayerelu)

LoadLayer#

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

Reimplements:

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 KerasLayerElu::LoadLayer(std::ifstream *file) override <keraslayerelu-public-bool-keraslayerelu-loadlayer-std-ifstream-ptr-file-override>`
[bool KerasLayerElu::LoadLayer(std::ifstream *file) override](#keraslayerelu-public-bool-keraslayerelu-loadlayer-std-ifstream-ptr-file-override)

~KerasLayerElu#

Definition
KerasLayerElu::~KerasLayerElu() 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:`KerasLayerElu::~KerasLayerElu() override <keraslayerelu-public-keraslayerelu-dtor-keraslayerelu-override>`
[KerasLayerElu::~KerasLayerElu() override](#keraslayerelu-public-keraslayerelu-dtor-keraslayerelu-override)

Attributes Documentation#

alpha_ (private)
float KerasLayerElu::alpha_