1. 11 9月, 2019 7 次提交
  2. 10 9月, 2019 4 次提交
    • A
      MKLDNN handler cleanup (#19713) · 428b2b9e
      Adam 提交于
      * MKLDNN handler cleanup
      
      * MKLDNN handler cleanup
      test=develop
      428b2b9e
    • Z
      1c25c88a
    • W
      merge empty lod tensor, test=develop (#19228) · 25dcd74d
      wangguanzhong 提交于
      * merge_empty_lod_tensor, test=develop
      
      * fix multiclass_nms, test=develop
      
      * refine API.spec, test=develop
      
      * add unittest case for fetch, test=develop
      
      * add lod tensor test, test=develop
      
      * return index for multiclass_nms, test=develop
      
      * add api for multiclass_nms2
      
      * update API.spc, test=develop
      
      * refine api doc, test=develop
      
      * fix test_detection.py, test=develop
      
      * polish code, test=develop
      
      * add more unittest case, test=develop
      25dcd74d
    • Y
      fix instag op (#19591) · c6756ed2
      yaoxuefeng 提交于
      * fix instag op
      
      * fix instag bug: Some tiny logical error, occurring when ins_tag (2nd input) is multiple. test=develop
      c6756ed2
  3. 09 9月, 2019 2 次提交
  4. 08 9月, 2019 1 次提交
  5. 07 9月, 2019 1 次提交
  6. 06 9月, 2019 4 次提交
  7. 05 9月, 2019 6 次提交
  8. 04 9月, 2019 7 次提交
  9. 03 9月, 2019 5 次提交
  10. 02 9月, 2019 3 次提交
    • G
      57f0f0f2
    • J
      add padding in linear_chain_crf op (#19583) · 4a7e6deb
      JesseyXujin 提交于
      * add padding in linear_chain_crf op
      
      * modify API.spec
      
      * add linear_chain_crf_op.cc and linear_chain_crf_op.h
      
      * remove useless unit test , test=develop
      
      * modify API.spec, test=develop
      
      * remove some blanks in nn.py , test=develop
      
      * fix some bugs on nn.py and API.spec ,test=develop
      
      * fix nn.py, test=develop
      
      * fix API.spec ,test=develop
      
      * fix bug of CI test in test_linear_chain_crf_op.py
      
      * fix bug of CI test in test_linear_chain_crf_op.py, test=develop
      
      * remove paddle_enforce, test=develop
      
      * remove paddle_enforce, test=develop
      
      * remove paddle_enforce, test=develop
      
      * remove paddle_enforce, test=develop
      
      * remove paddle_enforce, test=develop
      
      * remove paddle_enforce, test=develop
      
      * modify nn.py, test=develop
      
      * fix API.spec, test=develop
      
      * fix unittest bug, test=develop
      4a7e6deb
    • Z
      84c72801