KerasLayerMaxPooling2d#

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

Detailed description#

Inherits from#

Inheritance graph#

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

../../../../../_images/classKerasLayerMaxPooling2d__inherit__graph.png

List of Public Methods#

Complete Member Function Documentation#

Apply#

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

KerasLayerMaxPooling2d#

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

LoadLayer#

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

~KerasLayerMaxPooling2d#

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

Attributes Documentation#

pool_size_j_ (private)
unsigned int KerasLayerMaxPooling2d::pool_size_j_
pool_size_k_ (private)
unsigned int KerasLayerMaxPooling2d::pool_size_k_