KerasLayerElu#
#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:`KerasLayerElu <class-keraslayerelu>`
[KerasLayerElu](#class-keraslayerelu)
Detailed description#
Inherits from#
public : KerasLayer
Inheritance graph#
If the image is too small, right-click and open in new tab
List of Public Methods#
Complete Member Function Documentation#
Apply#
bool KerasLayerElu::Apply(Tensor *in, Tensor *out) override
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#
KerasLayerElu::KerasLayerElu()
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#
bool KerasLayerElu::LoadLayer(std::ifstream *file) override
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#
KerasLayerElu::~KerasLayerElu() 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:`KerasLayerElu::~KerasLayerElu() override <keraslayerelu-public-keraslayerelu-dtor-keraslayerelu-override>`
[KerasLayerElu::~KerasLayerElu() override](#keraslayerelu-public-keraslayerelu-dtor-keraslayerelu-override)
Attributes Documentation#
float KerasLayerElu::alpha_