1. 23 2月, 2021 3 次提交
  2. 22 2月, 2021 1 次提交
  3. 20 2月, 2021 2 次提交
    • T
      add squeeze_op/unsqueeze_op on kunlun;fix conv op and parallel... · d5323dab
      TTerror 提交于
      add squeeze_op/unsqueeze_op on kunlun;fix conv op and parallel executor;optimize lookup_table op (#31056)
      
      * add squeeze_op/unsqueeze_op on kunlun; fix conv op and parallel executor on kunlun; optimize lookup_table op on kunlun
      
      * update squeeze/unsqueeze op
      d5323dab
    • L
      [static setitem] Support the index is Tensor; step>1; step<0 .(#30949) · 5b367dab
      liym27 提交于
      * [static setitem] support the index step > 1. tensor_a[::3] = value
      
      * [static setitem] support the index step < 0. Eg: tensor_a[::-3] = value
      
      * [static setitem] support the index is Tensor. eg: tensor_a[tensor_3:0:-1] = value
      
      * Add op version.
      5b367dab
  4. 19 2月, 2021 3 次提交
  5. 18 2月, 2021 2 次提交
  6. 09 2月, 2021 1 次提交
  7. 08 2月, 2021 1 次提交
  8. 06 2月, 2021 1 次提交
  9. 05 2月, 2021 2 次提交
  10. 04 2月, 2021 2 次提交
  11. 03 2月, 2021 6 次提交
  12. 02 2月, 2021 1 次提交
  13. 01 2月, 2021 1 次提交
  14. 29 1月, 2021 1 次提交
  15. 28 1月, 2021 2 次提交
  16. 27 1月, 2021 1 次提交
    • J
      REUPLOAD Added vanilla LSTM and LSTM with peepholes oneDNN fp32 kernel (#30719) · f8da5536
      jakpiase 提交于
      * added external reorder to profiler
      
      * resolved conflict
      
      * added enable_static
      
      * initial version of lstm, not working yet
      
      * added lstm to operators.cmake
      
      * added vanilla lstm mkldnn op
      
      * added peephole weights integration
      
      * minor changes
      
      * added formatting
      
      * added fusion_lstm_mkldnn to static_whitelist
      
      * added formatting
      
      * removed comment
      
      * moved use_peepholes attribute inside is_cached block
      
      * reverted wrong changes
      
      * minor formatting change
      
      * minor changes
      
      * changed stream handling
      
      * minor change
      
      * added datatype to GetExpectedKernelType()
      
      * added reading stream from TLS
      f8da5536
  17. 26 1月, 2021 2 次提交
  18. 25 1月, 2021 3 次提交
  19. 22 1月, 2021 1 次提交
  20. 20 1月, 2021 4 次提交