• X
    [dy2static] PaddleSOT pr (#54202) · c1913a5f
    xiongkun 提交于
    * add paddle-symbolic-trace to paddle
    
    * add symoblic trace
    
    * delete swp
    
    * support Layer in symbolic trace
    
    * fix test-symbolic-trace, make symbolic trace return a StaticFunction
    
    * template the error message
    
    * fix some unittest
    
    * Modify the execution mode of test
    
    * Modify the module name
    
    * add dy2static unittest decorator
    
    * change some unittest files by @ast_only_test
    
    * fix unittest.
    
    * test-symbolic-trace
    
    * update test_write_python_container.py
    
    * update
    
    * fix test_param_parse.py
    
    * add submodule and ln -sf in cmakefile
    
    * update
    
    * update
    
    * fix some ast only errors
    
    * update
    
    * Polish ut
    
    * fix unittests
    
    * update
    
    * update
    
    * fix unittests
    
    * update
    
    * test warning ast only
    
    * update
    
    * Ast only some uts
    
    * Fix unitests
    
    * test_error ast only
    
    * update
    
    * update
    
    * Support build_strategy for sot
    
    * update
    
    * import sot as a third party module
    
    * update
    
    * update
    
    * Polish code
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    * remove old fluid api and use paddle.nn.relu instead
    
    * fix
    
    * comment the print of ast code
    
    * add try-finally block
    
    * fix dy2static stop-gradient bugs
    
    * fix code
    
    * remove unused submodule and minor codestyle fix
    
    * fix
    
    * fix cast error
    
    * fix interpolate meets int64 in static model
    
    * add evalframe support for py311
    
    * fix
    
    * fix err
    
    * switch ENABLE_FALL_BACK=False
    
    * fix
    
    * Fix CI for some unittest
    
    * add ENABLE_SOT
    
    * remove setup.py dependences
    
    ---------
    Co-authored-by: NNotHaozi <zhangmenghao@baidu.com>
    Co-authored-by: Nfeifei-111 <2364819892@qq.com>
    Co-authored-by: N0x45f <wangzhen45@baidu.com>
    Co-authored-by: NSigureMo <sigure.qaq@gmail.com>
    c1913a5f
test_break_continue.py 7.1 KB