index_en.rst 636 字节
Newer Older
1 2 3 4 5 6 7 8
############
Basic Concept
############

This paper introduces the basic concepts of Paddle:

- `Guide to Fluid Programming <./programming_guide/programming_guide_en.html>`_ :introduces the basic concept and usage of Paddle.
- `LoD-Tensor User Guide <lod_tensor_en.html>`_ : LoD-Tensor is a high-level feature of Paddle. It adds sequence information on the basis of tensor and supports processing variable length data.
C
Chen Long 已提交
9
- `Broadcasting <broadcasting_en.html>`_ : introduces Paddle provides broadcasting semantics.
10 11 12 13 14 15

..  toctree::
    :hidden:

    programming_guide/programming_guide_en.md
    lod_tensor_en.rst
C
Chen Long 已提交
16
    broadcasting_en.rst
17 18