Skip to content

Commit

Permalink
Ort prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheil Kumar committed Oct 12, 2023
1 parent 541be0e commit ad0dad4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions onnxruntime/core/providers/dml/dml_provider_factory.cc
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ ORT_API_STATUS_IMPL(GetD3D12ResourceFromAllocation, _In_ OrtAllocator* ort_alloc
API_IMPL_END
}

ORT_API_STATUS_IMPL(GetDeviceForSessionInput, _In_ OrtSession* session, _In_ const char* input, _Out_ ID3D12Device** device) {
ORT_API_STATUS_IMPL(OrtGetDeviceForSessionInput, _In_ OrtSession* session, _In_ const char* input, _Out_ ID3D12Device** device) {
API_IMPL_BEGIN
*device = nullptr;
#ifdef USE_DML
Expand All @@ -552,7 +552,7 @@ ORT_API_STATUS_IMPL(GetDeviceForSessionInput, _In_ OrtSession* session, _In_ con
API_IMPL_END
}

ORT_API_STATUS_IMPL(GetDeviceForSessionOutput, _In_ OrtSession* session, _In_ const char* output, _Out_ ID3D12Device** device) {
ORT_API_STATUS_IMPL(OrtGetDeviceForSessionOutput, _In_ OrtSession* session, _In_ const char* output, _Out_ ID3D12Device** device) {
API_IMPL_BEGIN
*device = nullptr;
#ifdef USE_DML
Expand Down

0 comments on commit ad0dad4

Please sign in to comment.