From ab5bda3c7fe69a902a6157e1ea6d1b1afd61b237 Mon Sep 17 00:00:00 2001 From: Yamane Sasuke Date: Wed, 14 Jun 2017 20:49:45 +0900 Subject: [PATCH] Add F.pad_sequence to the reference --- docs/source/reference/functions.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/reference/functions.rst b/docs/source/reference/functions.rst index 357d81e9bfc5..69ddef80fe9a 100644 --- a/docs/source/reference/functions.rst +++ b/docs/source/reference/functions.rst @@ -69,6 +69,7 @@ Array manipulations chainer.functions.hstack chainer.functions.im2col chainer.functions.pad + chainer.functions.pad_sequence chainer.functions.permutate chainer.functions.reshape chainer.functions.resize_images