onnxruntime
2c60bd89 - Limit size of constant nodes creates by DML EP following deduplicatio… (#18915)

Commit
2 years ago
Limit size of constant nodes creates by DML EP following deduplicatio… (#18915) ### Description This limits the size of constant data nodes which the DML EP creates in the DML graph following de-duplication of 1D quantization tensors. In the process it reduces a check for the maximum size of the constant node. This is merged from: https://github.com/microsoft/onnxruntime/pull/18494 ### 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. -->
Author
Parents
Loading