LoopTransformer

class paddle.fluid.dygraph.dygraph_to_static.loop_transformer. LoopTransformer ( wrapper_root ) [source]

This class transforms python while/for statement into Static Graph Ast

generic_visit ( node )

generic_visit

Called if no explicit visitor function exists for a node.

visit ( node )

visit

Visit a node.