1. 10 10月, 2020 1 次提交
  2. 29 9月, 2020 1 次提交
  3. 27 9月, 2020 1 次提交
  4. 25 9月, 2020 1 次提交
  5. 14 9月, 2020 1 次提交
  6. 27 8月, 2020 1 次提交
  7. 22 8月, 2020 3 次提交
  8. 21 8月, 2020 2 次提交
  9. 20 8月, 2020 1 次提交
  10. 19 8月, 2020 1 次提交
    • Q
      elu gelu relu logsigmoid, test=develop (#26304) · 61800f4a
      Qi Li 提交于
      * logsigmoid and LogSigmoid, test=develop
      
      * add elu gelu relu, test=develop
      
      * update to_variable to to_tensor, test=develop
      
      * address review comments, test=develop
      
      * address review comments, test=develop
      
      * change to_variable to to_tensor in test, test=develop
      61800f4a
  11. 17 8月, 2020 1 次提交
  12. 14 8月, 2020 1 次提交
  13. 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
  14. 23 7月, 2020 1 次提交
    • C
      New features, add sinh and cosh op, test=develop (#25495) · 70cee22f
      cnn 提交于
      * New features, add sinh and cosh op, test=develop
      
      * remove duplicate test function and remove out paramters, test=develop
      
      * Add out paramters temporary, remove later. test=develop
      
      * remove out args, PR 25570, test=develop
      
      * remove TestParameter, test=developx
      
      * add test api for static dygraph, test=develop
      
      * add backword unittests for sinh and cosh, test=develop
      70cee22f
  15. 16 7月, 2020 1 次提交
  16. 15 4月, 2020 1 次提交
  17. 14 4月, 2020 1 次提交
  18. 12 4月, 2020 3 次提交
  19. 11 4月, 2020 1 次提交
  20. 10 4月, 2020 2 次提交
  21. 09 4月, 2020 1 次提交
  22. 05 4月, 2020 1 次提交
  23. 04 4月, 2020 1 次提交
  24. 17 3月, 2020 1 次提交
  25. 08 1月, 2020 1 次提交
    • Z
      all cases use large shape (#22102) · f2f91307
      zhupengyang 提交于
      enhanced ops: acos, asin, brelu, ceil, cos, elu, floor, hard_shrink,
      hard_sigmoid, hard_swish, relu6, round, rsqrt, sin, softshrink,
      cos_sim, cross_entropy, im2squence, kldiv_loss
      f2f91307
  26. 19 12月, 2019 2 次提交
  27. 12 12月, 2019 1 次提交
  28. 04 12月, 2019 1 次提交
  29. 11 10月, 2019 1 次提交
  30. 09 10月, 2019 1 次提交
  31. 17 9月, 2019 1 次提交
    • L
      fix pow op, support tensor for agument factor. (#19313) · 677e7144
      liym27 提交于
      improve pow op according to reviews:
      1. Delete unnecessary judgement statements in PowGradOpDescMaker;
      2. Improve test of test_api;
      
      overload GetKernelTypeForVar
      
      add stop_gradient=True when attr(factor) is tensor Variable, change examples in API pow.
      test=develop,test=document_preview
      677e7144
  32. 12 8月, 2019 1 次提交
    • H
      Add hard swish op (new op) (#19001) · 20f18930
      huangjun12 提交于
      * add hard_swish activation op (new op)
      test=develop
      
      * remove redundancy files
      
      * modify document content of HardSwish OP
      
      * add API test in test_layers.py
      
      * add dynamic_graph for test_hard_swish
      20f18930
  33. 26 7月, 2019 1 次提交