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

Unpool constructor info More...

#include <Pooling.h>

Inheritance diagram for SmartEngine::UnpoolingLayerCInfo:
SmartEngine::GraphNodeCInfo

Public Attributes

IGraphNodeinput = nullptr
 The input into this pool. More...
 
IPoolingLayerpoolingLayer = nullptr
 Reference to the original pooling layer. This is used to determine which of the output components to activate. 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

Unpool constructor info

Member Data Documentation

◆ input

IGraphNode* SmartEngine::UnpoolingLayerCInfo::input = nullptr

The input into this pool.

◆ poolingLayer

IPoolingLayer* SmartEngine::UnpoolingLayerCInfo::poolingLayer = nullptr

Reference to the original pooling layer. This is used to determine which of the output components to activate.