Contributing: Fix a typo (#2784)

This commit is contained in:
Maher Jendoubi 2020-01-07 17:32:13 +01:00 committed by George Wu
parent 72bdfc8cd4
commit f22bffe0f6

View file

@ -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>