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

Conv2D layer constructor info More...

#include <Conv2D.h>

Inheritance diagram for SmartEngine::Conv2DLayerCInfo:
SmartEngine::GraphNodeCInfo

Public Attributes

Conv2DType type = Conv2DType::Conv2D
 The type of convolution to apply. More...
 
ActivationType activationType = ActivationType::None
 The activation to apply on the layer. More...
 
IGraphNodeinput = nullptr
 The input into this convolution. More...
 
Conv2DInfo info
 General convolution info. More...
 
float weightStandardDeviation = 1.0f
 The standard deviation to use when randomizing the filter weights. 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

Conv2D layer constructor info

Member Data Documentation

◆ activationType

ActivationType SmartEngine::Conv2DLayerCInfo::activationType = ActivationType::None

The activation to apply on the layer.

◆ info

Conv2DInfo SmartEngine::Conv2DLayerCInfo::info

General convolution info.

◆ input

IGraphNode* SmartEngine::Conv2DLayerCInfo::input = nullptr

The input into this convolution.

◆ type

Conv2DType SmartEngine::Conv2DLayerCInfo::type = Conv2DType::Conv2D

The type of convolution to apply.

◆ weightStandardDeviation

float SmartEngine::Conv2DLayerCInfo::weightStandardDeviation = 1.0f

The standard deviation to use when randomizing the filter weights.