Represents a collection of neural network forward layer descriptors.
More...
Constructs the collection of neural network forward layer descriptors
- Parameters
-
context | Context to manage the collection |
Adds forward layer descriptor to the end of the collection
- Parameters
-
layer | Forward layer descriptor object |
void addNext |
( |
long |
index, |
|
|
long |
next |
|
) |
| |
Adds next layer to the given layer
- Parameters
-
index | index of the layer to add next layer |
next | Index of the next layer |
Releases memory allocated for the native collection object
Implements Disposable.
Gets the forward layer descriptor with the given index from the collection
- Parameters
-
index | Index of the layer descriptor |
- Returns
- Layer descriptor
Adds forward layer descriptor to the end of the collection
- Parameters
-
layer | Forward layer descriptor object |
Gets the size of the collection
- Returns
- Size of the collection
The documentation for this class was generated from the following file: