1. 07 2月, 2021 1 次提交
  2. 06 2月, 2021 1 次提交
  3. 05 2月, 2021 7 次提交
  4. 04 2月, 2021 5 次提交
  5. 03 2月, 2021 9 次提交
  6. 02 2月, 2021 2 次提交
  7. 01 2月, 2021 6 次提交
  8. 29 1月, 2021 2 次提交
  9. 28 1月, 2021 6 次提交
  10. 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