Commits


Wanming Lin authored and GitHub committed 96d1f3203a0
[WebNN EP] Decompose Concat with input number > 4 for CPU backend (#18930) WebNN XNNPack backend only supports the concat with inputs number <= 4, decomposing the Concat with inputs number > 4 into multiple WebNN concat ops.