Commit 273aee9
Fix unchecked map access in xnnpack (#18804)
Introduce remapId function that checks error instead of
std::unordered_map::at(), which throws std::out_of_range in noexcept
functions causing std::terminate(). Applied across all ~30
node-definition functions in XNNCompiler.
Authored-with: Claude
Co-authored-by: Github Executorch <github_executorch@arm.com>1 parent 266ff2d commit 273aee9
1 file changed
+175
-92
lines changed
0 commit comments