1. 12 8月, 2020 1 次提交
  2. 10 8月, 2020 1 次提交
  3. 06 8月, 2020 1 次提交
  4. 03 8月, 2020 1 次提交
    • W
      remove all op with out args (#25570) · 12bed4a9
      WuHaobo 提交于
      * test=develop,test=document_fix, remove the out args
      
      * Revert "test=develop,test=document_fix, remove the out args"
      
      This reverts commit f430799b.
      
      * test=develop,test=document_fix, remove the out args
      
      * remove all  the out args
      
      * remove all  the out args
      
      * test=develop, remove all  the out args
      
      * test=develop, remove all  the out args
      
      * test=develop, remove out args in matmul testcase
      
      * test=develop, fix the bugs of out args testcase in logsumexp
      
      * test=develop, fix the bugs of out args testcase in elementwise_add
      
      * test=develop, fix the bugs of out args testcase in elementwise_div
      
      * test=develop, fix the bugs of out args testcase in activation
      
      * test=develop, fix the bugs of out args testcase in addcmul
      
      * test=develop, fix the bugs of out args
      
      * test=develop, fix the bugs of out args in API example
      
      * test=develop, fix the bugs of out args in kron testcase
      
      * test=develop, fix the bugs of out args in kron testcase
      
      * test=develop, remove out args
      
      * test=develop, remove out args
      
      * test=develop, fix the coverage
      
      * test=develop, polish codestyle
      
      * test=develop, Update math.py
      
      * test=develop, polish codestyle
      
      * test=develop, polish codestyle
      
      * test=develop, polish codestyle
      
      * test=develop, polish codestyle
      
      * test=develop, polish the test_activation_op.py
      
      * test=develop, Update math.py
      
      * test=develop, fix the failed CI
      
      * test=develop, add core.ops
      
      * test=develop, add core.ops change clamp to clip
      
      * test=develop, add core.ops change clamp to clip
      
      * test=develop, write testcase for clamp OP
      12bed4a9
  5. 31 7月, 2020 1 次提交
  6. 28 7月, 2020 2 次提交
  7. 27 7月, 2020 1 次提交
  8. 24 7月, 2020 1 次提交
    • Q
      Refine Model of high level API (#25559) · b5f8784c
      qingqing01 提交于
      * Refine Model
      
      1. Take the network (instance of Layer) as the input of Model.
      2. Refine set_dict/load_dict of Layer.
      3. Refine Input interface, so update code sample about Input
      b5f8784c
  9. 23 7月, 2020 2 次提交
  10. 21 7月, 2020 1 次提交
  11. 20 7月, 2020 3 次提交
    • T
      update patchelf to v0.10 (#25504) · 273ee7d3
      Tao Luo 提交于
      273ee7d3
    • Y
      Add check for setting TIMEOUT properties,test=develop (#25415) · a0902a23
      YUNSHEN XIE 提交于
      * add add checker for seting parameter RUNTYPE to EXCLUSIVE or DIST. test=develop
      
      * add checker for seting parameter RUNTYPE to EXCLUSIVE or DIST. test=develop
      
      * add check for setting TIMEOUT properties, test=develop
      
      * add check for setting TIMEOUT properties, or setting parameter RUN_TYPE to EXCLUSIVE or DIST,test=document_fix test=develop
      
      * add check for setting TIMEOUT properties, or setting parameter RUN_TYPE to EXCLUSIVE or DIST,test=document_fix test=develop
      
      * modify the github wiki link,test=document_fix test=develop
      a0902a23
    • F
      Remove the obsolete Dockerfile file (#25604) · 166a1ded
      feng626 提交于
      166a1ded
  12. 16 7月, 2020 2 次提交
  13. 08 7月, 2020 2 次提交
  14. 07 7月, 2020 2 次提交
  15. 06 7月, 2020 1 次提交
  16. 29 6月, 2020 1 次提交
  17. 12 6月, 2020 1 次提交
  18. 11 6月, 2020 1 次提交
  19. 08 6月, 2020 1 次提交
  20. 04 6月, 2020 2 次提交
  21. 03 6月, 2020 1 次提交
  22. 27 5月, 2020 2 次提交
  23. 26 5月, 2020 1 次提交
  24. 25 5月, 2020 2 次提交
    • C
      Add pr checker for ut (#24628) · 33fc690f
      chalsliu 提交于
      * Add pr checker for ut
      
      test=develop
      
      * Change approvers for ut spec checking
      
      test=document_fix
      
      * Change approvers for ut spec checking
      
      test=develop
      test=document_fix
      
      * Add comments
      
      test=develop
      test=document_fix
      
      * Refine error message
      
      test=develop
      test=document_fix
      33fc690f
    • C
      Polish reader folder error message (#24698) · 7fa9f16c
      Chen Weihang 提交于
      * polish reader error message, test=develop
      
      * fix detail error, test=develop
      
      * reset activation dcudnn change, test=develop
      7fa9f16c
  25. 21 5月, 2020 1 次提交
  26. 20 5月, 2020 2 次提交
  27. 18 5月, 2020 2 次提交
  28. 14 5月, 2020 1 次提交
    • G
      Add hapi.text and corresponding unit test. (#24457) · aa02e347
      Guo Sheng 提交于
      * Add hapi.text and corresponding unit test.
      test=develop
      
      * Remove hapi.text apis' reuse parameter args for coverage.
      test=develop
      
      * Fix TransformerCell and TransformerBeamSearchDecoder example codes.
      test=develop
      
      * Fix example codes in hapi.text.
      test=develop
      
      * Add some apis in hapi.text into example code white list.
      test=develop
      
      * Fix example code of DynamicDecode in hapi.text.
      text=develop
      
      * Rename Model.self as model in test_text.py
      test=develop
      aa02e347