1. 03 2月, 2021 12 次提交
  2. 02 2月, 2021 3 次提交
  3. 01 2月, 2021 9 次提交
  4. 29 1月, 2021 5 次提交
  5. 28 1月, 2021 8 次提交
  6. 27 1月, 2021 3 次提交
    • L
      update gather_tree doc (#30693) · a87d78f1
      liu zhengxi 提交于
      * update gather_tree doc, test=document_fix
      
      * update sample code, test=document_fix
      
      * remove tensor type, test=document_fix
      a87d78f1
    • L
      upgrade gather_tree to core.ops (#30697) · fef3654b
      liu zhengxi 提交于
      * upgrade gather_tree to core.ops
      
      * update gather_tree unittests
      fef3654b
    • 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