Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/emgucv/emgutf
Browse files Browse the repository at this point in the history
  • Loading branch information
Canming Huang committed Jun 10, 2024
2 parents f888a6b + 4ec7675 commit 9a0bea9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Emgu.TF.Lite/XNNPackDelegate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ public XNNPackDelegate()
}

/// <summary>
/// XNNPackDelegate
/// Initializes a new instance of the <see cref="XNNPackDelegate"/> class with the specified number of threads.
/// </summary>
/// <param name="numThreads">The number of threads to be used by the XNNPack delegate.</param>
public XNNPackDelegate(int numThreads)
{
_ptr = TfLiteInvoke.tfeXNNPackDelegateCreate(numThreads);
Expand Down

0 comments on commit 9a0bea9

Please sign in to comment.