From 5e7527da16159c73a04fda3903b21bc19f1e4be2 Mon Sep 17 00:00:00 2001 From: zsdonghao Date: Wed, 18 Apr 2018 14:52:28 +0100 Subject: [PATCH] update pad docs to autoclass --- docs/modules/layers.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/modules/layers.rst b/docs/modules/layers.rst index 618727c80..7e03e4d08 100644 --- a/docs/modules/layers.rst +++ b/docs/modules/layers.rst @@ -559,15 +559,15 @@ Pooling layer for any dimensions and any pooling functions. 1D Zero padding ^^^^^^^^^^^^^^^^^^^ -.. autofunction:: ZeroPad1d +.. autoclass:: ZeroPad1d 2D Zero padding ^^^^^^^^^^^^^^^^^^^ -.. autofunction:: ZeroPad2d +.. autoclass:: ZeroPad2d 3D Zero padding ^^^^^^^^^^^^^^^^^^^ -.. autofunction:: ZeroPad3d +.. autoclass:: ZeroPad3d 1D Max pooling ^^^^^^^^^^^^^^^^^^^