提交 e8ebfa0b 编写于 作者: L Leo Chen 提交者: Zeng Jinle

update LoDTensorArray_cn, test=document_preview (#1195)

上级 d328dafc
......@@ -5,7 +5,7 @@ LoDTensorArray
.. py:class:: paddle.fluid.LoDTensorArray
LoDTensor的数组
LoDTensorArray是由LoDTensor组成的数组,支持"[]"运算符、len()函数和for迭代等
**示例代码**
......@@ -15,9 +15,16 @@ LoDTensor的数组。
arr = fluid.LoDTensorArray()
.. py:method:: append(self: paddle.fluid.core_avx.LoDTensorArray, tensor: paddle.fluid.core.LoDTensor) → None
将LoDTensor追加到LoDTensorArray后。
该接口将LoDTensor追加到LoDTensorArray后。
参数:
- **tensor** (LoDTensor) - 追加的LoDTensor。
返回:无。
**示例代码**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册