diff --git a/onnxruntime/core/providers/common.h b/onnxruntime/core/providers/common.h index 17dfb39a3f..3688133c6d 100644 --- a/onnxruntime/core/providers/common.h +++ b/onnxruntime/core/providers/common.h @@ -140,9 +140,10 @@ inline bool Contains(const Map& map, const Key& key) { return map.find(key) != map.end(); } +// Note: This helper function will not have overflow protection template