Neoming

Results 2 issues of Neoming

For `exclusive_logical_and`, the identity value is true (non-zero). ![image](https://github.com/user-attachments/assets/8580be37-7cb5-4f61-a035-2f4867bfa3ce) But if the identity is `0xffff ffff`, the OpenCL-CTS will report an error. Which is compared by `compare_ordered(rr, tr)`. ```cpp tr...

**Is your feature request related to a problem? Please describe.** When I merge `DNA_LM` peft fine-tuning scripts from `hugging-face` to `mindnlp`. The parameters of `forward` function in `mindnlp.core.nn.Module` must match...