KerasLayerConvolution2d#
#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:`KerasLayerConvolution2d <class-keraslayerconvolution2d>`
[KerasLayerConvolution2d](#class-keraslayerconvolution2d)
Detailed description#
Inherits from#
public : KerasLayer
List of Public Methods#
Complete Member Function Documentation#
Apply#
bool KerasLayerConvolution2d::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 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#
KerasLayerConvolution2d::KerasLayerConvolution2d()
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#
bool KerasLayerConvolution2d::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 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#
KerasLayerConvolution2d::~KerasLayerConvolution2d() 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:`KerasLayerConvolution2d::~KerasLayerConvolution2d() override <keraslayerconvolution2d-public-keraslayerconvolution2d-dtor-keraslayerconvolution2d-override>`
[KerasLayerConvolution2d::~KerasLayerConvolution2d() override](#keraslayerconvolution2d-public-keraslayerconvolution2d-dtor-keraslayerconvolution2d-override)
Attributes Documentation#
KerasLayerActivation KerasLayerConvolution2d::activation_
Tensor KerasLayerConvolution2d::biases_
Tensor KerasLayerConvolution2d::weights_