onnxruntime/csharp/src/Microsoft.ML.OnnxRuntime
Dmitri Smirnov 51c42ae64a
[C#] Allow users to quickly populate native string buffers with utf8 bytes (#16559)
### Description
Introduce an API that allows users to gain access to a string tensor
element buffer of requested length in bytes
so then can quickly load any utf8 data.

### Motivation and Context
Useful for testing an otherwise.
2023-07-06 09:51:26 -07:00
..
targets Add yml file for Snpe EP build (#13494) 2022-10-28 19:47:50 -07:00
Tensors Various fixes to the CSharp setup (#15782) 2023-05-05 14:27:30 +10:00
Training [C#] Implement OrtValue APIs (#16206) 2023-06-29 08:59:23 -07:00
AssemblyInfo.shared.cs Add .net6 support to the C# nuget package. (#11908) 2022-06-22 08:08:24 +10:00
DisposableNamedOnnxValue.shared.cs [C#] Implement OrtValue APIs (#16206) 2023-06-29 08:59:23 -07:00
Exceptions.shared.cs [C#] Implement OrtValue APIs (#16206) 2023-06-29 08:59:23 -07:00
FixedBufferOnnxValue.shared.cs [C#] Implement OrtValue APIs (#16206) 2023-06-29 08:59:23 -07:00
InferenceSession.shared.cs [C#] Implement OrtValue APIs (#16206) 2023-06-29 08:59:23 -07:00
ManagedProjections.shared.cs [C#] Implement OrtValue APIs (#16206) 2023-06-29 08:59:23 -07:00
Microsoft.ML.OnnxRuntime.csproj Remove NETSTANDARD1.1 moniker and NETSTD1.1 specific code (#16018) 2023-05-22 17:33:46 -07:00
Microsoft.ML.OnnxRuntime.sln
NamedOnnxValue.shared.cs [C#] Implement OrtValue APIs (#16206) 2023-06-29 08:59:23 -07:00
NativeApiStatus.shared.cs [C#] Implement OrtValue APIs (#16206) 2023-06-29 08:59:23 -07:00
NativeMethods.shared.cs [C#] Implement OrtValue APIs (#16206) 2023-06-29 08:59:23 -07:00
NativeOnnxValueHelper.shared.cs [C#] Implement OrtValue APIs (#16206) 2023-06-29 08:59:23 -07:00
OrtAllocator.shared.cs [C#] Implement OrtValue APIs (#16206) 2023-06-29 08:59:23 -07:00
OrtEnv.shared.cs Adust GetVersionString() GetBuildInfoString() signatures and move them to OrtApi (#15921) 2023-05-13 13:45:07 -07:00
OrtIoBinding.shared.cs [C#] Implement OrtValue APIs (#16206) 2023-06-29 08:59:23 -07:00
OrtLoggingLevel.shared.cs [C#] Allow passing various options when creating singleton Environment object. (#14723) 2023-04-18 21:49:55 -07:00
OrtThreadingOptions.shared.cs [C#] Allow passing various options when creating singleton Environment object. (#14723) 2023-04-18 21:49:55 -07:00
OrtTypeInfo.shared.cs [C#] Implement OrtValue APIs (#16206) 2023-06-29 08:59:23 -07:00
OrtValue.shared.cs [C#] Allow users to quickly populate native string buffers with utf8 bytes (#16559) 2023-07-06 09:51:26 -07:00
OrtValueTensor.shared.cs [C#] Implement OrtValue APIs (#16206) 2023-06-29 08:59:23 -07:00
PrepackedWeightsContainer.shared.cs
ProviderOptions.shared.cs [C#] Implement OrtValue APIs (#16206) 2023-06-29 08:59:23 -07:00
RunOptions.shared.cs [C# ] Improve string marshalling and reduce GC pressure (#15545) 2023-04-20 15:12:51 -07:00
SessionOptions.shared.cs [C#] Implement OrtValue APIs (#16206) 2023-06-29 08:59:23 -07:00
SessionOptionsContainer.shared.cs