Paddle
Paddle copied to clipboard
fix custom-npu op error in optional parameter
PR Category
Custom Device
PR Types
Bug fixes
Description
fix custom-npu op error in optional parameter.
- The compilation of custom-npu become stuck when too many optional parameters are added to the custom-npu op. After commenting out some code in the op_meta_info.h, compilation resumes.
- Fix the problem of unequal values passed to optional parameters in python and C++ when py_None is passed.