KerasModel#
#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:`KerasModel <class-kerasmodel>`
[KerasModel](#class-kerasmodel)
Detailed description#
List of Public Methods#
Complete Member Function Documentation#
Apply#
bool KerasModel::Apply(Tensor *in, Tensor *out)
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#
KerasModel::KerasModel()
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#
bool KerasModel::LoadModel(const std::string &filename)
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#
virtual KerasModel::~KerasModel()
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#
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