Contains list of layer indices of layers following the current layer.
More...
def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
- Variant 1
- Deprecated:
- This item will be removed in a future release.
- Variant 2
Constructs the list of layer indices by copying the indices from another list of layer indices
- Parameters
-
other | List of layer indices to use as the source to initialize the list of layer indices of layers following the current layer |
- Deprecated:
- This item will be removed in a future release.
- Variant 3
Constructs the list of layer indices from one index of the next layer
- Parameters
-
index1 | First index of the next layer |
- Deprecated:
- This item will be removed in a future release.
- Variant 4
Constructs the list of layer indices from two indices of the next layers
- Parameters
-
index1 | First index of the next layer |
index2 | Second index of the next layer |
- Deprecated:
- This item will be removed in a future release.
- Variant 5
Constructs the list of layer indices from three indices of the next layers
- Parameters
-
index1 | First index of the next layer |
index2 | Second index of the next layer |
index3 | Third index of the next layer |
- Deprecated:
- This item will be removed in a future release.
- Variant 6
Constructs the list of layer indices from four indices of the next layers
- Parameters
-
index1 | First index of the next layer |
index2 | Second index of the next layer |
index3 | Third index of the next layer |
index4 | Fourth index of the next layer |
- Deprecated:
- This item will be removed in a future release.
- Variant 7
Constructs the list of layer indices from five indices of the next layers
- Parameters
-
index1 | First index of the next layer |
index2 | Second index of the next layer |
index3 | Third index of the next layer |
index4 | Fourth index of the next layer |
index5 | Fifth index of the next layer |
- Deprecated:
- This item will be removed in a future release.
- Variant 8
Constructs the list of layer indices from six indices of the next layers
- Parameters
-
index1 | First index of the next layer |
index2 | Second index of the next layer |
index3 | Third index of the next layer |
index4 | Fourth index of the next layer |
index5 | Fifth index of the next layer |
index6 | Sixth index of the next layer |
- Deprecated:
- This item will be removed in a future release.
def __getitem__ |
( |
|
self, |
|
|
|
i |
|
) |
| |
def __setitem__ |
( |
|
self, |
|
|
|
i, |
|
|
|
v |
|
) |
| |
Adds an element to the end of the collection
- Parameters
-
- Deprecated:
- This item will be removed in a future release.
def push_back |
( |
|
self, |
|
|
|
index |
|
) |
| |
Adds an element to the end of the collection
- Parameters
-
- Deprecated:
- This item will be removed in a future release.
Size of the list of indices
- Returns
- Size of the list of indices
- Deprecated:
- This item will be removed in a future release.
The documentation for this class was generated from the following file:
- algorithms/neural_networks/layers/__init__.py