[API compatibility] add dtype conversion method by zhiminzhang0830 · Pull Request #74416 · PaddlePaddle/Paddle

added 2 commits

August 5, 2025 06:01

@zhiminzhang0830 zhiminzhang0830 changed the title add Tensor.bool API [API] add dtype conversion method

Aug 5, 2025

@zhiminzhang0830

@zhiminzhang0830

@zhiminzhang0830

zhwesky2010

@zhwesky2010 zhwesky2010 changed the title [API] add dtype conversion method [API compatibility] add dtype conversion method

Aug 6, 2025

zhwesky2010

SigureMo

XiaoguangHu01

Enigmatisms pushed a commit to Enigmatisms/Paddle that referenced this pull request

Aug 9, 2025
* add tensor.bool

* add tensor.bool test

* update tensor.bool test

* update tensor.bool

* delete useless test code

* add dtype conversions method

* skip the complex128 test on XPU

* fix: Implement the byte function separately

* fix: update unit testing