Open PolaKuma opened 1 day ago
User Experience
New features
新增了pd_op.bitwise_and、pd_op.bitwise_or、pd_op.bitwise_notMarker和Converter(我看前面同学还没做,逻辑一样就和or一起做了)
pd_op.bitwise_and
pd_op.bitwise_or
pd_op.bitwise_not
你的PR提交成功,感谢你对开源项目的贡献! 请关注后续CI自动化测试结果,详情请参考Paddle-CI手册。 Your PR has been submitted. Thanks for your contribution! Please wait for the result of CI firstly. See Paddle CI Manual for details.
PR Category
User Experience
PR Types
New features
Description
新增了
pd_op.bitwise_and
、pd_op.bitwise_or
、pd_op.bitwise_not
Marker和Converter(我看前面同学还没做,逻辑一样就和or一起做了)