mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-26 03:00:54 +00:00
Contributing: Fix a typo (#2784)
This commit is contained in:
parent
72bdfc8cd4
commit
f22bffe0f6
1 changed files with 2 additions and 2 deletions
|
|
@ -51,7 +51,7 @@ namespace Microsoft.ML.OnnxRuntime
|
|||
|
||||
#if USE_CUDA
|
||||
/// <summary>
|
||||
/// A helper method to constuct a SessionOptions object for CUDA execution
|
||||
/// A helper method to construct a SessionOptions object for CUDA execution
|
||||
/// </summary>
|
||||
/// <returns>A SessionsOptions() object configured for execution on deviceId=0</returns>
|
||||
public static SessionOptions MakeSessionOptionWithCudaProvider()
|
||||
|
|
@ -60,7 +60,7 @@ namespace Microsoft.ML.OnnxRuntime
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// A helper method to constuct a SessionOptions object for CUDA execution
|
||||
/// A helper method to construct a SessionOptions object for CUDA execution
|
||||
/// </summary>
|
||||
/// <param name="deviceId"></param>
|
||||
/// <returns>A SessionsOptions() object configured for execution on deviceId</returns>
|
||||
|
|
|
|||
Loading…
Reference in a new issue