mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-06 00:03:22 +00:00
The NCHWc transform was missing support for the Sum_6 operator from ONNX 1.2. Older models would add unnecessary reorder ops and also would not use the Conv/Add fusion. |
||
|---|---|---|
| .. | ||
| dummy_graph_transformer.h | ||
| graph_transform_test.cc | ||
| graph_transform_utils_test.cc | ||
| nchwc_optimizer_test.cc | ||
| optimizer_test.cc | ||
| rule_based_graph_transformer_test.cc | ||