Commits


zesongw authored and GitHub committed a5302fec93c
[WebNN EP] Fix bug for PRelu on CPU backend. (#17543) ### Description WebNN CPU backend expects slope of PRelu to be a static value. For now, we will not support it. ### Motivation and Context Fallback this case to pass the CI.