Fixed compiler error in Clang (for Win64) for ExecutionProvider (#9482)

This commit is contained in:
Ginés Hidalgo 2021-10-27 05:47:22 -04:00 committed by GitHub
parent 0301f401ee
commit 1efdbff1a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ namespace Dml
Windows::AI::MachineLearning::Adapter::IWinmlExecutionProvider>
{
public:
explicit ExecutionProviderImpl::ExecutionProviderImpl(
explicit ExecutionProviderImpl(
IDMLDevice* dmlDevice,
ID3D12Device* d3d12Device,
ID3D12CommandQueue* queue,