|
SmartEngine
1.6.0
|
Data used to construct an activation node instance More...
#include <CommonNodes.h>
Public Attributes | |
| IGraphNode * | input = nullptr |
| The node to apply an activation on More... | |
| ActivationType | type = ActivationType::None |
| The type of activation function to apply More... | |
Public Attributes inherited from SmartEngine::GraphNodeCInfo | |
| const char * | name = nullptr |
| The name of this node. More... | |
| IContext * | context = nullptr |
| Context this node belongs to. Only graph nodes of the same context can be connected. More... | |
Data used to construct an activation node instance
| IGraphNode* SmartEngine::ActivationNodeCInfo::input = nullptr |
The node to apply an activation on
| ActivationType SmartEngine::ActivationNodeCInfo::type = ActivationType::None |
The type of activation function to apply