Graphitti
A toolkit/software architecture to ease creating high-performance neural network simulators
|
Public Member Functions | |
virtual | ~IFunctionNode ()=default |
Destructor. | |
virtual bool | invokeFunction (const Operations::op &operation) const =0 |
Invokes the stored function if the sent operation type matches the operation type the function is stored as. | |
Protected Attributes | |
Operations::op | operationType_ |
The operation type of the stored function. | |
Definition at line 16 of file IFunctionNode.h.
|
pure virtual |
Invokes the stored function if the sent operation type matches the operation type the function is stored as.
Implemented in GenericFunctionNode.
|
protected |
The operation type of the stored function.
Definition at line 26 of file IFunctionNode.h.