From 37131e016b55f4ebf7fee3e660d24c13ae9e766a Mon Sep 17 00:00:00 2001 From: zhouwei25 <52485244+zhouwei25@users.noreply.github.com> Date: Tue, 31 Dec 2019 00:09:42 +0800 Subject: [PATCH] fix cn doc error of fluid.dygraph.to_variable,test=develop (#1691) fix cn doc error of fluid.dygraph.to_variable --- doc/fluid/api_cn/dygraph_cn/to_variable_cn.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/fluid/api_cn/dygraph_cn/to_variable_cn.rst b/doc/fluid/api_cn/dygraph_cn/to_variable_cn.rst index d7a4a6b8d..a8bf215fe 100644 --- a/doc/fluid/api_cn/dygraph_cn/to_variable_cn.rst +++ b/doc/fluid/api_cn/dygraph_cn/to_variable_cn.rst @@ -3,7 +3,7 @@ to_variable ------------------------------- -.. py:function:: paddle.fluid.dygraph_to_variable(value, block=None, name=None, zero_copy=None) +.. py:function:: paddle.fluid.dygraph.to_variable(value, block=None, name=None, zero_copy=None) 该函数实现从numpy\.ndarray对象或者Variable对象创建一个 ``Variable`` 类型的对象。 -- GitLab