1. 25 6月, 2019 1 次提交
    • H
      Sequence mask support tensor (#18249) · df2eee71
      Hongyu Liu 提交于
      * sequnce mask support max length tensor input; test=develop
      
      * add rnn_impl.py; test=develop
      
      * add basic gru lstm unittest; test=develop
      
      * fix api spec; test=develop
      
      * fix sequence_mask op bug;
      test=develop
      test=document_preview
      
      * change +-*x to elmentwise_op; test=develop
      
      * add mkl flag; test=develop
      
      * fix rnn impl bug; test=develop
      
      * update api spec; test=develop
      
      * fix doc bug; test=develop
      
      * fix lstm bugs; test=develop
      df2eee71
  2. 20 6月, 2019 1 次提交
  3. 04 6月, 2019 1 次提交
  4. 02 4月, 2019 1 次提交
  5. 21 1月, 2019 1 次提交
  6. 12 12月, 2018 1 次提交
  7. 17 9月, 2018 1 次提交
  8. 15 6月, 2018 1 次提交
  9. 11 6月, 2018 1 次提交
    • W
      Add slice op. (#11052) · adc09087
      whs 提交于
      * Add slice op.
      
      * Remove using from header file and fix doc.
      
      * Fix doc
      
      * Small fix.
      adc09087