未验证 提交 92103d68 编写于 作者: S Shan Yi 提交者: GitHub

Merge pull request #223 from tink2123/add_index_for_lod

add index for lod_tensor
......@@ -55,3 +55,14 @@ Fluid提供PyReader异步数据传入方式,数据传入与模型训练/预测
:maxdepth: 2
use_py_reader.rst
LoD-Tensor简介
#####################
LoD-Tensor是Fluid中特有的概念,它在Tensor基础上附加了序列信息,支持处理变长数据。具体请参考:
.. toctree::
:maxdepth:2
lod_tensor.md
\ No newline at end of file
......@@ -73,7 +73,7 @@ Fluid引入了一个索引数据结构(LoD)来将张量分割成序列。
模型参数只是一个普通的张量,在Fluid中它们被表示为一个0-level LoD-Tensor。
<a name="#LoDTensor的偏移表示"></a>
## LoDTensor的偏移表示
为了快速访问基本序列,Fluid提供了一种偏移表示的方法——保存序列的开始和结束元素,而不是保存长度。
......@@ -178,6 +178,7 @@ place = fluid.CPUPlace()
exe = fluid.Executor(place)
exe.run(fluid.default_startup_program())
```
<a name="#准备数据"></a>
**准备数据**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册