1. 19 6月, 2019 4 次提交
    • W
      fix API example (#18153) · a9dc534f
      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
      
      * fix test=develop
      a9dc534f
    • fix spelling errors (#17941) · 802ea509
      翟飞跃 提交于
      * fix spelling errors; test=develop
      
      * Update API.spec
      
      update md5
      
      * Update API.spec
      
      * change the order of api;test=develop
      802ea509
    • Z
      Fix doc example for greater_equal, greater_than, less_equal, not_equal, rank,... · 0569ff78
      zhoukunsheng 提交于
      Fix doc example for greater_equal, greater_than, less_equal, not_equal, rank, reduce_all, reduce_any, sign, where, diag (#18167)
      
      * test=develop
      fix greater_than, greater_equal, less_equal, not_equal, rank, reduce_all, reduce_any, sign, where, diag doc example
      
      * test=develop
      fix API.spec conflict
      0569ff78
    • L
      Fix doc for transpose, conv3d and batch_norm. (#18035) · d658f113
      lvmengsi 提交于
      * update some op doc, test=develop
      d658f113
  2. 12 6月, 2019 4 次提交
    • G
      Fix GetExpectedKernelType of add_position_encoding_op (#17935) · a06b316b
      Guo Sheng 提交于
      * Fix the GetExpectedKernelType of add_position_encoding_op.
      test=develop
      
      * Fix the doc of lstm_unit outputs in nn.py.
      test=develop
      a06b316b
    • W
      Fix scatter and gather op when has duplicate index (#17952) · 8eb134c3
      wawltor 提交于
      * test=develop
      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.
      
      * test=develop
      Fix some code format problem, and the same time add the test case in gather and scatter op
      8eb134c3
    • R
      Fix edit distance doc (#17947) · 9d6640ff
      ruri 提交于
      * fix im2sequence padding bug, test=develop
      
      * fix edit_distance, test=develop
      
      * add API.spec,test=develop
      9d6640ff
    • C
      add deformable psroi pooling (#17827) · 871af28d
      cjt222 提交于
      * add deformable psroi pooling
      
      * test=develop
      
      * test=develop
      
      * test=develop
      modify format
      
      * fix bug
      
      * test=develop run ci
      
      * test=develop
      add API.spec
      
      * add test_layers.py
      
      * run ci again
      
      * test=develop
      run ci again
      
      * run ci again
      
      * test=develop
      run ci again
      
      * test=develop
      run ci again
      
      * test=develop
      run ci again
      
      * add space between two lines
      
      * test=develop
      add space between two lines
      
      * test=develop
      add space between lines
      
      * test=develop
      modify comment in nn.py
      
      * test=develop
      add space between two lines
      
      * test=develop
      add space between two lines
      
      * update API.spec
      
      * run ci again
      
      * test=develop
      run ci again
      
      * rerun ci
      
      * test=develop
      rerun ci
      
      * change input shape
      
      * run ci
      
      * test=develop
      run ci
      
      * modify format of nn.py
      
      * test=develop
      
      * test=develop
      
      * test=develop
      update API.spec
      
      * test=develop
      fix API doc
      
      * modify API comment
      
      * modift API comment
      
      * test=develop
      update API.spec
      
      * test=develop
      modify comment
      
      * test=develop
      modift comment
      
      * test=develop
      modift comment
      
      * test=develop
      update API.spec
      
      * test=develop
      modify comment
      
      * test=develop
      add inference in nn.py
      
      * test=develop
      update API.spec
      
      * test=develop
      resolve confict
      
      * test=develop
      update API.spec
      871af28d
  3. 11 6月, 2019 1 次提交
    • S
      add unfold op (new op),test=develop (#17944) · 40885c22
      SunGaofeng 提交于
      * add unfold op
      test=develop
      
      * fix divide bug in python3 when calculating output width and height
      test=develop
      
      * add name=None in python api, move redundant code into inline function
      
      * try to trigger ci for this code
      test=develop
      40885c22
  4. 10 6月, 2019 4 次提交
  5. 05 6月, 2019 1 次提交
  6. 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
  7. 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
  8. 29 5月, 2019 2 次提交
  9. 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
  10. 26 5月, 2019 1 次提交
  11. 25 5月, 2019 1 次提交
  12. 24 5月, 2019 3 次提交
  13. 23 5月, 2019 3 次提交
  14. 21 5月, 2019 1 次提交
  15. 15 5月, 2019 1 次提交
  16. 14 5月, 2019 1 次提交
  17. 13 5月, 2019 1 次提交
  18. 10 5月, 2019 2 次提交
  19. 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