1. 04 1月, 2022 1 次提交
    • Z
      [Unify Tensors PR #3]Port framework::Tensor members & interfaces to... · dfdc9960
      Zhanlue Yang 提交于
      [Unify Tensors PR #3]Port framework::Tensor members & interfaces to pten::DenseTensor, test=allcases (#38473)
      
      * Added shared_ptr<Allocation> member & corresponding interfaces to Storage
      
      * Removed original pten::Allocation from Storage and adjusted the interfaces accordingly
      
      * Fixed issues with storage offset
      
      * Used place to malloc allocation for TensorStorage
      
      * [Unify Tensors PR #3]Ported framework::Tensor interfaces to pten::DenseTensor
      
      * Fixed issues with place
      
      * Added comments
      
      * Moved mutable_data with stream argument to DenseTensor
      
      * Added set_offset interface
      
      * Fixed CI issues,test=allcases
      
      * [Unify Tensors PR #4] Port LoDTensor interfaces to DenseTensor
      
      * Reverted changes too pten_layout() interface
      
      * Removed friend classes
      dfdc9960
  2. 08 9月, 2020 1 次提交
    • W
      Error msg/polish tensor error msg (#26976) · 13804ed8
      WeiXin 提交于
      * polish one line error message in tensor.cc
      
      * polish error messages in tensor.cc,tensor.h tensor_impl.h
      
      * polish error messages in tensor.cc tensor.h tensor_impl.h
      
      * polish error messages in tensor.cc,tensor.h tensor_impl.h
      
      * polish error messages in tensor.cc tensor.h tensor_impl.h tensor_test.cc
      
      * polish error messages in tensor.cc tensor.h tensor_impl.h
      13804ed8
  3. 19 11月, 2019 1 次提交
  4. 13 11月, 2019 1 次提交
  5. 09 7月, 2019 1 次提交
  6. 10 6月, 2019 1 次提交
  7. 10 5月, 2019 1 次提交
  8. 25 1月, 2019 2 次提交
  9. 12 12月, 2018 1 次提交
  10. 29 9月, 2018 1 次提交
  11. 28 9月, 2018 1 次提交
  12. 17 8月, 2018 2 次提交
  13. 14 8月, 2018 1 次提交
  14. 30 6月, 2018 1 次提交
  15. 06 6月, 2018 1 次提交
  16. 30 5月, 2018 1 次提交
  17. 11 5月, 2018 1 次提交
  18. 18 4月, 2018 1 次提交
  19. 16 4月, 2018 2 次提交
  20. 06 4月, 2018 1 次提交
  21. 04 4月, 2018 1 次提交
  22. 26 3月, 2018 3 次提交
  23. 20 3月, 2018 1 次提交
  24. 16 2月, 2018 1 次提交
  25. 12 2月, 2018 1 次提交
  26. 10 2月, 2018 2 次提交
  27. 09 2月, 2018 2 次提交
  28. 08 2月, 2018 1 次提交
  29. 08 1月, 2018 1 次提交
    • Q
      cpu gpu transform function (#7191) · 0f353ab4
      Qiao Longfei 提交于
      * add rename guard
      
      * add device_data_transform
      
      * add device_data_transform_test
      
      * modify GetExpectedKernelType
      
      * update operator.run
      
      * support test test_label_semantic_roles
      
      * optimize code
      
      * optimize code
      
      * rename GetActualKernelType to GetExpectedKernelType
      
      * fix chunk_eval_op and device_data_transform_test
      
      * add is_same_place to place
      
      * optimize code, refine rename_guard
      
      * refine rename guard, add GetKernelTypeForVar
      
      * optimize code
      
      * add some log
      
      * rename guard
      
      * use sub scope to create var
      
      * fix compile
      
      * add IsInitialized for Tensor
      
      * add VarIsTensor
      
      * fix op_registry_test
      
      * test
      
      * tmp disable priority
      
      * restore switch_kernel.md
      
      * code clean
      0f353ab4
  30. 29 12月, 2017 1 次提交
  31. 28 12月, 2017 1 次提交
  32. 26 12月, 2017 2 次提交