|
SmartEngine
1.6.0
|
Unpool constructor info More...
#include <Pooling.h>
Public Attributes | |
| IGraphNode * | input = nullptr |
| The input into this pool. More... | |
| IPoolingLayer * | poolingLayer = 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... | |
| IContext * | context = nullptr |
| Context this node belongs to. Only graph nodes of the same context can be connected. More... | |
Unpool constructor info
| IGraphNode* SmartEngine::UnpoolingLayerCInfo::input = nullptr |
The input into this pool.
| IPoolingLayer* SmartEngine::UnpoolingLayerCInfo::poolingLayer = nullptr |
Reference to the original pooling layer. This is used to determine which of the output components to activate.