mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-10 17:37:14 +00:00
* Convert unsqueeze elimination to rewrite rule * Simplify the way we register predefined transformers and rules in the inference session (all details are now moved to the graph transformer utils) * Some reorganization and renaming of methods in graph_utils * Updates in graph transformers test * Update in edge removal to not perform unnecessary check of node args that led to race conditions when updating the graph * Improve documentation for rewrite rules * Remove top-down rule-based transformer (given we currently have only one type of rule-based transformer) |
||
|---|---|---|
| .. | ||
| graph_transformer.h | ||
| graph_transformer_level.h | ||
| graph_transformer_utils.h | ||
| rewrite_rule.h | ||
| rule_based_graph_transformer.h | ||