mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-14 18:12:05 +00:00
[Automated]: Update C# API docs (#14672)
This commit is contained in:
parent
4117321796
commit
a507c0c6a5
3 changed files with 12 additions and 4 deletions
|
|
@ -73,7 +73,11 @@
|
|||
|
||||
<h1 id="Microsoft_ML_OnnxRuntime_OrtEnv" data-uid="Microsoft.ML.OnnxRuntime.OrtEnv" class="text-break">Class OrtEnv
|
||||
</h1>
|
||||
<div class="markdown level0 summary"><p>This class initializes the process-global ONNX Runtime environment instance (OrtEnv)</p>
|
||||
<div class="markdown level0 summary"><p>This class initializes the process-global ONNX Runtime environment instance (OrtEnv).
|
||||
The singleton class OrtEnv contains the process-global ONNX Runtime environment.
|
||||
It sets up logging, creates system wide thread-pools (if Thread Pool options are provided)
|
||||
and other necessary things for OnnxRuntime to function. Create or access OrtEnv by calling
|
||||
the Instance() method. Call this method before doing anything else in your application.</p>
|
||||
</div>
|
||||
<div class="markdown level0 conceptual"></div>
|
||||
<div class="inheritance">
|
||||
|
|
|
|||
|
|
@ -123,7 +123,11 @@ See docs/C_API.md for more details</p>
|
|||
<section><p>Holds the options for configuring a CUDA Execution Provider instance</p>
|
||||
</section>
|
||||
<h4><a class="xref" href="Microsoft.ML.OnnxRuntime.OrtEnv.html">OrtEnv</a></h4>
|
||||
<section><p>This class initializes the process-global ONNX Runtime environment instance (OrtEnv)</p>
|
||||
<section><p>This class initializes the process-global ONNX Runtime environment instance (OrtEnv).
|
||||
The singleton class OrtEnv contains the process-global ONNX Runtime environment.
|
||||
It sets up logging, creates system wide thread-pools (if Thread Pool options are provided)
|
||||
and other necessary things for OnnxRuntime to function. Create or access OrtEnv by calling
|
||||
the Instance() method. Call this method before doing anything else in your application.</p>
|
||||
</section>
|
||||
<h4><a class="xref" href="Microsoft.ML.OnnxRuntime.OrtExternalAllocation.html">OrtExternalAllocation</a></h4>
|
||||
<section><p>This class represents an arbitrary buffer of memory
|
||||
|
|
|
|||
|
|
@ -249,7 +249,7 @@
|
|||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/Microsoft.ML.OnnxRuntime.OrtEnv.html",
|
||||
"hash": "PXeW553V+aEWRDISvceN6PnUZWZpjFpHmwL5DNu5sD0="
|
||||
"hash": "iS3nVfeBTzG9n4zcHwl3sRPnbjZt2l/lsnAbizwVd1o="
|
||||
}
|
||||
},
|
||||
"is_incremental": true,
|
||||
|
|
@ -561,7 +561,7 @@
|
|||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/Microsoft.ML.OnnxRuntime.html",
|
||||
"hash": "cJW7ywORI8Dbb97+DSeaDVXbbRQ7SHrQsKz164PEMlE="
|
||||
"hash": "tI3yVHfUX4r6AMiVLyXozouqJ4oFAjvf3LaP8S7e7XA="
|
||||
}
|
||||
},
|
||||
"is_incremental": true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue