1. 11 9月, 2019 1 次提交
    • H
      Replace TemporaryAllocator by CUDADeviceContextAllocator (#18989) · 12542320
      Huihuang Zheng 提交于
      TemporaryAllocator is a singleton used for allocating memory for Cudnn. Since it is a singleton, we can delete it for better performance in memory.
      
      We replace TemporaryAllocator by CUDADeviceContextAllocator and CUDADeviceContextAllocation, which uses stream callback to delete the memory allocated for the stream to avoid singleton.
      
      Also added data_feed_proto to operator to fix CI in CPU compilation
      12542320
  2. 01 2月, 2019 1 次提交
  3. 28 1月, 2019 1 次提交
  4. 25 1月, 2019 1 次提交
  5. 22 1月, 2019 1 次提交
  6. 17 1月, 2019 1 次提交
  7. 05 6月, 2018 1 次提交
  8. 04 6月, 2018 1 次提交
  9. 12 5月, 2018 1 次提交
  10. 30 4月, 2018 1 次提交
  11. 28 2月, 2018 1 次提交
    • Y
      Fix box coder op (#8647) · e84615ba
      Yuan Gao 提交于
      * fix ssd problems
      
      * fix box decoder op
      
      * fix dimension problem in detection tests
      
      * update detection doc
      
      * Update detection doc
      
      * Update detection doc
      
      * update detection doc
      
      * update detection doc
      e84615ba
  12. 12 2月, 2018 1 次提交
  13. 10 2月, 2018 2 次提交
  14. 02 2月, 2018 1 次提交
  15. 31 1月, 2018 3 次提交
  16. 28 1月, 2018 1 次提交