DeepCL  SNAPSHOT
Deep convolutional neural networks using OpenCL
Public Member Functions | Static Public Member Functions | List of all members
InputLayerMaker Class Reference

Use to create an InputLayer, which can be added to a NeuralNet. More...

Inherits LayerMaker2.

Public Member Functions

publicapi InputLayerMaker ()
 
publicapi InputLayerMakernumPlanes (int _numPlanes)
 
publicapi InputLayerMakerimageSize (int _imageSize)
 

Static Public Member Functions

static publicapi InputLayerMakerinstance ()
 

Detailed Description

Use to create an InputLayer, which can be added to a NeuralNet.

This is the first layer in any network, and can receive one batch of data, that we want to forward-forward

Public API

Constructor & Destructor Documentation

publicapi InputLayerMaker::InputLayerMaker ( )
inline
Public API

Member Function Documentation

publicapi InputLayerMaker* InputLayerMaker::numPlanes ( int  _numPlanes)
inline
Public API
publicapi InputLayerMaker* InputLayerMaker::imageSize ( int  _imageSize)
inline
Public API
static publicapi InputLayerMaker* InputLayerMaker::instance ( )
inlinestatic
Public API

The documentation for this class was generated from the following files: