You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Sdcb.OpenVINO/InferRequest.cs
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,7 @@ public unsafe void Run()
73
73
/// Use it with caution and make sure you understand the risks before invoking this function.
74
74
/// </summary>
75
75
/// <returns>A <see cref="Task"/> representing the asynchronous inference operation.</returns>
76
+
[Obsolete("This method contains some unstable and hacky mechanisms that may potentially lead to crashes in your program. Use it with caution and make sure you understand the risks before invoking this function.")]
0 commit comments