Commits


sumitsays authored and GitHub committed f3180f3ac86
[DML EP] Enable graph inside DML Graph (#13073) ### 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>