mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-02 23:39:58 +00:00
Work on minimizing memory management calls by reducing number of allocations and copies. Replace std::unordered_set to InlinedHashSet and add usage of InlinedVector. Employ std::move() to minimize copying and memory allocations. Remove copying of the const shared data into each of the PropagateCast transformer instances. Move inlined_containers.h header to include/common Adjust AsSpan imlementation for C++ < 17 |
||
|---|---|---|
| .. | ||
| graph_transformer.h | ||
| graph_transformer_config.h | ||
| graph_transformer_level.h | ||
| graph_transformer_utils.h | ||
| rewrite_rule.h | ||
| rule_based_graph_transformer.h | ||