We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08f4e8d commit d54820aCopy full SHA for d54820a
docs/modules/layers.rst
@@ -13,6 +13,9 @@ Layer list
13
.. autosummary::
14
15
Layer
16
+
17
+ ModelLayer
18
+ LayerList
19
20
Input
21
@@ -131,8 +134,18 @@ Layer list
131
134
Base Layer
132
135
-----------
133
136
137
+Base Layer
138
+^^^^^^^^^^^^^^^^
139
.. autoclass:: Layer
140
141
+Model Layer
142
143
+.. autoclass:: ModelLayer
144
145
+Layer List
146
147
+.. autoclass:: LayerList
148
149
.. -----------------------------------------------------------
150
.. Input Layer
151
0 commit comments