1. 02 7月, 2022 1 次提交
  2. 26 6月, 2022 1 次提交
  3. 05 6月, 2022 1 次提交
  4. 17 3月, 2022 1 次提交
  5. 14 3月, 2022 1 次提交
  6. 09 3月, 2022 1 次提交
  7. 17 1月, 2022 1 次提交
    • W
      [Pten] Replace platform::Place to pten::Place. (#38899) · c48a9ad5
      Wilber 提交于
      * add pten::Place data structure.
      
      * update ci problem
      
      * fix ci problem
      
      * update
      
      * using platform::Place=pten::Place
      
      * remove BOOST_GET_CONST for CPUPlace and GPUPlace
      
      * compile pass 25%.
      
      * compile pass 45%
      
      * compile pass 60%
      
      * remove boost_get for xpu npu mlu and ipu
      
      * compile pass on cpu and gpu.
      
      * fix compile problem
      
      * fix compile error.
      
      * update
      
      * fix ci problem
      
      * update
      
      * ci approve
      
      * fix ci problem
      
      * fix ci eager test problem
      
      * remove BOOST_GET_CONST
      
      * fix npu compile
      c48a9ad5
  8. 11 8月, 2021 1 次提交
  9. 30 7月, 2021 1 次提交
  10. 25 4月, 2021 1 次提交
  11. 29 3月, 2021 1 次提交
  12. 04 3月, 2021 1 次提交
  13. 20 2月, 2021 1 次提交
  14. 04 2月, 2021 1 次提交
  15. 11 1月, 2021 1 次提交
  16. 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