We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3468339 commit 96ea064Copy full SHA for 96ea064
docs/dev_guides/api_contributing_guides/api_docs_guidelines_cn.md
@@ -311,6 +311,7 @@ API 的属性用来描述 API 所包含的属性。如果 API 有属性,每个
311
程序中随机运算符的默认随机种子。0 意味着随机生成随机种子。
312
313
**返回**
314
+
315
int64,返回该 Program 中当前正在使用的 random seed。
316
317
**代码示例**
@@ -335,12 +336,15 @@ API 的方法用来描述 API 所包含的方法,一些类的 API 会有这个
335
336
''''''''''''
337
338
.. py:function:: paddle.Program.parse_from_string(binary_str_type)
339
340
通过对 protobuf 的反序列化,转换成 ``Program``
341
342
**参数**
- binary_str_type (**str**) – protobuf 二进制字符串
343
344
+ - **binary_str_type** (str) – protobuf 二进制字符串
345
346
347
348
``Program``,反序列化后的 ``Program``
349
350
0 commit comments