KerasModel#

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

Detailed description#

List of Public Methods#

Complete Member Function Documentation#

Apply#

Definition
bool KerasModel::Apply(Tensor *in, Tensor *out)
Brief description
Detailed description
References
Referenced By
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 KerasModel::Apply(Tensor *in, Tensor *out) <kerasmodel-public-bool-kerasmodel-apply-tensor-ptr-in-tensor-ptr-out>`
[bool KerasModel::Apply(Tensor *in, Tensor *out)](#kerasmodel-public-bool-kerasmodel-apply-tensor-ptr-in-tensor-ptr-out)

KerasModel#

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

LoadModel#

Definition
bool KerasModel::LoadModel(const std::string &filename)
Brief description
Detailed description
References
Referenced By
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 KerasModel::LoadModel(const std::string &filename) <kerasmodel-public-bool-kerasmodel-loadmodel-const-std-string-ref-filename>`
[bool KerasModel::LoadModel(const std::string &filename)](#kerasmodel-public-bool-kerasmodel-loadmodel-const-std-string-ref-filename)

~KerasModel#

Definition
virtual KerasModel::~KerasModel()
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:`virtual KerasModel::~KerasModel() <kerasmodel-public-virtual-kerasmodel-dtor-kerasmodel>`
[virtual KerasModel::~KerasModel()](#kerasmodel-public-virtual-kerasmodel-dtor-kerasmodel)

Attributes Documentation#

layers_ (private)
std::vector<KerasLayer*> KerasModel::layers_

Enums#

KerasModel::LayerType#

Location: triocfd-code/src/Turbulence/Kernel/IA/keras_model.h:432

How to cite in this doc: 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:`KerasModel::LayerType <enum-none-kerasmodel-layertype>`
[KerasModel::LayerType](#enum-none-kerasmodel-layertype)
  • kDense

  • kConvolution2d

  • kFlatten

  • kElu

  • kActivation

  • kMaxPooling2D

  • kLSTM

  • kEmbedding