1. 30 7月, 2020 6 次提交
  2. 29 7月, 2020 6 次提交
  3. 28 7月, 2020 6 次提交
  4. 27 7月, 2020 3 次提交
  5. 24 7月, 2020 7 次提交
  6. 23 7月, 2020 4 次提交
  7. 22 7月, 2020 3 次提交
  8. 21 7月, 2020 5 次提交
    • L
      add ci check for changing op-related api without core.ops, test=develop (#25596) · 1ab4101d
      Leo Chen 提交于
      * add ci check for changing op-related api without core.ops, test=develop
      
      * generate api_source_md5 file when build, test=develop
      
      * add failed example, test=develop
      
      * add failed example, test=develop
      
      * handle exception, test=develop
      1ab4101d
    • S
      add op multiply, delete op elementwise_mul from math.py. (#25480) · e3736d73
      Shibo Tao 提交于
      * add op multiply, delete op elementwise_mul from math.py. test=develop,test=document_fix
      
      * bug fix. test=develop,test=document_fix
      
      * bug fix. test=develop,test=document_fix
      
      * bug fix. test=develop,test=document_fix
      
      * bug fix. test=develop,test=document_fix
      
      * add unittest for multiply op. test=develop.
      
      * fix code style. test=develop
      
      * use random input. test=develop
      
      * add test error case for static computation graph. test=develop
      
      * add np.random.seed(7)
      
      * increase input ndarray size. test=develop
      
      * change float32 to float64. test=develop
      e3736d73
    • H
      [Dy2stat] Modify print for dynamic type (#25612) · 60da8854
      Huihuang Zheng 提交于
      Modify the print in Dy2stat for dynamic type. Unit test is covered in old test_print.py
      60da8854
    • A
      dfe4e67e
    • A
      [Dy2Stat] Fix scope in run_program_op (#25579) · ca1185d0
      Aurelius84 提交于
      * add reinforcement learning model test=develop
      
      * align backward test=develop
      
      * add gym in paddle_build.sh test=develop
      
      * rm pip install in script test=develop
      
      * refine paddle_build.sh test=develop
      
      * fix sed error in macOS test=develop
      
      * polish code test=develop
      
      * fix scope problem
      
      * refine code by reviewer comment
      ca1185d0