index_en.rst 898 字节
Newer Older
1 2 3 4 5 6
#######################
Dygraph to Static Graph
#######################

- `Dygraph to Static Graph <program_translator_cn.html>`_ :Introduce the basic usage for transforming dygraph code into static code and the architecture of ProgramTranslator.

A
Aurelius84 已提交
7 8 9 10 11 12 13
- `Supported Grammars <grammar_list_en.html>`_ :Introduce the grammars supported by ProgramTranslator and list unsupported grammars.

- `Introduction of InputSpec <input_spec_en.html>`_ :Introduce the usage of InputSpec to specify the input signature from dygraph to static program.

- `Error Handling <error_handling_en.html>`_ :Introduce the error handling by ProgramTranslator.

- `Debugging Methods <debugging_en.html>`_ :Introduce the debugging methods when using ProgramTranslator.
14 15 16 17 18

..  toctree::
    :hidden:

    program_translator_en.rst
A
Aurelius84 已提交
19 20 21 22
    grammar_list_en.rst
    input_spec_en.rst
    error_handling_en.md
    debugging_en.md
23