|
SmartEngine
1.6.0
|
Pool constructor info More...
#include <Pooling.h>
Public Attributes | |
| IGraphNode * | input = nullptr |
| The input into this pool. More... | |
| PoolType | type = PoolType::Max |
| The type of pooling to apply. More... | |
| int | inputWidth = -1 |
| Input width. If the previous layer is a Conv2D layer, you can set this to -1 to have it auto-calculated. More... | |
| int | inputHeight = -1 |
| Input height. If the previous layer is a Conv2D layer, you can set this to -1 to have it auto-calculated. 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... | |
Pool constructor info
| IGraphNode* SmartEngine::PoolingLayerCInfo::input = nullptr |
The input into this pool.
| int SmartEngine::PoolingLayerCInfo::inputHeight = -1 |
Input height. If the previous layer is a Conv2D layer, you can set this to -1 to have it auto-calculated.
| int SmartEngine::PoolingLayerCInfo::inputWidth = -1 |
Input width. If the previous layer is a Conv2D layer, you can set this to -1 to have it auto-calculated.
| PoolType SmartEngine::PoolingLayerCInfo::type = PoolType::Max |
The type of pooling to apply.