1. 20 6月, 2019 1 次提交
  2. 18 6月, 2019 1 次提交
  3. 14 6月, 2019 1 次提交
  4. 13 6月, 2019 1 次提交
    • W
      Fix gather and scatter op has same index bug cherry-pick from #17952 · 072347ff
      wawltor 提交于
      test=release/1.5
      cherry-pick from #17952
      The scatter op has a calc bug when the indices has same index, the scatter op use overwrite mode to calculate the same index, fix this bug by using the accumulate mode to calculate the same index.At the same time, the gather op has the same bug when the op calc the grad. And we use the lib of open-blas and eigen to optimize the time cost in accumulate mode.
      072347ff
  5. 10 6月, 2019 4 次提交
  6. 05 6月, 2019 1 次提交
  7. 04 6月, 2019 4 次提交
    • T
      update and polish hash op doc (#17809) · 557452e7
      tensor-tang 提交于
      * update and polish hash op doc
      
      test=develop
      
      * update api spec
      
      test=develop
      557452e7
    • J
      fix api doc in slice op, test=develop (#17804) · 92d9bdfc
      jerrywgz 提交于
      92d9bdfc
    • H
      expand op supprt tensor attribute (#17773) · dfec6762
      Hongyu Liu 提交于
      * expand support tensor attribute; test=develop
      
      * fix bug ; test=develop
      
      * fix uni test bug; test=develop
      
      * fix copy bug; test=develop
      
      * refine expand_times default value; test=develop
      dfec6762
    • H
      ont hot support tensor depth (#16972) · 82358bfd
      Hongyu Liu 提交于
      * support some input tensor remain on cpu; test=develop
      
      * fix input = none; test=develop
      
      * fix unfound bug; test=develop
      
      * fix proto None case; test=develop
      
      * fix bug; test=develop
      
      * fix proto null bug; test=develop
      
      * remove conv check; test=develop
      
      * fix test bug; test=develop
      
      * move fill constant; test=develop
      
      * no change in proto; test=develop
      
      * fix bug; test=develop
      
      * change attr detph name; test=develop
      
      * remove remain cpu; test=develop
      
      * fix bug; test=develop
      
      * merge develop; test=develop
      
      * fix one_hot bug; test=develop
      
      * fix bug; test=develop
      
      * fix bug; test=develop
      
      * fix bug; test=develop
      
      * fix python api bug; test=develop
      82358bfd
  8. 30 5月, 2019 3 次提交
    • H
      fix API examples of assign, reverse and array_write, etc. (#17287) · 68dcb1bd
      hong19860320 提交于
      * fix API examples of assign, reverse and array_write
      test=develop
      
      * update API.spec
      test=develop
      
      * update API examples for array_length, array_read, array_write, assign, hard_sigmoid, hsigmoid, increment, ones, pow, reverse, uniform_random and zeros
      
      * update API.spec for assign, reverse and array_write, etc.(#17287)
      * test=develop
      68dcb1bd
    • B
      Add deformable conv v2 op,test=develop (#17145) · bba57cdd
      Bai Yifan 提交于
      * unit commits, test=develop
      
      * update API.spec, test=develop
      bba57cdd
    • W
      fix paddlepaddle API examples (#17306) · bd48950c
      wangchaochaohu 提交于
      * API.spec test=develop
      
      * update
      
      * update test=develop
      
      * update test=develop
      
      * update
      
      * update test=develop
      
      * update test=develop
      
      * update test=develop
      
      * update test=develop
      
      * update test=develop
      
      * test=develop
      
      * update
      
      * update test=develop
      
      * update test=develop
      bd48950c
  9. 29 5月, 2019 2 次提交
  10. 28 5月, 2019 2 次提交
    • update python API examples (#17351) · acbb4bf3
      石晓伟 提交于
      * update python APIs
      
      test=document_preview test=develop
      
      * update API.spec
      
      test=document_preview
      
      test=develop
      
      * update merge_selected_rows
      
      * update API.spec
      
      test=document_preview
      
      test=develop
      
      * update API.spec
      
      test=document_preview
      
      test=develop
      
      * fix the comment of less_than
      
      test=develop
      
      test=document_preview
      
      * update API.spec
      
      test=develop
      
      test=document_preview
      
      * update API.spec
      
      test=develop
      
      test=document_preview
      
      * update API.spec
      
      test=develop
      
      test=document_preview
      
      * update API.spec
      
      test=develop
      
      * update API
      
      test=develop
      acbb4bf3
    • S
      [DOC][PYTHON] Fix api docs, test=develop, test=document_preview (#17629) · 41f1186c
      Shuai Yuan 提交于
      * [DOC] Fix api docs, test=develop, test=document_preview
      
      * [DOC] Fix api annotation: fluid.layers.tensor_array_to_tensor. test=develop, test=document_preview
      
      * test=develop, test=document_preview
      
      update MD5 of tensor_array_to_tensor
      41f1186c
  11. 26 5月, 2019 1 次提交
  12. 25 5月, 2019 1 次提交
  13. 24 5月, 2019 3 次提交
  14. 23 5月, 2019 3 次提交
  15. 21 5月, 2019 1 次提交
  16. 15 5月, 2019 1 次提交
  17. 14 5月, 2019 1 次提交
  18. 13 5月, 2019 1 次提交
  19. 10 5月, 2019 2 次提交
  20. 09 5月, 2019 1 次提交
    • Z
      Mod floordiv (#17251) · 4292bd86
      zhoukunsheng 提交于
      * test=develop
      add elementwise_mod and elementwise_floordiv, fix equation problem in elementwise_mod
      4292bd86
  21. 08 5月, 2019 2 次提交
  22. 07 5月, 2019 3 次提交
    • T
      fix nn.py lack of `import warnings` (#17249) · 8b62f537
      Tao Luo 提交于
      test=develop
      8b62f537
    • T
      fix api doc of hash, relu, concat, argmin, argmax, argsoft and all activations (#17235) · 71f0c6d5
      tensor-tang 提交于
      * fix api doc of hash, relu, concat, argmin, argmax, argsoft and all activations funcs with no attrs
      
      test=develop
      
      * refine doc example code
      
      test=develop
      
      * remove >>> in doc example
      
      test=develop
      
      * refine python code block
      
      test=develop
      
      * update API spec
      
      test=develop
      71f0c6d5
    • K
      Softmax_cross_entropy op add axis (#16806) · a71d8fdb
      Kaipeng Deng 提交于
      * add attr axis infershape. test=develop
      
      * add CUDA kernel. test=develop
      
      * fix unittest. test=develop
      
      * fix unittest for soft_label. test=develop
      
      * fix fp16 unittest. test=develop
      
      * remove comment code. test=develop
      
      * refine test for axis. test=develop
      
      * add python api. test=develop
      
      * fix doc. test=develop
      
      * fix fp16 unittest. test=develop
      
      * fix ngraph test. test=develop
      
      * fix ENFORCE for test_imperative_transformer. test=develop
      
      * fit for ngraph test. test=develop
      
      * fix after rebase develop. test=develop
      
      * fix doc. test=develop
      
      * fix API.spec. test=develop
      
      * fix test_layers. test=develop
      
      * fix format. test=develop
      a71d8fdb