File tree Expand file tree Collapse file tree 2 files changed +491
-18
lines changed
python/paddle/fluid/layers Expand file tree Collapse file tree 2 files changed +491
-18
lines changed Original file line number Diff line number Diff line change @@ -342,6 +342,12 @@ conv2d
342
342
.. autofunction :: paddle.fluid.layers.conv2d
343
343
:noindex:
344
344
345
+ conv3d
346
+ ------
347
+
348
+ .. autofunction :: paddle.fluid.layers.conv3d
349
+ :noindex:
350
+
345
351
sequence_pool
346
352
-------------
347
353
@@ -366,6 +372,12 @@ pool2d
366
372
.. autofunction :: paddle.fluid.layers.pool2d
367
373
:noindex:
368
374
375
+ pool3d
376
+ ------
377
+
378
+ .. autofunction :: paddle.fluid.layers.pool3d
379
+ :noindex:
380
+
369
381
batch_norm
370
382
----------
371
383
@@ -384,6 +396,13 @@ conv2d_transpose
384
396
.. autofunction :: paddle.fluid.layers.conv2d_transpose
385
397
:noindex:
386
398
399
+ conv3d_transpose
400
+ ----------------
401
+
402
+ .. autofunction :: paddle.fluid.layers.conv2d_transpose
403
+ :noindex:
404
+
405
+
387
406
sequence_expand
388
407
---------------
389
408
You can’t perform that action at this time.
0 commit comments