KerasLayerDense#

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

Detailed description#

Inherits from#

Inheritance graph#

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

../../../../../_images/classKerasLayerDense__inherit__graph.png

List of Public Methods#

Complete Member Function Documentation#

Apply#

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

KerasLayerDense#

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

LoadLayer#

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

~KerasLayerDense#

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

Attributes Documentation#

activation_ (private)
KerasLayerActivation KerasLayerDense::activation_
biases_ (private)
Tensor KerasLayerDense::biases_
weights_ (private)
Tensor KerasLayerDense::weights_