KerasLayerDense#
#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:`KerasLayerDense <class-keraslayerdense>`
[KerasLayerDense](#class-keraslayerdense)
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 KerasLayerDense::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 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#
KerasLayerDense::KerasLayerDense()
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#
bool KerasLayerDense::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 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#
KerasLayerDense::~KerasLayerDense() 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:`KerasLayerDense::~KerasLayerDense() override <keraslayerdense-public-keraslayerdense-dtor-keraslayerdense-override>`
[KerasLayerDense::~KerasLayerDense() override](#keraslayerdense-public-keraslayerdense-dtor-keraslayerdense-override)
Attributes Documentation#
KerasLayerActivation KerasLayerDense::activation_
Tensor KerasLayerDense::biases_
Tensor KerasLayerDense::weights_