[Automated]: Update C# API docs (#13570)

This commit is contained in:
github-actions[bot] 2023-01-19 16:22:26 -08:00 committed by GitHub
parent 56118f6a10
commit 31b14652e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 302 additions and 3 deletions

View file

@ -706,6 +706,30 @@
</table>
<h4 id="Microsoft_ML_OnnxRuntime_OrtApi_CreateCANNProviderOptions" data-uid="Microsoft.ML.OnnxRuntime.OrtApi.CreateCANNProviderOptions">CreateCANNProviderOptions</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public IntPtr CreateCANNProviderOptions</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">IntPtr</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Microsoft_ML_OnnxRuntime_OrtApi_CreateCpuMemoryInfo" data-uid="Microsoft.ML.OnnxRuntime.OrtApi.CreateCpuMemoryInfo">CreateCpuMemoryInfo</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
@ -1858,6 +1882,30 @@
</table>
<h4 id="Microsoft_ML_OnnxRuntime_OrtApi_GetCANNProviderOptionsAsString" data-uid="Microsoft.ML.OnnxRuntime.OrtApi.GetCANNProviderOptionsAsString">GetCANNProviderOptionsAsString</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public IntPtr GetCANNProviderOptionsAsString</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">IntPtr</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Microsoft_ML_OnnxRuntime_OrtApi_GetCUDAProviderOptionsAsString" data-uid="Microsoft.ML.OnnxRuntime.OrtApi.GetCUDAProviderOptionsAsString">GetCUDAProviderOptionsAsString</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
@ -3010,6 +3058,30 @@
</table>
<h4 id="Microsoft_ML_OnnxRuntime_OrtApi_MemoryInfoGetDeviceType" data-uid="Microsoft.ML.OnnxRuntime.OrtApi.MemoryInfoGetDeviceType">MemoryInfoGetDeviceType</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public IntPtr MemoryInfoGetDeviceType</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">IntPtr</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Microsoft_ML_OnnxRuntime_OrtApi_MemoryInfoGetId" data-uid="Microsoft.ML.OnnxRuntime.OrtApi.MemoryInfoGetId">MemoryInfoGetId</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
@ -3418,6 +3490,30 @@
</table>
<h4 id="Microsoft_ML_OnnxRuntime_OrtApi_ReleaseCANNProviderOptions" data-uid="Microsoft.ML.OnnxRuntime.OrtApi.ReleaseCANNProviderOptions">ReleaseCANNProviderOptions</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public IntPtr ReleaseCANNProviderOptions</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">IntPtr</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Microsoft_ML_OnnxRuntime_OrtApi_ReleaseCUDAProviderOptions" data-uid="Microsoft.ML.OnnxRuntime.OrtApi.ReleaseCUDAProviderOptions">ReleaseCUDAProviderOptions</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
@ -4474,6 +4570,30 @@
</table>
<h4 id="Microsoft_ML_OnnxRuntime_OrtApi_SessionOptionsAppendExecutionProvider_CANN" data-uid="Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsAppendExecutionProvider_CANN">SessionOptionsAppendExecutionProvider_CANN</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public IntPtr SessionOptionsAppendExecutionProvider_CANN</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">IntPtr</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Microsoft_ML_OnnxRuntime_OrtApi_SessionOptionsAppendExecutionProvider_CUDA" data-uid="Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsAppendExecutionProvider_CUDA">SessionOptionsAppendExecutionProvider_CUDA</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
@ -5266,6 +5386,30 @@
</table>
<h4 id="Microsoft_ML_OnnxRuntime_OrtApi_UpdateCANNProviderOptions" data-uid="Microsoft.ML.OnnxRuntime.OrtApi.UpdateCANNProviderOptions">UpdateCANNProviderOptions</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public IntPtr UpdateCANNProviderOptions</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">IntPtr</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Microsoft_ML_OnnxRuntime_OrtApi_UpdateCUDAProviderOptions" data-uid="Microsoft.ML.OnnxRuntime.OrtApi.UpdateCUDAProviderOptions">UpdateCUDAProviderOptions</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
@ -5290,6 +5434,30 @@
</table>
<h4 id="Microsoft_ML_OnnxRuntime_OrtApi_UpdateEnvWithCustomLogLevel" data-uid="Microsoft.ML.OnnxRuntime.OrtApi.UpdateEnvWithCustomLogLevel">UpdateEnvWithCustomLogLevel</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public IntPtr UpdateEnvWithCustomLogLevel</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">IntPtr</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Microsoft_ML_OnnxRuntime_OrtApi_UpdateTensorRTProviderOptions" data-uid="Microsoft.ML.OnnxRuntime.OrtApi.UpdateTensorRTProviderOptions">UpdateTensorRTProviderOptions</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>

View file

@ -91,6 +91,33 @@
</h3>
<a id="Microsoft_ML_OnnxRuntime_OrtEnv_EnvLogLevel_" data-uid="Microsoft.ML.OnnxRuntime.OrtEnv.EnvLogLevel*"></a>
<h4 id="Microsoft_ML_OnnxRuntime_OrtEnv_EnvLogLevel" data-uid="Microsoft.ML.OnnxRuntime.OrtEnv.EnvLogLevel">EnvLogLevel</h4>
<div class="markdown level1 summary"><p>Get/Set log level property of OrtEnv instance</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public LogLevel EnvLogLevel { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Microsoft.ML.OnnxRuntime.LogLevel.html">LogLevel</a></td>
<td><p>env log level</p>
</td>
</tr>
</tbody>
</table>
<a id="Microsoft_ML_OnnxRuntime_OrtEnv_IsInvalid_" data-uid="Microsoft.ML.OnnxRuntime.OrtEnv.IsInvalid*"></a>
<h4 id="Microsoft_ML_OnnxRuntime_OrtEnv_IsInvalid" data-uid="Microsoft.ML.OnnxRuntime.OrtEnv.IsInvalid">IsInvalid</h4>
<div class="markdown level1 summary"><p>Overrides SafeHandle.IsInvalid</p>

View file

@ -240,6 +240,42 @@ Default = false</p>
</h3>
<a id="Microsoft_ML_OnnxRuntime_RunOptions_AddRunConfigEntry_" data-uid="Microsoft.ML.OnnxRuntime.RunOptions.AddRunConfigEntry*"></a>
<h4 id="Microsoft_ML_OnnxRuntime_RunOptions_AddRunConfigEntry_System_String_System_String_" data-uid="Microsoft.ML.OnnxRuntime.RunOptions.AddRunConfigEntry(System.String,System.String)">AddRunConfigEntry(String, String)</h4>
<div class="markdown level1 summary"><p>Set a single run configuration entry as a pair of strings
If a configuration with same key exists, this will overwrite the configuration with the given configValue.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void AddRunConfigEntry(string configKey, string configValue)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">configKey</span></td>
<td><p>config key name</p>
</td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">configValue</span></td>
<td><p>config key value</p>
</td>
</tr>
</tbody>
</table>
<a id="Microsoft_ML_OnnxRuntime_RunOptions_ReleaseHandle_" data-uid="Microsoft.ML.OnnxRuntime.RunOptions.ReleaseHandle*"></a>
<h4 id="Microsoft_ML_OnnxRuntime_RunOptions_ReleaseHandle" data-uid="Microsoft.ML.OnnxRuntime.RunOptions.ReleaseHandle">ReleaseHandle()</h4>
<div class="markdown level1 summary"><p>Overrides SafeHandle.ReleaseHandle() to properly dispose of

View file

@ -201,7 +201,7 @@
"output": {
".html": {
"relative_path": "api/Microsoft.ML.OnnxRuntime.OrtApi.html",
"hash": "sAtiOlRPkaoRheEH0Hs6p5PUIvrmf5sGMeV33rM5v3Q="
"hash": "kcldkKNm2tP5YLLOId862EIO2K7/UXkzwtud6lemh5g="
}
},
"is_incremental": true,
@ -249,7 +249,7 @@
"output": {
".html": {
"relative_path": "api/Microsoft.ML.OnnxRuntime.OrtEnv.html",
"hash": "wWh+HZ8oHuyPvUYGFPQHTC4BKbjwvUQAm6souqXVnBU="
"hash": "PXeW553V+aEWRDISvceN6PnUZWZpjFpHmwL5DNu5sD0="
}
},
"is_incremental": true,
@ -393,7 +393,7 @@
"output": {
".html": {
"relative_path": "api/Microsoft.ML.OnnxRuntime.RunOptions.html",
"hash": "o1Ixt/L59R92AXuO9u+AcSesGcpptSQU4Rk8ihtL/pc="
"hash": "rI8D4rpRajKcZdm9ShDdZuT8YaeHglU3N4iRTSzYW9c="
}
},
"is_incremental": true,

View file

@ -1239,6 +1239,12 @@ references:
commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.CreateArenaCfgV2
fullName: Microsoft.ML.OnnxRuntime.OrtApi.CreateArenaCfgV2
nameWithType: OrtApi.CreateArenaCfgV2
- uid: Microsoft.ML.OnnxRuntime.OrtApi.CreateCANNProviderOptions
name: CreateCANNProviderOptions
href: api/Microsoft.ML.OnnxRuntime.OrtApi.html#Microsoft_ML_OnnxRuntime_OrtApi_CreateCANNProviderOptions
commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.CreateCANNProviderOptions
fullName: Microsoft.ML.OnnxRuntime.OrtApi.CreateCANNProviderOptions
nameWithType: OrtApi.CreateCANNProviderOptions
- uid: Microsoft.ML.OnnxRuntime.OrtApi.CreateCpuMemoryInfo
name: CreateCpuMemoryInfo
href: api/Microsoft.ML.OnnxRuntime.OrtApi.html#Microsoft_ML_OnnxRuntime_OrtApi_CreateCpuMemoryInfo
@ -1527,6 +1533,12 @@ references:
commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.GetBoundOutputValues
fullName: Microsoft.ML.OnnxRuntime.OrtApi.GetBoundOutputValues
nameWithType: OrtApi.GetBoundOutputValues
- uid: Microsoft.ML.OnnxRuntime.OrtApi.GetCANNProviderOptionsAsString
name: GetCANNProviderOptionsAsString
href: api/Microsoft.ML.OnnxRuntime.OrtApi.html#Microsoft_ML_OnnxRuntime_OrtApi_GetCANNProviderOptionsAsString
commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.GetCANNProviderOptionsAsString
fullName: Microsoft.ML.OnnxRuntime.OrtApi.GetCANNProviderOptionsAsString
nameWithType: OrtApi.GetCANNProviderOptionsAsString
- uid: Microsoft.ML.OnnxRuntime.OrtApi.GetCUDAProviderOptionsAsString
name: GetCUDAProviderOptionsAsString
href: api/Microsoft.ML.OnnxRuntime.OrtApi.html#Microsoft_ML_OnnxRuntime_OrtApi_GetCUDAProviderOptionsAsString
@ -1815,6 +1827,12 @@ references:
commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.KernelInfoGetAttributeArray_int64
fullName: Microsoft.ML.OnnxRuntime.OrtApi.KernelInfoGetAttributeArray_int64
nameWithType: OrtApi.KernelInfoGetAttributeArray_int64
- uid: Microsoft.ML.OnnxRuntime.OrtApi.MemoryInfoGetDeviceType
name: MemoryInfoGetDeviceType
href: api/Microsoft.ML.OnnxRuntime.OrtApi.html#Microsoft_ML_OnnxRuntime_OrtApi_MemoryInfoGetDeviceType
commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.MemoryInfoGetDeviceType
fullName: Microsoft.ML.OnnxRuntime.OrtApi.MemoryInfoGetDeviceType
nameWithType: OrtApi.MemoryInfoGetDeviceType
- uid: Microsoft.ML.OnnxRuntime.OrtApi.MemoryInfoGetId
name: MemoryInfoGetId
href: api/Microsoft.ML.OnnxRuntime.OrtApi.html#Microsoft_ML_OnnxRuntime_OrtApi_MemoryInfoGetId
@ -1917,6 +1935,12 @@ references:
commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.ReleaseAvailableProviders
fullName: Microsoft.ML.OnnxRuntime.OrtApi.ReleaseAvailableProviders
nameWithType: OrtApi.ReleaseAvailableProviders
- uid: Microsoft.ML.OnnxRuntime.OrtApi.ReleaseCANNProviderOptions
name: ReleaseCANNProviderOptions
href: api/Microsoft.ML.OnnxRuntime.OrtApi.html#Microsoft_ML_OnnxRuntime_OrtApi_ReleaseCANNProviderOptions
commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.ReleaseCANNProviderOptions
fullName: Microsoft.ML.OnnxRuntime.OrtApi.ReleaseCANNProviderOptions
nameWithType: OrtApi.ReleaseCANNProviderOptions
- uid: Microsoft.ML.OnnxRuntime.OrtApi.ReleaseCUDAProviderOptions
name: ReleaseCUDAProviderOptions
href: api/Microsoft.ML.OnnxRuntime.OrtApi.html#Microsoft_ML_OnnxRuntime_OrtApi_ReleaseCUDAProviderOptions
@ -2181,6 +2205,12 @@ references:
commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsAppendExecutionProvider
fullName: Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsAppendExecutionProvider
nameWithType: OrtApi.SessionOptionsAppendExecutionProvider
- uid: Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsAppendExecutionProvider_CANN
name: SessionOptionsAppendExecutionProvider_CANN
href: api/Microsoft.ML.OnnxRuntime.OrtApi.html#Microsoft_ML_OnnxRuntime_OrtApi_SessionOptionsAppendExecutionProvider_CANN
commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsAppendExecutionProvider_CANN
fullName: Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsAppendExecutionProvider_CANN
nameWithType: OrtApi.SessionOptionsAppendExecutionProvider_CANN
- uid: Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsAppendExecutionProvider_CUDA
name: SessionOptionsAppendExecutionProvider_CUDA
href: api/Microsoft.ML.OnnxRuntime.OrtApi.html#Microsoft_ML_OnnxRuntime_OrtApi_SessionOptionsAppendExecutionProvider_CUDA
@ -2379,12 +2409,24 @@ references:
commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.UnregisterAllocator
fullName: Microsoft.ML.OnnxRuntime.OrtApi.UnregisterAllocator
nameWithType: OrtApi.UnregisterAllocator
- uid: Microsoft.ML.OnnxRuntime.OrtApi.UpdateCANNProviderOptions
name: UpdateCANNProviderOptions
href: api/Microsoft.ML.OnnxRuntime.OrtApi.html#Microsoft_ML_OnnxRuntime_OrtApi_UpdateCANNProviderOptions
commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.UpdateCANNProviderOptions
fullName: Microsoft.ML.OnnxRuntime.OrtApi.UpdateCANNProviderOptions
nameWithType: OrtApi.UpdateCANNProviderOptions
- uid: Microsoft.ML.OnnxRuntime.OrtApi.UpdateCUDAProviderOptions
name: UpdateCUDAProviderOptions
href: api/Microsoft.ML.OnnxRuntime.OrtApi.html#Microsoft_ML_OnnxRuntime_OrtApi_UpdateCUDAProviderOptions
commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.UpdateCUDAProviderOptions
fullName: Microsoft.ML.OnnxRuntime.OrtApi.UpdateCUDAProviderOptions
nameWithType: OrtApi.UpdateCUDAProviderOptions
- uid: Microsoft.ML.OnnxRuntime.OrtApi.UpdateEnvWithCustomLogLevel
name: UpdateEnvWithCustomLogLevel
href: api/Microsoft.ML.OnnxRuntime.OrtApi.html#Microsoft_ML_OnnxRuntime_OrtApi_UpdateEnvWithCustomLogLevel
commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.UpdateEnvWithCustomLogLevel
fullName: Microsoft.ML.OnnxRuntime.OrtApi.UpdateEnvWithCustomLogLevel
nameWithType: OrtApi.UpdateEnvWithCustomLogLevel
- uid: Microsoft.ML.OnnxRuntime.OrtApi.UpdateTensorRTProviderOptions
name: UpdateTensorRTProviderOptions
href: api/Microsoft.ML.OnnxRuntime.OrtApi.html#Microsoft_ML_OnnxRuntime_OrtApi_UpdateTensorRTProviderOptions
@ -2591,6 +2633,19 @@ references:
isSpec: "True"
fullName: Microsoft.ML.OnnxRuntime.OrtEnv.EnableTelemetryEvents
nameWithType: OrtEnv.EnableTelemetryEvents
- uid: Microsoft.ML.OnnxRuntime.OrtEnv.EnvLogLevel
name: EnvLogLevel
href: api/Microsoft.ML.OnnxRuntime.OrtEnv.html#Microsoft_ML_OnnxRuntime_OrtEnv_EnvLogLevel
commentId: P:Microsoft.ML.OnnxRuntime.OrtEnv.EnvLogLevel
fullName: Microsoft.ML.OnnxRuntime.OrtEnv.EnvLogLevel
nameWithType: OrtEnv.EnvLogLevel
- uid: Microsoft.ML.OnnxRuntime.OrtEnv.EnvLogLevel*
name: EnvLogLevel
href: api/Microsoft.ML.OnnxRuntime.OrtEnv.html#Microsoft_ML_OnnxRuntime_OrtEnv_EnvLogLevel_
commentId: Overload:Microsoft.ML.OnnxRuntime.OrtEnv.EnvLogLevel
isSpec: "True"
fullName: Microsoft.ML.OnnxRuntime.OrtEnv.EnvLogLevel
nameWithType: OrtEnv.EnvLogLevel
- uid: Microsoft.ML.OnnxRuntime.OrtEnv.GetAvailableProviders
name: GetAvailableProviders()
href: api/Microsoft.ML.OnnxRuntime.OrtEnv.html#Microsoft_ML_OnnxRuntime_OrtEnv_GetAvailableProviders
@ -3481,6 +3536,19 @@ references:
isSpec: "True"
fullName: Microsoft.ML.OnnxRuntime.RunOptions.RunOptions
nameWithType: RunOptions.RunOptions
- uid: Microsoft.ML.OnnxRuntime.RunOptions.AddRunConfigEntry(System.String,System.String)
name: AddRunConfigEntry(String, String)
href: api/Microsoft.ML.OnnxRuntime.RunOptions.html#Microsoft_ML_OnnxRuntime_RunOptions_AddRunConfigEntry_System_String_System_String_
commentId: M:Microsoft.ML.OnnxRuntime.RunOptions.AddRunConfigEntry(System.String,System.String)
fullName: Microsoft.ML.OnnxRuntime.RunOptions.AddRunConfigEntry(System.String, System.String)
nameWithType: RunOptions.AddRunConfigEntry(String, String)
- uid: Microsoft.ML.OnnxRuntime.RunOptions.AddRunConfigEntry*
name: AddRunConfigEntry
href: api/Microsoft.ML.OnnxRuntime.RunOptions.html#Microsoft_ML_OnnxRuntime_RunOptions_AddRunConfigEntry_
commentId: Overload:Microsoft.ML.OnnxRuntime.RunOptions.AddRunConfigEntry
isSpec: "True"
fullName: Microsoft.ML.OnnxRuntime.RunOptions.AddRunConfigEntry
nameWithType: RunOptions.AddRunConfigEntry
- uid: Microsoft.ML.OnnxRuntime.RunOptions.IsInvalid
name: IsInvalid
href: api/Microsoft.ML.OnnxRuntime.RunOptions.html#Microsoft_ML_OnnxRuntime_RunOptions_IsInvalid