1. 02 8月, 2019 2 次提交
  2. 01 8月, 2019 1 次提交
    • W
      Add the op of unique_with_counts, expand count function of the op unique (#18720) · 3ab1866c
      wawltor 提交于
      * test=develop
      Add the op of unique_with_counts, the op is calc the unqiue input of data, and output the corresponding indices and count of data.
      
      * test=develop
      Check the input and dtype in the op of unique_with_counts
      
      * test=develop
      test=document_preview
      update the API.spec for `unique_with_counts`, at the same time, optimize the python api in the op of `unique_with_count`
      
      * test=develop
      test=document_preview
      Fix some python api problem in the op of `unique_with_counts`, and change the error messsage in this op.
      
      * Fix some API problem in the op of `unique_with_counts`
      test=develop
      test=document_preview
      
      * test=develop
      test=document_preview
      Fix the api sample of op `unique_with_counts`, and update api.spec
      3ab1866c
  3. 31 7月, 2019 2 次提交
    • H
      Add center Loss Op Support (#18681) · 24f85431
      HaoRen 提交于
      * support center loss
      * change tensor copy  api to high level api tensorcopy
      
      * test=develop rewrite the center_loss cuda_kernel to make it faster
      and add document of the center loss api,also update test function
      
      * test=document_preview test=develop
      update document of center loss
      
      * test=document_preview test=develop
      modify API.spec modify test code remove nouse const_cast
      24f85431
    • L
      replace paper link (#18861) · d21c3914
      lvmengsi 提交于
      Update conv2d transpose link
      d21c3914
  4. 30 7月, 2019 1 次提交
  5. 28 7月, 2019 1 次提交
  6. 25 7月, 2019 1 次提交
    • Fix examples of API (#18092) · 9dbb62ee
      石晓伟 提交于
      * fix logical APIs
      
      test=develop
      
      test=document_preview
      
      * fix isfinite
      
      * update matmul comments
      
      * update API.spec
      
      test=document_preview
      
      test=develop
      
      * update API.spec
      
      test=document_preview
      
      test=develop
      
      * update API.spec
      
      test=document_preview
      
      test=develop
      9dbb62ee
  7. 24 7月, 2019 1 次提交
    • W
      Add python API for appending LoD level (#18702) · 075e1cf7
      whs 提交于
      * Make lod reset op support for append lod level.
      
      * Fix API.spec
      test=develop
      
      * Fix unitest.
      test=develop
      
      * Add python api for lod append.
      test=develop
      
      * Fix API.spec
      test=develop
      
      * Fix format of doc.
      test=develop
      
      * Fix unitest.
      test=develop
      
      * Fix doc.
      test=develop
      075e1cf7
  8. 23 7月, 2019 1 次提交
    • Y
      supports distributed classification (#18690) · 157211c4
      Yi Liu 提交于
      * supports distributed classification training
      * update API.spec
      * fix evenly division in python3
      * change "index_range" to "index_num" in shard_index operator
      test=document_preview
      test=develop
      157211c4
  9. 12 7月, 2019 1 次提交
  10. 03 7月, 2019 5 次提交
  11. 01 7月, 2019 1 次提交
  12. 25 6月, 2019 2 次提交
    • H
      Sequence mask support tensor (#18249) · df2eee71
      Hongyu Liu 提交于
      * sequnce mask support max length tensor input; test=develop
      
      * add rnn_impl.py; test=develop
      
      * add basic gru lstm unittest; test=develop
      
      * fix api spec; test=develop
      
      * fix sequence_mask op bug;
      test=develop
      test=document_preview
      
      * change +-*x to elmentwise_op; test=develop
      
      * add mkl flag; test=develop
      
      * fix rnn impl bug; test=develop
      
      * update api spec; test=develop
      
      * fix doc bug; test=develop
      
      * fix lstm bugs; test=develop
      df2eee71
    • Z
      fix split and sampled softmax (#18280) · 6978b2e4
      Zhaolong Xing 提交于
      test=develop
      6978b2e4
  13. 24 6月, 2019 1 次提交
  14. 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
  15. 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
  16. 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
  17. 10 6月, 2019 4 次提交
  18. 05 6月, 2019 1 次提交
  19. 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
  20. 30 5月, 2019 2 次提交