1. 25 6月, 2019 2 次提交
  2. 24 6月, 2019 3 次提交
  3. 23 6月, 2019 1 次提交
  4. 22 6月, 2019 2 次提交
  5. 21 6月, 2019 4 次提交
  6. 20 6月, 2019 3 次提交
  7. 19 6月, 2019 10 次提交
  8. 18 6月, 2019 5 次提交
  9. 17 6月, 2019 3 次提交
  10. 15 6月, 2019 3 次提交
  11. 14 6月, 2019 2 次提交
  12. 13 6月, 2019 2 次提交
    • W
      Fix gather and scatter op has same index bug cherry-pick from #17952 · 072347ff
      wawltor 提交于
      test=release/1.5
      cherry-pick from #17952
      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.
      072347ff
    • W
      Cherry-pick of #17814 and #18030 (#18067) · 80a3fd2e
      Wojciech Uss 提交于
      Added unit test for QAT FP32 & INT8 comparison (#17814)
      Disable MKLDNN FC in Resnet50 test (#18030)
      
      test=release/1.5
      80a3fd2e