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

Data used to construct an IGraphNode instance More...

#include <GraphNode.h>

Inheritance diagram for SmartEngine::GraphNodeCInfo:
SmartEngine::ActivationNodeCInfo SmartEngine::ChoiceNodeCInfo SmartEngine::ConcatNodeCInfo SmartEngine::Conv2DLayerCInfo SmartEngine::ExtractNodeCInfo SmartEngine::GraphComponentCInfo SmartEngine::GraphInputCInfo SmartEngine::LossCInfo SmartEngine::MaximumNodeCInfo SmartEngine::MinimumNodeCInfo SmartEngine::MultiplexerNodeCInfo SmartEngine::NeuronLayerCInfo SmartEngine::NormalNodeCInfo SmartEngine::ParameterCInfo SmartEngine::PoolingLayerCInfo SmartEngine::StopGradientNodeCInfo SmartEngine::UnpoolingLayerCInfo

Public Attributes

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 IGraphNode instance

Member Data Documentation

◆ context

IContext* SmartEngine::GraphNodeCInfo::context = nullptr

Context this node belongs to. Only graph nodes of the same context can be connected.

◆ name

const char* SmartEngine::GraphNodeCInfo::name = nullptr

The name of this node.