TrioCFD 1.9.8
TrioCFD documentation
Loading...
Searching...
No Matches
KerasLayerConvolution2d Class Reference

#include <keras_model.h>

Inheritance diagram for KerasLayerConvolution2d:
[legend]
Collaboration diagram for KerasLayerConvolution2d:
[legend]

Public Member Functions

 KerasLayerConvolution2d ()
 ~KerasLayerConvolution2d () override
bool LoadLayer (std::ifstream *file) override
bool Apply (Tensor *in, Tensor *out) override
Public Member Functions inherited from KerasLayer
 KerasLayer ()
virtual ~KerasLayer ()

Detailed Description

Definition at line 327 of file keras_model.h.

Constructor & Destructor Documentation

◆ KerasLayerConvolution2d()

KerasLayerConvolution2d::KerasLayerConvolution2d ( )
inline

Definition at line 329 of file keras_model.h.

◆ ~KerasLayerConvolution2d()

KerasLayerConvolution2d::~KerasLayerConvolution2d ( )
inlineoverride

Definition at line 331 of file keras_model.h.

Member Function Documentation

◆ Apply()

bool KerasLayerConvolution2d::Apply ( Tensor * in,
Tensor * out )
overridevirtual

Implements KerasLayer.

Definition at line 243 of file keras_model.cpp.

◆ LoadLayer()

bool KerasLayerConvolution2d::LoadLayer ( std::ifstream * file)
overridevirtual

Implements KerasLayer.

Definition at line 206 of file keras_model.cpp.


The documentation for this class was generated from the following files:
  • /home/docs/checkouts/readthedocs.org/user_builds/triocfd-documentation/checkouts/next/src/ext/kerasify/keras_model.h
  • /home/docs/checkouts/readthedocs.org/user_builds/triocfd-documentation/checkouts/next/src/ext/kerasify/keras_model.cpp