1. 25 4月, 2021 1 次提交
  2. 30 3月, 2021 2 次提交
  3. 29 3月, 2021 1 次提交
  4. 20 2月, 2021 1 次提交
  5. 08 2月, 2021 1 次提交
  6. 11 1月, 2021 1 次提交
  7. 23 12月, 2020 1 次提交
    • L
      [setitem] Support Tensor setitem in static mode (#29708) · 97e75ad0
      liym27 提交于
      1. Type of index: int, slice(step must be 1).
      
      2. Type of value: 
       (1) int32, int64, float32, bool; 
       (2) numpy.array(int32, int64, float32, bool);<Note: float64 is not supported>
       (3) paddle.Tensor(int32, int64, float32, float64, bool);
      97e75ad0