Class defining descriptor for layer on forward stage.
More...
Constructs an empty layer descriptor with zero index
LayerDescriptor |
( |
const size_t |
index_, |
|
|
const forward::LayerIfacePtr & |
layer_, |
|
|
const NextLayers & |
nextLayers_ |
|
) |
| |
|
inline |
Constructs a layer descriptor from the provided layer object and an index to be assigned to this object, and the collection of indices of the layers following the current layer in the network
- Parameters
-
[in] | index_ | Index of the neural network layer |
[in] | layer_ | Neural network layer |
[in] | nextLayers_ | Layers following the current layer in the network |
LayerDescriptor |
( |
const size_t |
index_, |
|
|
const forward::LayerIfacePtr & |
layer_ |
|
) |
| |
|
inline |
Constructs a layer descriptor from the provided layer object and an index to be assigned to this object
- Parameters
-
[in] | index_ | Index of the neural network layer |
[in] | layer_ | Neural network layer |
services::Status addNext |
( |
size_t |
index | ) |
|
|
inline |
Adds index of a layer to the list of next layers
- Parameters
-
- Returns
- Status of computations
Access to the index of the layer in the network
- Returns
- Index of the layer in the network
const forward::LayerIfacePtr& layer |
( |
| ) |
const |
|
inline |
Access to the layer in the network
- Returns
- The layer in the network
const NextLayers& nextLayers |
( |
| ) |
const |
|
inline |
Access to the collection of indices of the layers following the current layer in the network
- Returns
- The collection of indices of the layers following the current layer in the network
The documentation for this class was generated from the following file: