From 90846f3c9d8db875522442cfadbd10c7f5710b12 Mon Sep 17 00:00:00 2001 From: hedaoyuan Date: Tue, 1 Aug 2017 19:11:21 +0800 Subject: [PATCH] Add interface description into api documentation. --- doc/api/v2/config/layer.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/api/v2/config/layer.rst b/doc/api/v2/config/layer.rst index daee55b7f9..ec7f1446cf 100644 --- a/doc/api/v2/config/layer.rst +++ b/doc/api/v2/config/layer.rst @@ -198,6 +198,10 @@ identity_projection .. autoclass:: paddle.v2.layer.identity_projection :noindex: +slice_projection +------------------- +.. autoclass:: paddle.v2.layer.slice_projection + :noindex: table_projection ---------------- -- GitLab