mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-20 21:40:57 +00:00
### Description
<!-- Describe your changes. -->
Add required graph transformer to duplicate DQ nodes to ensure that QDQ
node units have unique DQ nodes. This condition is necessary for QDQ
node unit processing.
### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
There is an existing Python utility that does this:
|
||
|---|---|---|
| .. | ||
| logging | ||
| basic_types.h | ||
| code_location.h | ||
| common.h | ||
| const_pointer_container.h | ||
| denormal.h | ||
| eigen_common_wrapper.h | ||
| exceptions.h | ||
| gpu_profiler_common.h | ||
| gsl.h | ||
| hash_combine.h | ||
| inlined_containers.h | ||
| inlined_containers_fwd.h | ||
| make_string.h | ||
| narrow.h | ||
| optional.h | ||
| parse_string.h | ||
| profiler_common.h | ||
| span_utils.h | ||
| spin_pause.h | ||
| status.h | ||
| string_helper.h | ||