helayers::SimpleFcLayer Class Reference
A class representing an encrypted fully connected layer. More...
#include <SimpleFcLayer.h>
Inheritance diagram for helayers::SimpleFcLayer:
Public Member Functions | |
| SimpleFcLayer (HeContext &he) | |
| std::streamoff | save (std::ostream &stream) const |
| std::streamoff | load (std::istream &stream) |
| void | initFromLayer (const SimpleFcPlainLayer &fpl, int baseChainIndex=-1) |
| CipherMatrix | forward (const CipherMatrix &inVec) const |
Public Member Functions inherited from helayers::SimpleLayer | |
| 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 an encrypted fully connected layer.
The documentation for this class was generated from the following files:
- /opt/IBM/FHE-distro/ML-HElib/src/helayers/simple_nn/SimpleFcLayer.h
- /opt/IBM/FHE-distro/ML-HElib/src/helayers/simple_nn/SimpleFcLayer.cpp
Public Member Functions inherited from
1.8.17