-
Notifications
You must be signed in to change notification settings - Fork 5.7k
paddle 不支持uint32, 但是在文档里表明了支持 #65350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
你好,这个问题我看下,有结论或者修复的PR会更新在这里 |
你好,Paddle支持的数据类型可以参考这个文档:https://www.paddlepaddle.org.cn/documentation/docs/zh/guides/beginner/tensor_cn.html#tensor-dtype 你图里的文档是自定义C++算子的文档,具体是指当自定义C++算子时,输入的tensor支持下面的类型,其中包括uint32; 但是你给的测试代码为python代码,这里支持的数据类型与自定义C++算子无关,Paddle暂时暂未支持uint32类型的数据从numpy转换为paddle.tensor |
那自定义算子里做好的unint32 Tensor怎么导出到python 的paddle Tensor? |
请问是什么情况下 uint32 tensor 要导出到python的paddle Tensor呢? 你的需求是啥呢 |
我正在接入Open3D 的临近搜索算法 算法
torch实现
|
|
这个问题是这样的,框架底层的tensor是支持,只是好多算子没有适配这个unit32的逻辑,如果自定义算子适配了uint32,这个保存时能跑的通的 |
bug描述 Describe the Bug
其他补充信息 Additional Supplementary Information
No response
The text was updated successfully, but these errors were encountered: