mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-16 21:00:14 +00:00
warn that initializers are in graph input provide a tool to move initializer out of graph input Motivation and Context ONNX model from IR_VERSION 4 only treats initializers that appear in graph input as non-constant. This may fail some of the graph optimizations, like const folding, operator fusion and etc. Warn the case and provide a tool. |
||
|---|---|---|
| .. | ||
| dump_subgraphs.py | ||
| FindOptimizerOpsetVersionUpdatesRequired.py | ||
| gen_doc.py | ||
| gen_opkernel_doc.py | ||
| get_submodules.py | ||
| onnx_test_data_utils.py | ||
| remove_initializer_from_input.py | ||
| update_version.py | ||