onnxruntime
f87527c0 - Merged PR 5861108: Allow nodes in DML graph partitions with empty shapes on constant CPU inputs

Commit
5 years ago
Merged PR 5861108: Allow nodes in DML graph partitions with empty shapes on constant CPU inputs Resize is spec'd to ignore the "roi" tensor in certain modes. For some reason, converters are specifying an arbitrary value for this tensor, even though it's optional. This makes the graph partitioner skip a check for empty shape dimensions for tensors such as this, which the DML kernel registers as consuming as CPU inputs. Otherwise, the node is not included in DML graph partitions, because the DML graph doesn't handle empty dimensions. Related work items: #32221164
Author
Committer
Parents
Loading