helayers::SimpleLayer Class Reference
A class representing a single neural network layer. More...
#include <SimpleLayer.h>
Inheritance diagram for helayers::SimpleLayer:

Public Member Functions | |
void setName (const std::string &n) | |
Sets this layer name. More... | |
const std::string & getName () const | |
Returns layer name. | |
void setIndex (int i) | |
Sets this layer index (order in network). More... | |
int getIndex () const | |
Returns this layer index (order in network). | |
Detailed Description
A class representing a single neural network layer.
Member Function Documentation
◆ setIndex()
|
inline |
Sets this layer index (order in network).
- Parameters
-
[in] i index
◆ setName()
|
inline |
Sets this layer name.
- Parameters
-
[in] n name
The documentation for this class was generated from the following file:
- /opt/IBM/FHE-distro/ML-HElib/src/helayers/simple_nn/SimpleLayer.h