1. 30 7月, 2020 9 次提交
  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 2 次提交
    • 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