From ced0cfbfea9d0ad4ec85349e4397e837da2e33b7 Mon Sep 17 00:00:00 2001 From: Dmitri Smirnov Date: Mon, 21 Aug 2023 15:46:31 -0700 Subject: [PATCH] [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 --- csharp/src/Microsoft.ML.OnnxRuntime/OrtValue.shared.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/src/Microsoft.ML.OnnxRuntime/OrtValue.shared.cs b/csharp/src/Microsoft.ML.OnnxRuntime/OrtValue.shared.cs index b374371446..86b44a6784 100644 --- a/csharp/src/Microsoft.ML.OnnxRuntime/OrtValue.shared.cs +++ b/csharp/src/Microsoft.ML.OnnxRuntime/OrtValue.shared.cs @@ -743,7 +743,7 @@ namespace Microsoft.ML.OnnxRuntime /// /// 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. /// /// /// disposable OrtValue