diff --git a/onnxruntime/core/providers/dml/DmlExecutionProvider/src/ExecutionProvider.h b/onnxruntime/core/providers/dml/DmlExecutionProvider/src/ExecutionProvider.h index 3002177db13f4..7f420f8850001 100644 --- a/onnxruntime/core/providers/dml/DmlExecutionProvider/src/ExecutionProvider.h +++ b/onnxruntime/core/providers/dml/DmlExecutionProvider/src/ExecutionProvider.h @@ -93,7 +93,8 @@ namespace Dml GetCapability( const onnxruntime::GraphViewer& graph, const onnxruntime::IExecutionProvider::IKernelLookup& kernel_lookup, - const onnxruntime::logging::Logger& logger, onnxruntime::IResourceAccountant* resource_accountant) const; + onnxruntime::IResourceAccountant* resource_accountant, + const onnxruntime::logging::Logger& logger) const; uint32_t GetSupportedDeviceDataTypeMask() const;