File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -262,6 +262,13 @@ You can browse the above examples here.
262262Tensors
263263-------
264264
265+ .. toctree ::
266+ :maxdepth: 2
267+ :hidden:
268+
269+ /beginner/examples_tensor/two_layer_net_numpy
270+ /beginner/examples_tensor/two_layer_net_tensor
271+
265272.. galleryitem :: /beginner/examples_tensor/two_layer_net_numpy.py
266273
267274.. galleryitem :: /beginner/examples_tensor/two_layer_net_tensor.py
@@ -273,6 +280,15 @@ Tensors
273280Autograd
274281--------
275282
283+ .. toctree ::
284+ :maxdepth: 2
285+ :hidden:
286+
287+ /beginner/examples_autograd/two_layer_net_autograd
288+ /beginner/examples_autograd/two_layer_net_custom_function
289+ /beginner/examples_autograd/tf_two_layer_net
290+
291+
276292.. galleryitem :: /beginner/examples_autograd/two_layer_net_autograd.py
277293
278294.. galleryitem :: /beginner/examples_autograd/two_layer_net_custom_function.py
@@ -286,6 +302,16 @@ Autograd
286302`nn ` module
287303-----------
288304
305+ .. toctree ::
306+ :maxdepth: 2
307+ :hidden:
308+
309+ /beginner/examples_nn/two_layer_net_nn
310+ /beginner/examples_nn/two_layer_net_optim
311+ /beginner/examples_nn/two_layer_net_module
312+ /beginner/examples_nn/dynamic_net
313+
314+
289315.. galleryitem :: /beginner/examples_nn/two_layer_net_nn.py
290316
291317.. galleryitem :: /beginner/examples_nn/two_layer_net_optim.py
You can’t perform that action at this time.
0 commit comments