1. 03 4月, 2023 2 次提交
  2. 01 4月, 2023 2 次提交
  3. 31 3月, 2023 2 次提交
    • zhenhailiu's avatar
      gather with doc (#52105) · 77d24854
      zhenhailiu 提交于
      * gather with doc
      
      * resolve comment
      
      * polish
      
      * polish
      
      * code style
      
      * polish doc
      
      * add_test
      
      * polish
      
      * polish
      
      * add test check
      
      * add test check
      
      * polish
      
      * polish
      
      * polish
      
      * polish
      
      * fix_time_out
      
      * polish
      
      * fix timeout
      
      * fix_timeout
      
      * polish
      
      * polish
      
      * polish
      
      * polish
      
      * polish
      77d24854
    • H
      [CustomOP Optional Inplace] Custom op supports inplace optional tensor (#52216) · fcd77346
      HongyuJia 提交于
      * [CustomOP Inplace] Automap inplace dtype and shape, prepare for vector<Tensor> output
      
      * delete custom_inplace_setup.py
      
      * [CustomOP Optional Inplace] Custom operator supports inplace optional Tensor input
      
      * fix bug for vector<Tensor> inplace test
      fcd77346
  4. 30 3月, 2023 4 次提交
  5. 29 3月, 2023 4 次提交
  6. 28 3月, 2023 2 次提交
    • F
      Add basic functionalities to support Scalar & Scalars in op attr (#51984) · 2e9fd5e4
      Feiyu Chan 提交于
      Add basic functionalities to support Scalar & Scalars in operator attribute.
      
      1. extend allowed types in operator's attribute type, add `paddle::experimental::Scalar`, add corresponding protobuf Message types;
      2. Scalar enhancement, add formatting, equality;
      3. add code to handle Scalar & Scalars in opmaker, conversion from  paddle operator to phi kernel, opdesc construction and manipulation,  tensorrt converter, tracer, operator construction, etc;
      4. bind `paddle::experimental::Scalar` to python, as `libpaddle.Scalar`;
      5. add functionality to canonicalize attribute map according to OpProto(if the op the attribute map used for has an OpProto);
      6. add code to manipulate Scalar proto message via protobuffer python API;
      
      Add unittests.
      
      1. add test cases for formatting, equality for Scalars, and WrapAsScalars;
      2. add test cases for 'casting' between different morphs of attributes;
      3. add test cases for extracting scalar & scalars from attribute;
      4. add test cases for CanonicalizeScalarAttrs(and fix a bug in type index offset);
      5. fix gmock's library filename on windows platform.
      6. clean code: use canonicalize_attrs instead of inlining the function;
      7. add test cases for libpaddle.Scalar in python code.
      8. add test cases for `make_scalar_proto`, which manipulate proto message `Scalar` via protobuffer python API.
      2e9fd5e4
    • W
      Del old dygraph optest7 (#51999) · 6d0fa6f2
      wanghuancoder 提交于
      * delete old dygraph op test
      6d0fa6f2
  7. 27 3月, 2023 3 次提交
  8. 24 3月, 2023 1 次提交
  9. 23 3月, 2023 1 次提交
  10. 22 3月, 2023 4 次提交
  11. 21 3月, 2023 2 次提交
  12. 20 3月, 2023 2 次提交
  13. 16 3月, 2023 2 次提交
  14. 15 3月, 2023 1 次提交
  15. 14 3月, 2023 4 次提交
  16. 10 3月, 2023 1 次提交
  17. 08 3月, 2023 1 次提交
  18. 07 3月, 2023 1 次提交
  19. 06 3月, 2023 1 次提交