mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-17 21:10:43 +00:00
[C#]Fix API Comment (#17236)
### Description Fix comment reference to a renamed public API. ### Motivation and Context Avoid confusion of incorrect docs. We want this in 1.16 release
This commit is contained in:
parent
618f4839d1
commit
ced0cfbfea
1 changed files with 1 additions and 1 deletions
|
|
@ -743,7 +743,7 @@ namespace Microsoft.ML.OnnxRuntime
|
|||
/// <summary>
|
||||
/// Creates an OrtValue that contains a string tensor of specified shape, and
|
||||
/// containing empty strings. String tensors are always on CPU.
|
||||
/// Use FillStringTensorElement to assign individual elements values.
|
||||
/// Use StringTensorSetElementAt to assign individual elements values.
|
||||
/// </summary>
|
||||
/// <param name="allocator"></param>
|
||||
/// <returns>disposable OrtValue</returns>
|
||||
|
|
|
|||
Loading…
Reference in a new issue