KerasLayerConvolution2d#

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

Detailed description#

Inherits from#

List of Public Methods#

Complete Member Function Documentation#

Apply#

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

KerasLayerConvolution2d#

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

LoadLayer#

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

~KerasLayerConvolution2d#

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

Attributes Documentation#

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