1. 20 3月, 2023 14 次提交
  2. 19 3月, 2023 3 次提交
  3. 18 3月, 2023 2 次提交
  4. 17 3月, 2023 19 次提交
  5. 16 3月, 2023 2 次提交
    • R
      Comp index select (#51215) · d1e2c61b
      Roc 提交于
      d1e2c61b
    • H
      [Custom Operator] Custom op support inplace mechanism (#51620) · f824bc0d
      HongyuJia 提交于
      * init unit test commit, contains register thinking
      
      * support inplace
      
      * get inplaced x.grad
      
      * Try support inplace and hook at the same time
      
      * Support inplace, need debug
      
      * Support inplace successfully
      
      * Inplace use Tensor&, consistent with Tensor*
      
      * fix MapPlainOutputs bug
      
      * fix double grad inplace error
      f824bc0d