1. 06 3月, 2019 7 次提交
    • X
      Add Requantize OP (#15318) · a177d482
      xiaolil1 提交于
      * Enable INT8 ReQuantize OP
      test=develop
      
      * Clean code
      test=develop
      
      * Add comments
      test=develop
      
      * Revert "Clean code"
      test=develop
      
      This reverts commit a7a49b8a.
      
      * Modify requantize op test
      test=develop
      
      * fix requantize UT by moving public function to public test file.
      test=develop
      
      * Fix test fail due to file address change.
      test=develop
      
      * Change file address for requantize op.
      test=develop
      a177d482
    • C
      Refine recurrent_op (#16027) · f5a37518
      chengduo 提交于
      * refine recurrent_op
      test=develop
      
      * remove unnecessary code
      test=develop
      f5a37518
    • T
      Merge pull request #15996 from tensor-tang/op/embgrad · 6057f362
      tensor-tang 提交于
      refine embeddingseqpool grad
      6057f362
    • C
      Fix reshape bug (#16069) · c67afb0f
      chengduo 提交于
      * In some case, the input may have one than one negative value.
      test=develop
      
      * fix matmul bug
      test=develop
      c67afb0f
    • J
      test=develop, reconstruct layer helper to fit imperative usage (#15938) · 654825cf
      Jiabin Yang 提交于
      * test=develop, reconstruct layer helper to fit imperative usage
      
      * test=develop, fix import error on py35
      
      * test=develop, fix rnn gradient error
      
      * test=develop, delete test use code
      
      * test=develop, remove helper from imperative usage
      
      * test=develop, fix test_base_layer using new helper
      
      * test=develop, reconstruct layerhelper for imperative mode
      
      * test=develop, reconstruct layerhelper for imperative mode
      
      * test=develop, fix bug
      
      * test=develop, fix test failed bug
      
      * test=develop, fix test failed bug
      
      * test=develop, fix test failed bug
      
      * test=develop, fix bug
      
      * test=develop, polish code
      654825cf
    • T
      Merge pull request #16062 from luotao1/num_threads · 14b43376
      Tao Luo 提交于
      refine SetCpuMathLibraryNumThreads
      14b43376
    • W
      remove the ignored from is_empty and less_than test=develop (#15971) · 7fbf52da
      wopeizl 提交于
      * remove the ignored from is_empty and less_than test=develop
      
      * fix api spec test=develop
      
      * fix the api spec test=develop
      
      * test=develop
      7fbf52da
  2. 05 3月, 2019 10 次提交
  3. 04 3月, 2019 20 次提交
  4. 03 3月, 2019 1 次提交
  5. 02 3月, 2019 2 次提交
    • T
      Update detection API add new check document (#15848) · 26e3842d
      tianshuo78520a 提交于
      * Update detection API add new check document
      
      * update API.spec
      
      * test=develop;add shanyi15 approved API.spec
      
      * test=develop;update PM check API.spec
      
      * check api.spec
      
      * test=develop
      
      * update API.spec
      
      * test=develop;update API.spec
      
      * update API.spec
      
      * cat API.spec
      
      * update documnent in api.spec
      
      * check python35 api.spec
      
      * update print_signatures md5 function
      
      * test=develop
      
      * update API.spec
      
      * test=develop;fix python3 API.spec diff
      
      * test=develop
      
      * test=develop
      
      * test=develop
      26e3842d
    • T
      Merge pull request #16013 from kbinias/kbinias/poll-mkldnn-ut · 96f7fc60
      Tao Luo 提交于
      MKL-DNN: Add a unit test for pooling when ceil mode is enabled
      96f7fc60