-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
80 changed files
with
531 additions
and
139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../v2/build_and_install/build_from_source_cn.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../v2/build_and_install/build_from_source_en.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../v2/build_and_install/docker_install_cn.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../v2/build_and_install/docker_install_en.rst |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../v2/build_and_install/index_cn.rst |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../v2/build_and_install/index_en.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../v2/build_and_install/pip_install_cn.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../v2/build_and_install/pip_install_en.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
梯度更新算法 | ||
------------ | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
parameter_average.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Gradient Update Algorithm | ||
-------------------------------------- | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
parameter_average.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
核心概念 | ||
------------- | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
README.md | ||
cpp_data_feeding.md | ||
functions_operators_layers.md | ||
program.md | ||
variable.md | ||
var_desc.md | ||
tensor.md | ||
tensor_array.md | ||
lod_tensor.md | ||
block.md | ||
scope.md | ||
executor.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Core Concepts | ||
-------------------------------------- | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
README.md | ||
cpp_data_feeding.md | ||
functions_operators_layers.md | ||
program.md | ||
variable.md | ||
var_desc.md | ||
tensor.md | ||
tensor_array.md | ||
lod_tensor.md | ||
block.md | ||
scope.md | ||
executor.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
并发编程 | ||
------------ | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
concurrent_programming.md | ||
parallel_do.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Concurrent Programming | ||
------------------------- | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
concurrent_programming.md | ||
parallel_do.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
数据类型 | ||
------------ | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
float16.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Data Type | ||
------------ | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
float16.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
分布式训练 | ||
------------ | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
distributed_architecture.md | ||
distributed_lookup_table_design.md | ||
parameter_server.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Distributed Training | ||
--------------------- | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
distributed_architecture.md | ||
distributed_lookup_table_design.md | ||
parameter_server.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
动态RNN | ||
------------ | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
rnn.md | ||
rnn_design.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Dynamic RNN | ||
------------ | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
rnn.md | ||
rnn_design.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
执行流程 | ||
------------- | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
switch.md | ||
if_else_op.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Execution Process | ||
-------------------------------------- | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
switch.md | ||
if_else_op.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,19 @@ | ||
设计思想 | ||
------------ | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
motivation/index_cn.rst | ||
execution/index_cn.rst | ||
concepts/index_cn.rst | ||
data_type/index_cn.rst | ||
memory/index_cn.rst | ||
muti_devices/index_cn.rst | ||
dynamic_rnn/index_cn.rst | ||
concurrent/index_cn.rst | ||
algorithm/index_cn.rst | ||
network/index_cn.rst | ||
modules/index_cn.rst | ||
interface/index_cn.rst | ||
dist_train/index_cn.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,19 @@ | ||
Design | ||
------------ | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
motivation/index_en.rst | ||
execution/index_en.rst | ||
concepts/index_en.rst | ||
data_type/index_en.rst | ||
memory/index_en.rst | ||
muti_devices/index_en.rst | ||
dynamic_rnn/index_en.rst | ||
concurrent/index_en.rst | ||
algorithm/index_en.rst | ||
network/index_en.rst | ||
modules/index_en.rst | ||
interface/index_en.rst | ||
dist_train/index_en.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
多语言接口 | ||
------------ | ||
|
||
TBD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Multi-Language Interface | ||
----------------------- | ||
|
||
TBD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
内存管理 | ||
------------ | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
memory_optimization.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Memory Management | ||
------------------- | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
memory_optimization.md |
Oops, something went wrong.