KerasLayerMaxPooling2d#
#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:`KerasLayerMaxPooling2d <class-keraslayermaxpooling2d>`
[KerasLayerMaxPooling2d](#class-keraslayermaxpooling2d)
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 KerasLayerMaxPooling2d::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 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#
KerasLayerMaxPooling2d::KerasLayerMaxPooling2d()
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#
bool KerasLayerMaxPooling2d::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 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#
KerasLayerMaxPooling2d::~KerasLayerMaxPooling2d() 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:`KerasLayerMaxPooling2d::~KerasLayerMaxPooling2d() override <keraslayermaxpooling2d-public-keraslayermaxpooling2d-dtor-keraslayermaxpooling2d-override>`
[KerasLayerMaxPooling2d::~KerasLayerMaxPooling2d() override](#keraslayermaxpooling2d-public-keraslayermaxpooling2d-dtor-keraslayermaxpooling2d-override)
Attributes Documentation#
unsigned int KerasLayerMaxPooling2d::pool_size_j_
unsigned int KerasLayerMaxPooling2d::pool_size_k_