#include <keras_model.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 () |
Public Attributes | |
std::string | m_name |
Definition at line 119 of file keras_model.h.
|
inline |
Definition at line 124 of file keras_model.h.
|
inlinevirtual |
Definition at line 125 of file keras_model.h.
|
pure virtual |
Implemented in keras::LayerDense, keras::LayerConv2D, keras::LayerActivation, keras::LayerMaxPooling, and keras::LayerFlatten.
|
pure virtual |
Implemented in keras::LayerDense, keras::LayerConv2D, keras::LayerActivation, keras::LayerMaxPooling, and keras::LayerFlatten.
|
pure virtual |
Implemented in keras::LayerDense, keras::LayerConv2D, keras::LayerActivation, keras::LayerMaxPooling, and keras::LayerFlatten.
|
inline |
Definition at line 131 of file keras_model.h.
|
pure virtual |
Implemented in keras::LayerDense, keras::LayerConv2D, keras::LayerActivation, keras::LayerMaxPooling, and keras::LayerFlatten.
|
pure virtual |
Implemented in keras::LayerDense, keras::LayerConv2D, keras::LayerActivation, keras::LayerMaxPooling, and keras::LayerFlatten.
std::string keras::Layer::m_name |
Definition at line 132 of file keras_model.h.