From e75cff657dec283caa603ecbf0870850c66f58fa Mon Sep 17 00:00:00 2001 From: ragmani Date: Thu, 20 Feb 2025 02:37:41 +0000 Subject: [PATCH] Restore unintentional changes --- runtime/onert/core/include/ir/Model.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/runtime/onert/core/include/ir/Model.h b/runtime/onert/core/include/ir/Model.h index ae9c2f0439b..198b4367724 100644 --- a/runtime/onert/core/include/ir/Model.h +++ b/runtime/onert/core/include/ir/Model.h @@ -193,6 +193,8 @@ class Model } private: + // TODO: Apply Heterogeneous lookup for unordered containers (transparent hashing) since C++20 + // to use `std::string_view` with lookup functions in unordered containers std::unordered_map> _metadatas; }; } // namespace onert::ir