SmartEngine  1.6.0
Public Attributes | List of all members
SmartEngine::ActivationNodeCInfo Struct Reference

Data used to construct an activation node instance More...

#include <CommonNodes.h>

Inheritance diagram for SmartEngine::ActivationNodeCInfo:
SmartEngine::GraphNodeCInfo

Public Attributes

IGraphNodeinput = 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...
 
IContextcontext = nullptr
 Context this node belongs to. Only graph nodes of the same context can be connected. More...
 

Detailed Description

Data used to construct an activation node instance

Member Data Documentation

◆ input

IGraphNode* SmartEngine::ActivationNodeCInfo::input = nullptr

The node to apply an activation on

◆ type

ActivationType SmartEngine::ActivationNodeCInfo::type = ActivationType::None

The type of activation function to apply