mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-20 19:12:24 +00:00
### Description Kernels like Attention, BatchNormalization15, etc, can be implemented by using multiple DML APIs. This PR paves the path for graph-based kernel implementation. As part of this PR, every kernel in DML EP will now wrap their DML_OPERATOR_DESC into a graph and send it to FusedGraphKernel. FusedGraphKernel will stich this smaller graph into its main DML_GRAPH. All onnxconformance test and Winml model tests passed. Co-authored-by: Sumit Agarwal <sumitagarwal@microsoft.com> Co-authored-by: Dwayne Robinson <dwayner@microsoft.com> |
||
|---|---|---|
| .. | ||
| contrib_ops | ||
| core | ||
| gsl | ||
| python | ||
| test | ||
| tool/etw | ||
| wasm | ||
| __init__.py | ||
| ReformatSource.ps1 | ||
| ReformatSourcePython.bat | ||
| VSCodeCoverage.runsettings | ||