1. 27 11月, 2020 1 次提交
  2. 26 11月, 2020 1 次提交
  3. 19 11月, 2020 1 次提交
  4. 12 11月, 2020 1 次提交
  5. 27 9月, 2020 1 次提交
  6. 25 9月, 2020 1 次提交
  7. 31 8月, 2020 3 次提交
  8. 22 8月, 2020 1 次提交
  9. 20 8月, 2020 1 次提交
  10. 14 8月, 2020 5 次提交
  11. 13 8月, 2020 1 次提交
    • L
      [OpDevOptimize] Add common infershape functions (#26096) · ffe52b44
      Leo Chen 提交于
      * add unchaged infershape function
      
      * add broadcast infershape function
      
      * fix bug
      
      * rename infershape functions
      
      * add UnaryOpUnchangedInferShapeCheckAxis
      
      * add error message
      
      * add test for common infer shape functions
      
      * dont update existed ops
      
      * dont update op_desc.h
      
      * add more test
      
      * add error check, refine error message
      ffe52b44
  12. 10 8月, 2020 1 次提交
  13. 08 8月, 2020 1 次提交
    • F
      update document template for unary elementwise layers (#25896) · e853ece0
      Feiyu Chan 提交于
      1. update document template for unary elementwise layers(a.k.a. activation layer);
      2. remove generate_op_noattr and use generate_activation instead; remove redundant function copies;
      3. minor update for docstring to fix rst format errors.
      4. fix doc for Rsqrt OP
      5. add sample code for each activation separately;
      6. remove the unused deprecated decorator.
      e853ece0
  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. 06 7月, 2020 1 次提交
  16. 27 5月, 2020 1 次提交
  17. 11 5月, 2020 1 次提交
    • C
      Add macro BOOST_GET to enrich the error information of boost :: get (#24175) · aa0f254f
      Chen Weihang 提交于
      * add new macro BOOST_GET_SAFELY & unittests, test=develop
      
      * add different macro type, test=develop
      
      * fix get macro type in executor, test=develop
      
      * four macro part change backup
      
      * using one macro for all case, test=develop
      
      * revert attribute change, test=develop
      
      * change to three func to solve gcc4.8 bug, test=develop
      
      * polish some details, test=develop
      aa0f254f
  18. 26 4月, 2020 1 次提交
    • L
      improve efficiency of runtime InferVarType (#22778) · 9a93f6aa
      liuwei1031 提交于
      * save InferVarType changes, test=develop
      
      * remove code comments, test=develop
      
      * tweak code, test=develop
      
      * fix compilation warning, update merge_ids_op split_ids_op to new interface, test=develop
      
      * modify fused_bn_activation_op, test=develop
      
      * fix error of fused_bn_activation_op, test=develop
      
      * fix PADDLE_ENFORCE and unittest coverage issue, test=develop
      
      * tweak PADDLE_ENFORCE messages, test=develop
      
      * improve unittest coverage, test=develop
      
      * add StaticGraphInferVarType class, test=develop
      
      * rebase develop branch, test=develop
      
      * fix unittest error, test=develop
      
      * remove comments, test=develop
      
      * improve unittest coverage, test=develop
      
      * imporve error message and imporve unittest coverage, test=develop
      
      * upgrade InferVarType API, test=develop
      
      * tweak pyfunc error message, test=develop
      
      * fix compilation conflict - save_combine_op, test=develop
      9a93f6aa
  19. 14 4月, 2020 1 次提交
  20. 04 4月, 2020 1 次提交
  21. 02 4月, 2020 1 次提交
  22. 19 3月, 2020 1 次提交
  23. 17 3月, 2020 1 次提交
  24. 09 3月, 2020 1 次提交
  25. 06 1月, 2020 1 次提交
    • D
      support elu_op double grad (#21822) · fab4b076
      Double_V 提交于
      * support elu activation double grad,test=develop
      
      * delete the code commit in .cc,test=develop
      
      * fix relu test unpass, test=develop
      
      * add elu double grad kernel and unit test
      
      * add caculate dX in elu double grad functor, test=develop
      
      * update the commit code,test=develop
      fab4b076
  26. 03 1月, 2020 1 次提交
  27. 05 11月, 2019 1 次提交
    • Z
      Support NoNeedBufferVarsInference in dygraph backward (#20868) · 878a40f5
      Zeng Jinle 提交于
      * support no need buffer vars in dygraph, test=develop
      
      * fix inference compilation error, test=develop
      
      * update no_need_buffer_vars_inference, test=develop
      
      * add unittests for no_need_buffer_vars_context, test=develop
      
      * refine no_need_buffer_vars by return ref, test=develop
      
      * polish some codes, test=develop
      878a40f5
  28. 31 10月, 2019 1 次提交
    • H
      GradMaker for dygraph (#19706) · 8c4573a3
      hong 提交于
      * refactor dygraph,test=develop
      
      * fix failed unittest,test=develop
      
      * polish code,test=develop
      
      * check windows ci error,test=develop
      try to fix windows ci error by np.allclose,test=develop
      
      * polish vlog and profiler, test=develop
      
      * try to fix preceding ops order,test=develop
      
      * test transformer in windows ci, test=develop
      
      * use python c-api to speed up tracer.trace,test=develop
      
      * test=develop, fix docker with paddle nccl problem
      
      * test=develop, add ut for debug string and gradient_accumulator
      
      * test=develop, add tests for layer/gradient_accumulator/prepared_op
      
      * test=develop, fix complie error for test_prepared_op
      
      * test=develop, add more ut for dygraph
      
      * test=develop, create API.spec for dygraph api change
      
      * optimize grad maker; test=develop
      
      * optimize grad maker
      
      * test
      
      * grad make optim; test=develop
      
      * fix unittest bugs; test=develop
      
      * add dygraph grad op maker and split_op
      
      * grad op maker refactor; test=develop
      
      * add dygraph grad maker; test=develop
      
      * fix op deformable_conv_v1_op bug; test=develop
      
      * fix deformable_conv prroi pool bugs;
      
      * fix new op grad op maker bug; test=develop
      
      * fix split by ref bug; test=develop
      
      * fix dygraph auto prune bug; test=develop
      
      * fix test_trace bug; test=develop
      
      * fix fused emb seq pool bug; test=develop
      
      * remove useless code in op_desc file; test=develop
      
      * remove useless code, StrVarBaseNode; test=develop
      
      * fix review issues; test=develop
      
      * fix rank_loss grad maker; test=develop
      
      * remove flag in VarBase; test=develop
      
      * fix distributed_notify_op compile bug ; test=develop
      
      * fix reshape op double grad; test=develop
      
      * fix expand as op; test=develop
      
      * add impertive type_defs.h for demo_train; test=develop
      
      * fix inference lib cmake; test=develop
      
      * fix inference lib; test=develop
      
      * fix infernce_lib; test=develop
      
      * fix inference cmake; test=develop
      
      * fix inference lib; test=develop
      
      * fix inference lib; test=develop
      
      * remove condition dygraph grad maker, modify local name; test=develop
      
      * fix split grad maker bug; test=develop
      
      * fix pyramid_op bug; test=develop
      
      * change travis time out limit; test=develop
      
      * restore travis; test=develop
      
      * change timeout limit; test=develop
      8c4573a3
  29. 28 10月, 2019 1 次提交
  30. 12 10月, 2019 2 次提交
    • Z
      Fix api doc example bug and polish square doc (#20491) · 8fb569e5
      zhaoyuchen2018 提交于
      * Refine create_array api en doc
      
      test=develop
      test=document_fix
      
      
      * Fix api doc example bug and polish square
      
      test=develop
      test=document_fix
      
      
      * Refine comment
      
      test=develop
      test=document_fix
      
      
      * refine API.spec
      
      test=develop
      test=document_fix
      8fb569e5
    • H
      refine eng doc for hard_sigmoid op (#20442) · 4d0d5e4c
      hong19860320 提交于
      * refine eng doc for hard_sigmoid op
      test=develop
      test=document_fix
      
      * refine the description of hard_sigmoid
       test=develop
      test=document_fix
      
      * update API.spec
      test=document_fix
      
      * Refine the decription of parameters of HardSigmoid op
      test=develop, test=document_fix
      
      * Update API.spec for hard_sigmoid op
      test=develop, test=document_fix
      4d0d5e4c
  31. 11 10月, 2019 3 次提交
    • Z
      fix APIs: relu, relu6, hash (#20416) · 95524a4d
      zhupengyang 提交于
      * fix APIs: relu, relu6, hash
      
      test=develop
      test=document_fix
      
      * fix relu6 doc
      
      test=develop
      test=document_fix
      
      * fix API.spec
      
      test=develop
      test=document_fix
      
      * add description link for hash
      
      test=develop
      test=document_fix
      95524a4d
    • G
      fix API:cos, exp, ceil, elu, brelu English doc (#20032) · 5ea2cc67
      GaoWei8 提交于
      * fix API:cos, exp, ceil, elu, brelu English doc
      test=develop
      test=document_fix
      
      5ea2cc67
    • W
      modify english api (#20159) · 2893cd1a
      Wilber 提交于
      * modify english api test=develop test=document_fix
      
      - leaky_relu
      - less_than
      - log
      - logical_and
      - logical_or
      - logical_xor
      - logical_not
      2893cd1a