Skip to content

Commit

Permalink
Try without kernelFactoryCapture->CreateKernel
Browse files Browse the repository at this point in the history
  • Loading branch information
PatriceVignola committed Sep 18, 2024
1 parent 7fcd041 commit 4c598d5
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -514,9 +514,6 @@ HRESULT STDMETHODCALLTYPE AbiCustomRegistry::RegisterOperatorKernel(
graphNodeCreateInfo,
constantCpuInputCapture,
constantInputGetter);

Microsoft::WRL::ComPtr<IMLOperatorKernel> kernel;
ORT_THROW_IF_FAILED(kernelFactoryCapture->CreateKernel(kernelInfoWrapper.Get(), kernel.GetAddressOf()));
kernelInfoWrapper->Close();
};

Expand Down

0 comments on commit 4c598d5

Please sign in to comment.