####################### Dygraph to Static Graph ####################### - `Dygraph to Static Graph `_ :Introduce the basic usage for transforming dygraph code into static code and the architecture of ProgramTranslator. - `Supported Grammars `_ :Introduce the grammars supported by ProgramTranslator and list unsupported grammars. - `Introduction of InputSpec `_ :Introduce the usage of InputSpec to specify the input signature from dygraph to static program. - `Error Handling `_ :Introduce the error handling by ProgramTranslator. - `Debugging Methods `_ :Introduce the debugging methods when using ProgramTranslator. - `Error Handling `_ :Introduce the error handling by ProgramTranslator. - `Debugging Methods `_ :Introduce the debugging methods when using ProgramTranslator. .. toctree:: :hidden: program_translator_en.rst grammar_list_en.rst input_spec_en.rst error_handling_en.md debugging_en.md