From 731be8461f2438de8072ad2141923169088bdba2 Mon Sep 17 00:00:00 2001 From: Cheerego <35982308+shanyi15@users.noreply.github.com> Date: Sun, 28 Apr 2019 20:14:02 +0800 Subject: [PATCH] Update commitid paddle 0428 (#838) * update_commitid_Paddle_0428 * run gen_doc --- doc/fluid/api/layers.rst | 8 ++++++++ external/Paddle | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/fluid/api/layers.rst b/doc/fluid/api/layers.rst index 1a8218801..2a93d60bc 100644 --- a/doc/fluid/api/layers.rst +++ b/doc/fluid/api/layers.rst @@ -351,6 +351,14 @@ clip_by_norm .. autofunction:: paddle.fluid.layers.clip_by_norm :noindex: +.. _api_fluid_layers_continuous_value_model: + +continuous_value_model +---------------------- + +.. autofunction:: paddle.fluid.layers.continuous_value_model + :noindex: + .. _api_fluid_layers_conv2d: conv2d diff --git a/external/Paddle b/external/Paddle index 2ff867f88..ef02d0605 160000 --- a/external/Paddle +++ b/external/Paddle @@ -1 +1 @@ -Subproject commit 2ff867f88628e9cb8b76eaf79045eca0f52e5b85 +Subproject commit ef02d06055c79ae9ee11ea9b89520d7185e53482 -- GitLab