mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-01 23:30:35 +00:00
Fixed compiler error in Clang (for Win64) for ExecutionProvider (#9482)
This commit is contained in:
parent
0301f401ee
commit
1efdbff1a3
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ namespace Dml
|
|||
Windows::AI::MachineLearning::Adapter::IWinmlExecutionProvider>
|
||||
{
|
||||
public:
|
||||
explicit ExecutionProviderImpl::ExecutionProviderImpl(
|
||||
explicit ExecutionProviderImpl(
|
||||
IDMLDevice* dmlDevice,
|
||||
ID3D12Device* d3d12Device,
|
||||
ID3D12CommandQueue* queue,
|
||||
|
|
|
|||
Loading…
Reference in a new issue