1. 08 4月, 2020 1 次提交
  2. 14 2月, 2020 1 次提交
    • Y
      [X86] Optimize gru and softmax (#2877) · 0a890050
      Yiqun Liu 提交于
      * Optimize softmax. When the input tensor is 2-D and axis is 1, there is no need to resize.
      
      * Optimize the gru, avoid calling Tensor::Slice.
      test=develop
      
      * Remove a std::vector in softmax.
      test=develop
      
      * Define CalculateSeqWidth to get the width of a sequence.
      test=develop
      0a890050
  3. 26 12月, 2019 1 次提交
  4. 16 9月, 2019 1 次提交
    • L
      Gru op (#2002) · eb42f9ee
      lhl960107 提交于
      * add x86 gru&&relu&&sequence_expand_as op test=develop
      eb42f9ee