Hi! We've received your issue and please be patient to get responded. We will arrange technicians to answer your questions as soon as possible. Please make sure that you have posted enough message to demo your request. You may also check out the API,FAQ,Github Issue and AI community to get the answer.Have a nice day!
2条答案
按热度按时间m1m5dgzv1#
您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看官网API文档、常见问题、历史Issue、AI社区来寻求解答。祝您生活愉快~
Hi! We've received your issue and please be patient to get responded. We will arrange technicians to answer your questions as soon as possible. Please make sure that you have posted enough message to demo your request. You may also check out the API,FAQ,Github Issue and AI community to get the answer.Have a nice day!
bxgwgixi2#
感谢反馈,这个属于运算的类型提升问题,是paddle预期内的问题,paddle现在不支持类型提升,且短期内也没有计划去支持
由于历史原因,这里的策略是向左操作数对齐,实际上应该是直接报错,如果你用API的话会报错的,考虑到改变这个行为可能会造成不兼容问题,所以这里暂时不能改动,为了让用户能够感知到这一点,我们暂时加了警告提示
类型提升padle也可以支持,之前也开发过类似的功能,但决策上没有合入,可以参考 #29265
之前决策的理由如下,供参考