File tree Expand file tree Collapse file tree 5 files changed +263
-155
lines changed
python/paddle/fluid/transpiler Expand file tree Collapse file tree 5 files changed +263
-155
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
python gen_doc.py layers --submodules control_flow device io nn ops tensor detection learning_rate_scheduler metric > layers.rst
3
3
4
- for module in data_feeder clip metrics executor initializer io nets optimizer param_attr profiler regularizer
4
+ for module in data_feeder clip metrics executor initializer io nets optimizer param_attr profiler regularizer transpiler
5
5
do
6
6
python gen_doc.py ${module} > ${module} .rst
7
7
done
Original file line number Diff line number Diff line change
1
+ .. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
2
+ !DO NOT EDIT THIS FILE MANUALLY!
3
+
4
+ ==========
5
+ transpiler
6
+ ==========
7
+
8
+ DistributeTranspiler
9
+ --------------------
10
+
11
+ .. autoclass :: paddle.fluid.transpiler.DistributeTranspiler
12
+ :members:
13
+ :noindex:
14
+
15
+ InferenceTranspiler
16
+ -------------------
17
+
18
+ .. autoclass :: paddle.fluid.transpiler.InferenceTranspiler
19
+ :members:
20
+ :noindex:
21
+
22
+ memory_optimize
23
+ ---------------
24
+
25
+ .. autofunction :: paddle.fluid.transpiler.memory_optimize
26
+ :noindex:
27
+
28
+ release_memory
29
+ --------------
30
+
31
+ .. autofunction :: paddle.fluid.transpiler.release_memory
32
+ :noindex:
33
+
34
+ HashName
35
+ --------
36
+
37
+ .. autoclass :: paddle.fluid.transpiler.HashName
38
+ :members:
39
+ :noindex:
40
+
41
+ RoundRobin
42
+ ----------
43
+
44
+ .. autoclass :: paddle.fluid.transpiler.RoundRobin
45
+ :members:
46
+ :noindex:
You can’t perform that action at this time.
0 commit comments