1. 15 2月, 2022 1 次提交
    • A
      [PTen]Migrate proto::VarType outside of Pten (#39411) · 7e7e9404
      Aurelius84 提交于
      * #1 migrate dist-related type()-> dtype()
      
      * move datatype function from pten -> fluid/framework
      
      * change type() in imperative into convert(dtype())
      
      * modify xx_tensor->type into xx_tensor->dtype
      
      * change the set_type interface and the caller
      
      * modify xx_tensor.type into xx_tensor.dtype
      
      * fix mutable_data(place, dtype())
      
      * change caller of mutable_data in pten and distributed
      
      * change the caller of mutable_data in fluid/framework
      
      * change the caller of mutable_data in imperative directory
      
      * mutable_data: inference
      
      * update the call of mutable_data
      
      * transfer MakePenScalarArray MakePtenScalar ResetHolderWithType
      
      * pass the compile. the next step is remove VarType in Pten
      
      * fix all and remove VarType from pten. success in linux. Next task is other platform
      
      * fix conflict with develop
      
      * fix compiled error
      
      * Fix reset conversion
      
      * fix conflict
      
      * fix compiled problem
      
      * fix typo
      
      * Fix << in tensor_utils.cc
      
      * fix type->dtype
      
      * fix unittest
      
      * fix tensor init constructor
      
      * fix DataTypeSize for BFloat16
      
      * fix code style
      
      * fix npu compiled error
      
      * fix npu
      
      * compile npu sucessfully
      
      * fix conflict
      
      * fix conflict
      Co-authored-by: Nxiongkun <xiongkun03@baidu.com>
      7e7e9404
  2. 09 11月, 2021 1 次提交
  3. 27 8月, 2021 1 次提交
  4. 17 6月, 2021 1 次提交
  5. 04 1月, 2021 1 次提交
  6. 15 10月, 2020 1 次提交
  7. 13 10月, 2020 1 次提交
  8. 01 10月, 2020 1 次提交
  9. 01 6月, 2020 1 次提交
  10. 29 4月, 2020 1 次提交
  11. 03 12月, 2019 1 次提交
  12. 02 12月, 2019 1 次提交
  13. 28 11月, 2019 1 次提交
    • L
      Fp32 vs int8 qat C++ performance (#21244) · c0aa1367
      lidanqing 提交于
      * add ut for comparing FP32 and QAT INT8
      
      * add save qat transformed model python script
      test=develop
      
      * updated
      
      * added missing file
      
      * add "with_label"
      test=develop
      
      * performance benchmark as unit test
      test=develop
      
      * change names of unnecessary thing
      
      * Change CMakeList.txt for model downloading and UT
      test=develop
      
      * change names of functions and params for more readable code
      test=develop
      
      * Change PADDLE_ENFORCE messages
      test=develop
      
      * fix indent problems
      test=develop
      
      * indent problems
      test=develop
      c0aa1367
  14. 14 11月, 2019 1 次提交
  15. 21 9月, 2019 1 次提交
  16. 17 9月, 2019 1 次提交
  17. 22 8月, 2019 1 次提交
  18. 15 8月, 2019 1 次提交
  19. 02 7月, 2019 1 次提交
  20. 19 6月, 2019 1 次提交
  21. 16 6月, 2019 1 次提交
  22. 06 6月, 2019 1 次提交
  23. 29 5月, 2019 1 次提交
  24. 08 5月, 2019 1 次提交
  25. 30 4月, 2019 1 次提交
    • T
      fix bn fuse vardesc and add model saver (#17143) · 79ed1c76
      tensor-tang 提交于
      * fix bn fuse vardesc and add model saver
      
      test=develop
      
      * unify save model in test helper
      
      test=develop
      
      * fix mkdir on windows
      
      test=develop
      
      * remove magic number use bn bias var desc
      
      test=develop
      79ed1c76
  26. 04 4月, 2019 1 次提交
  27. 03 4月, 2019 1 次提交
  28. 02 4月, 2019 1 次提交
  29. 28 3月, 2019 1 次提交
  30. 11 3月, 2019 2 次提交
  31. 08 3月, 2019 2 次提交
  32. 07 3月, 2019 2 次提交
  33. 06 3月, 2019 1 次提交
  34. 05 3月, 2019 1 次提交
  35. 29 1月, 2019 1 次提交
  36. 28 1月, 2019 1 次提交
  37. 23 1月, 2019 1 次提交