Skip to content

Commit

Permalink
Add missing function pointer stub
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhan committed May 4, 2023
1 parent 1009466 commit 81bfb66
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ public struct OrtApi
public IntPtr CastTypeInfoToOptionalTypeInfo;
public IntPtr GetOptionalContainedTypeInfo;
public IntPtr GetResizedStringTensorElementBuffer;
public IntPtr KernelContext_GetAllocator;
public IntPtr CreateROCMProviderOptions;
public IntPtr UpdateROCMProviderOptions;
public IntPtr GetROCMProviderOptionsAsString;
Expand Down

0 comments on commit 81bfb66

Please sign in to comment.