#include "/cvmfs/nova-development.opensciencegrid.org/novasoft/releases/N21-01-21/ExoticsTriggers/KerasModel.h"
Public Member Functions | |
virtual void | load_weights (std::ifstream &fin)=0 |
virtual keras::DataChunk * | compute_output (keras::DataChunk *)=0 |
Layer (std::string name) | |
virtual | ~Layer () |
virtual unsigned int | get_input_rows () const =0 |
virtual unsigned int | get_input_cols () const =0 |
virtual unsigned int | get_output_units () const =0 |
std::string | get_name () |
virtual void | load_weights (std::ifstream &fin)=0 |
virtual keras::DataChunk * | compute_output (keras::DataChunk *)=0 |
Layer (std::string name) | |
virtual | ~Layer () |
virtual unsigned int | get_input_rows () const =0 |
virtual unsigned int | get_input_cols () const =0 |
virtual unsigned int | get_output_units () const =0 |
std::string | get_name () |
Public Attributes | |
std::string | m_name |
Definition at line 106 of file KerasModel.h.
|
inline |
Definition at line 111 of file KerasModel.h.
|
inlinevirtual |
Definition at line 112 of file KerasModel.h.
|
inline |
Definition at line 109 of file KerasModel.h.
|
inlinevirtual |
Definition at line 110 of file KerasModel.h.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
inline |
|
inline |
Definition at line 118 of file KerasModel.h.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
Implemented in keras::LayerDense, keras::LayerDense, keras::LayerConv2D, keras::LayerConv2D, keras::LayerActivation, keras::LayerActivation, keras::LayerMaxPooling, keras::LayerMaxPooling, keras::LayerFlatten, and keras::LayerFlatten.
Referenced by keras::KerasModel::compute_output(), and keras::KerasModel::load_weights().
std::string keras::Layer::m_name |
Definition at line 119 of file KerasModel.h.