From 98b2b7f5bb51f8c81e937ad3beedfd946825add4 Mon Sep 17 00:00:00 2001 From: Cassie Breviu <46505951+cassiebreviu@users.noreply.github.com> Date: Fri, 2 Sep 2022 00:14:03 -0500 Subject: [PATCH] Update csharp documentation (#12830) --- .github/workflows/publish-csharp-apidocs.yml | 31 +- csharp/ApiDocs/.gitignore | 2 - csharp/ApiDocs/api/.gitignore | 1 + .../Microsoft.ML.OnnxRuntime.CoreMLFlags.yml | 228 - ...L.OnnxRuntime.DisposableNamedOnnxValue.yml | 855 -- ...Microsoft.ML.OnnxRuntime.ExecutionMode.yml | 114 - ...ft.ML.OnnxRuntime.FixedBufferOnnxValue.yml | 791 -- ....ML.OnnxRuntime.GraphOptimizationLevel.yml | 180 - ...untime.IDisposableReadOnlyCollection-1.yml | 341 - ...rosoft.ML.OnnxRuntime.InferenceSession.yml | 2387 ------ .../api/Microsoft.ML.OnnxRuntime.LogLevel.yml | 213 - ...Microsoft.ML.OnnxRuntime.ModelMetadata.yml | 780 -- ...icrosoft.ML.OnnxRuntime.NamedOnnxValue.yml | 1025 --- .../Microsoft.ML.OnnxRuntime.NnapiFlags.yml | 256 - .../Microsoft.ML.OnnxRuntime.NodeMetadata.yml | 636 -- ...ft.ML.OnnxRuntime.OnnxRuntimeException.yml | 442 - ...Microsoft.ML.OnnxRuntime.OnnxValueType.yml | 246 - .../Microsoft.ML.OnnxRuntime.OrtAllocator.yml | 986 --- ...rosoft.ML.OnnxRuntime.OrtAllocatorType.yml | 114 - .../api/Microsoft.ML.OnnxRuntime.OrtApi.yml | 7266 ----------------- .../Microsoft.ML.OnnxRuntime.OrtApiBase.yml | 386 - .../Microsoft.ML.OnnxRuntime.OrtArenaCfg.yml | 841 -- ....ML.OnnxRuntime.OrtCUDAProviderOptions.yml | 1024 --- .../api/Microsoft.ML.OnnxRuntime.OrtEnv.yml | 1025 --- ...t.ML.OnnxRuntime.OrtExternalAllocation.yml | 673 -- .../Microsoft.ML.OnnxRuntime.OrtIoBinding.yml | 1490 ---- ...t.ML.OnnxRuntime.OrtLanguageProjection.yml | 246 - ...crosoft.ML.OnnxRuntime.OrtLoggingLevel.yml | 213 - .../Microsoft.ML.OnnxRuntime.OrtMemType.yml | 180 - ...oft.ML.OnnxRuntime.OrtMemoryAllocation.yml | 877 -- ...Microsoft.ML.OnnxRuntime.OrtMemoryInfo.yml | 1393 ---- ...OnnxRuntime.OrtTensorRTProviderOptions.yml | 1072 --- .../api/Microsoft.ML.OnnxRuntime.OrtValue.yml | 1046 --- ....OnnxRuntime.PrePackedWeightsContainer.yml | 814 -- ...OnnxRuntime.ProviderOptionsValueHelper.yml | 518 -- .../Microsoft.ML.OnnxRuntime.RunOptions.yml | 1007 --- ...icrosoft.ML.OnnxRuntime.SessionOptions.yml | 2897 ------- ...ML.OnnxRuntime.SessionOptionsContainer.yml | 686 -- ...xRuntime.Tensors.ArrayTensorExtensions.yml | 796 -- ...rosoft.ML.OnnxRuntime.Tensors.BFloat16.yml | 748 -- ...t.ML.OnnxRuntime.Tensors.DenseTensor-1.yml | 6444 --------------- ...crosoft.ML.OnnxRuntime.Tensors.Float16.yml | 748 -- ...rosoft.ML.OnnxRuntime.Tensors.Tensor-1.yml | 5944 -------------- ...icrosoft.ML.OnnxRuntime.Tensors.Tensor.yml | 706 -- ...soft.ML.OnnxRuntime.Tensors.TensorBase.yml | 543 -- ....OnnxRuntime.Tensors.TensorElementType.yml | 609 -- ...xRuntime.Tensors.TensorElementTypeInfo.yml | 542 -- ....ML.OnnxRuntime.Tensors.TensorTypeInfo.yml | 541 -- .../api/Microsoft.ML.OnnxRuntime.Tensors.yml | 150 - .../ApiDocs/api/Microsoft.ML.OnnxRuntime.yml | 290 - csharp/ApiDocs/api/toc.yml | 100 - csharp/ApiDocs/docfx.json | 7 +- csharp/ApiDocs/index.md | 2 +- 53 files changed, 28 insertions(+), 51424 deletions(-) delete mode 100644 csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.CoreMLFlags.yml delete mode 100644 csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue.yml delete mode 100644 csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.ExecutionMode.yml delete mode 100644 csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue.yml delete mode 100644 csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.GraphOptimizationLevel.yml delete mode 100644 csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection-1.yml delete mode 100644 csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.InferenceSession.yml delete mode 100644 csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.LogLevel.yml delete mode 100644 csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.ModelMetadata.yml delete mode 100644 csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.NamedOnnxValue.yml delete mode 100644 csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.NnapiFlags.yml delete mode 100644 csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.NodeMetadata.yml delete mode 100644 csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OnnxRuntimeException.yml delete mode 100644 csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OnnxValueType.yml delete mode 100644 csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtAllocator.yml delete mode 100644 csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtAllocatorType.yml delete mode 100644 csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtApi.yml delete mode 100644 csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtApiBase.yml delete mode 100644 csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtArenaCfg.yml delete mode 100644 csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions.yml delete mode 100644 csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtEnv.yml delete mode 100644 csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtExternalAllocation.yml delete mode 100644 csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtIoBinding.yml delete mode 100644 csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtLanguageProjection.yml delete mode 100644 csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtLoggingLevel.yml delete mode 100644 csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtMemType.yml delete mode 100644 csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtMemoryAllocation.yml delete mode 100644 csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtMemoryInfo.yml delete mode 100644 csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.yml delete mode 100644 csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtValue.yml delete mode 100644 csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer.yml delete mode 100644 csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.ProviderOptionsValueHelper.yml delete mode 100644 csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.RunOptions.yml delete mode 100644 csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.SessionOptions.yml delete mode 100644 csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.SessionOptionsContainer.yml delete mode 100644 csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.Tensors.ArrayTensorExtensions.yml delete mode 100644 csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.Tensors.BFloat16.yml delete mode 100644 csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.Tensors.DenseTensor-1.yml delete mode 100644 csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.Tensors.Float16.yml delete mode 100644 csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.Tensors.Tensor-1.yml delete mode 100644 csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.Tensors.Tensor.yml delete mode 100644 csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.Tensors.TensorBase.yml delete mode 100644 csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.yml delete mode 100644 csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo.yml delete mode 100644 csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo.yml delete mode 100644 csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.Tensors.yml delete mode 100644 csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.yml delete mode 100644 csharp/ApiDocs/api/toc.yml diff --git a/.github/workflows/publish-csharp-apidocs.yml b/.github/workflows/publish-csharp-apidocs.yml index 5806e4df5e233..c154ea46b2820 100644 --- a/.github/workflows/publish-csharp-apidocs.yml +++ b/.github/workflows/publish-csharp-apidocs.yml @@ -5,17 +5,32 @@ on: - main jobs: publish: - runs-on: ubuntu-latest + runs-on: windows-latest steps: - uses: actions/checkout@v3 - name: Setup .NET uses: actions/setup-dotnet@v2 with: - dotnet-version: 6.0.x + dotnet-version: 5.0.x - name: Restore dependencies run: dotnet restore csharp/ApiDocs/ApiDocs.csproj - - name: Build - run: dotnet build csharp/ApiDocs/ApiDocs.csproj --no-restore + - name: Download DocFX + run: | + mkdir -p build/docfx + Invoke-WebRequest -Uri "https://github.com/dotnet/docfx/releases/download/v${env:DOCFXVERSION}/docfx.zip" -OutFile "build/docfx/docfx.zip" + [System.IO.Compression.ZipFile]::ExtractToDirectory("build/docfx/docfx.zip", "build/docfx" ) + cd build/docfx + ls + env: + DOCFXVERSION: 2.59.3 + - name: Install NuGet + uses: nuget/setup-nuget@v1 + - name: Build Documentation + run: | + ls + build/docfx/docfx.exe metadata csharp/ApiDocs/docfx.json + dotnet build csharp/ApiDocs/ApiDocs.csproj --no-restore + build/docfx/docfx.exe build csharp/ApiDocs/docfx.json - name: Set commit ID id: vars run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)" @@ -25,10 +40,10 @@ jobs: clean: false - name: Move API docs into target area run: | - rm -rf docs/api/csharp - mv csharp/ApiDocs/csharp docs/api - rm -r csharp/ApiDocs - rm -r csharp/src + if (Test-Path -Path docs/api/csharp) {rmdir docs/api/csharp /q /s} + MOVE csharp/ApiDocs/csharp docs/api + rm -r -fo csharp/ApiDocs + rm -r -fo csharp/src - name: Git Checkin run: git add . - name: Create Pull Request diff --git a/csharp/ApiDocs/.gitignore b/csharp/ApiDocs/.gitignore index f11dda9cd5561..58d0267cb83fc 100644 --- a/csharp/ApiDocs/.gitignore +++ b/csharp/ApiDocs/.gitignore @@ -6,7 +6,5 @@ /**/packages/ /**/bin/ /**/obj/ -_site -dest csharp *.txt diff --git a/csharp/ApiDocs/api/.gitignore b/csharp/ApiDocs/api/.gitignore index 5c124eaa35435..e8079a3bef9d6 100644 --- a/csharp/ApiDocs/api/.gitignore +++ b/csharp/ApiDocs/api/.gitignore @@ -1,4 +1,5 @@ ############### # temp file # ############### +*.yml .manifest diff --git a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.CoreMLFlags.yml b/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.CoreMLFlags.yml deleted file mode 100644 index 2cf9a838ad007..0000000000000 --- a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.CoreMLFlags.yml +++ /dev/null @@ -1,228 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Microsoft.ML.OnnxRuntime.CoreMLFlags - commentId: T:Microsoft.ML.OnnxRuntime.CoreMLFlags - id: CoreMLFlags - parent: Microsoft.ML.OnnxRuntime - children: - - Microsoft.ML.OnnxRuntime.CoreMLFlags.COREML_FLAG_ENABLE_ON_SUBGRAPH - - Microsoft.ML.OnnxRuntime.CoreMLFlags.COREML_FLAG_LAST - - Microsoft.ML.OnnxRuntime.CoreMLFlags.COREML_FLAG_ONLY_ENABLE_DEVICE_WITH_ANE - - Microsoft.ML.OnnxRuntime.CoreMLFlags.COREML_FLAG_USE_CPU_ONLY - - Microsoft.ML.OnnxRuntime.CoreMLFlags.COREML_FLAG_USE_NONE - langs: - - csharp - - vb - name: CoreMLFlags - nameWithType: CoreMLFlags - fullName: Microsoft.ML.OnnxRuntime.CoreMLFlags - type: Enum - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CoreMLFlags - path: ../src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - startLine: 250 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nCoreML flags for use with SessionOptions\n" - example: [] - syntax: - content: >- - [Flags] - - public enum CoreMLFlags : uint - content.vb: >- - - - Public Enum CoreMLFlags As UInteger - attributes: - - type: System.FlagsAttribute - ctor: System.FlagsAttribute.#ctor - arguments: [] - modifiers.csharp: - - public - - enum - modifiers.vb: - - Public - - Enum -- uid: Microsoft.ML.OnnxRuntime.CoreMLFlags.COREML_FLAG_USE_NONE - commentId: F:Microsoft.ML.OnnxRuntime.CoreMLFlags.COREML_FLAG_USE_NONE - id: COREML_FLAG_USE_NONE - parent: Microsoft.ML.OnnxRuntime.CoreMLFlags - langs: - - csharp - - vb - name: COREML_FLAG_USE_NONE - nameWithType: CoreMLFlags.COREML_FLAG_USE_NONE - fullName: Microsoft.ML.OnnxRuntime.CoreMLFlags.COREML_FLAG_USE_NONE - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: COREML_FLAG_USE_NONE - path: ../src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - startLine: 253 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: COREML_FLAG_USE_NONE = 0U - return: - type: Microsoft.ML.OnnxRuntime.CoreMLFlags - content.vb: COREML_FLAG_USE_NONE = 0UI - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Microsoft.ML.OnnxRuntime.CoreMLFlags.COREML_FLAG_USE_CPU_ONLY - commentId: F:Microsoft.ML.OnnxRuntime.CoreMLFlags.COREML_FLAG_USE_CPU_ONLY - id: COREML_FLAG_USE_CPU_ONLY - parent: Microsoft.ML.OnnxRuntime.CoreMLFlags - langs: - - csharp - - vb - name: COREML_FLAG_USE_CPU_ONLY - nameWithType: CoreMLFlags.COREML_FLAG_USE_CPU_ONLY - fullName: Microsoft.ML.OnnxRuntime.CoreMLFlags.COREML_FLAG_USE_CPU_ONLY - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: COREML_FLAG_USE_CPU_ONLY - path: ../src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - startLine: 254 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: COREML_FLAG_USE_CPU_ONLY = 1U - return: - type: Microsoft.ML.OnnxRuntime.CoreMLFlags - content.vb: COREML_FLAG_USE_CPU_ONLY = 1UI - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Microsoft.ML.OnnxRuntime.CoreMLFlags.COREML_FLAG_ENABLE_ON_SUBGRAPH - commentId: F:Microsoft.ML.OnnxRuntime.CoreMLFlags.COREML_FLAG_ENABLE_ON_SUBGRAPH - id: COREML_FLAG_ENABLE_ON_SUBGRAPH - parent: Microsoft.ML.OnnxRuntime.CoreMLFlags - langs: - - csharp - - vb - name: COREML_FLAG_ENABLE_ON_SUBGRAPH - nameWithType: CoreMLFlags.COREML_FLAG_ENABLE_ON_SUBGRAPH - fullName: Microsoft.ML.OnnxRuntime.CoreMLFlags.COREML_FLAG_ENABLE_ON_SUBGRAPH - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: COREML_FLAG_ENABLE_ON_SUBGRAPH - path: ../src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - startLine: 255 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: COREML_FLAG_ENABLE_ON_SUBGRAPH = 2U - return: - type: Microsoft.ML.OnnxRuntime.CoreMLFlags - content.vb: COREML_FLAG_ENABLE_ON_SUBGRAPH = 2UI - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Microsoft.ML.OnnxRuntime.CoreMLFlags.COREML_FLAG_ONLY_ENABLE_DEVICE_WITH_ANE - commentId: F:Microsoft.ML.OnnxRuntime.CoreMLFlags.COREML_FLAG_ONLY_ENABLE_DEVICE_WITH_ANE - id: COREML_FLAG_ONLY_ENABLE_DEVICE_WITH_ANE - parent: Microsoft.ML.OnnxRuntime.CoreMLFlags - langs: - - csharp - - vb - name: COREML_FLAG_ONLY_ENABLE_DEVICE_WITH_ANE - nameWithType: CoreMLFlags.COREML_FLAG_ONLY_ENABLE_DEVICE_WITH_ANE - fullName: Microsoft.ML.OnnxRuntime.CoreMLFlags.COREML_FLAG_ONLY_ENABLE_DEVICE_WITH_ANE - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: COREML_FLAG_ONLY_ENABLE_DEVICE_WITH_ANE - path: ../src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - startLine: 256 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: COREML_FLAG_ONLY_ENABLE_DEVICE_WITH_ANE = 4U - return: - type: Microsoft.ML.OnnxRuntime.CoreMLFlags - content.vb: COREML_FLAG_ONLY_ENABLE_DEVICE_WITH_ANE = 4UI - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Microsoft.ML.OnnxRuntime.CoreMLFlags.COREML_FLAG_LAST - commentId: F:Microsoft.ML.OnnxRuntime.CoreMLFlags.COREML_FLAG_LAST - id: COREML_FLAG_LAST - parent: Microsoft.ML.OnnxRuntime.CoreMLFlags - langs: - - csharp - - vb - name: COREML_FLAG_LAST - nameWithType: CoreMLFlags.COREML_FLAG_LAST - fullName: Microsoft.ML.OnnxRuntime.CoreMLFlags.COREML_FLAG_LAST - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: COREML_FLAG_LAST - path: ../src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - startLine: 257 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: COREML_FLAG_LAST = 4U - return: - type: Microsoft.ML.OnnxRuntime.CoreMLFlags - content.vb: COREML_FLAG_LAST = 4UI - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -references: -- uid: Microsoft.ML.OnnxRuntime - commentId: N:Microsoft.ML.OnnxRuntime - name: Microsoft.ML.OnnxRuntime - nameWithType: Microsoft.ML.OnnxRuntime - fullName: Microsoft.ML.OnnxRuntime -- uid: Microsoft.ML.OnnxRuntime.CoreMLFlags - commentId: T:Microsoft.ML.OnnxRuntime.CoreMLFlags - parent: Microsoft.ML.OnnxRuntime - name: CoreMLFlags - nameWithType: CoreMLFlags - fullName: Microsoft.ML.OnnxRuntime.CoreMLFlags diff --git a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue.yml b/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue.yml deleted file mode 100644 index 49ddb1a841889..0000000000000 --- a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue.yml +++ /dev/null @@ -1,855 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue - commentId: T:Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue - id: DisposableNamedOnnxValue - parent: Microsoft.ML.OnnxRuntime - children: - - Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue.Dispose - - Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue.Dispose(System.Boolean) - - Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue.ElementType - - Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue.ValueType - langs: - - csharp - - vb - name: DisposableNamedOnnxValue - nameWithType: DisposableNamedOnnxValue - fullName: Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue - type: Class - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/DisposableNamedOnnxValue.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: DisposableNamedOnnxValue - path: ../src/Microsoft.ML.OnnxRuntime/DisposableNamedOnnxValue.shared.cs - startLine: 60 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nThis class serves as a container for model run output values including\ntensors, sequences of tensors, sequences and maps.\nIt extends NamedOnnxValue, exposes the OnnxValueType and Tensor type\nThe class must be disposed of.\nIt disposes of _ortValueHolder that owns the underlying Ort output value and\nanything else that would need to be disposed by the instance of the class.\nUse factory method CreateFromOrtValue to obtain an instance of the class.\n" - example: [] - syntax: - content: 'public class DisposableNamedOnnxValue : NamedOnnxValue, IDisposable' - content.vb: >- - Public Class DisposableNamedOnnxValue - Inherits NamedOnnxValue - Implements IDisposable - inheritance: - - System.Object - - Microsoft.ML.OnnxRuntime.NamedOnnxValue - implements: - - System.IDisposable - inheritedMembers: - - Microsoft.ML.OnnxRuntime.NamedOnnxValue._value - - Microsoft.ML.OnnxRuntime.NamedOnnxValue._name - - Microsoft.ML.OnnxRuntime.NamedOnnxValue.CreateFromTensor``1(System.String,Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}) - - Microsoft.ML.OnnxRuntime.NamedOnnxValue.Name - - Microsoft.ML.OnnxRuntime.NamedOnnxValue.Value - - Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsTensor``1 - - Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsEnumerable``1 - - Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsDictionary``2 - - System.Object.Equals(System.Object) - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetHashCode - - System.Object.GetType - - System.Object.MemberwiseClone - - System.Object.ReferenceEquals(System.Object,System.Object) - - System.Object.ToString - modifiers.csharp: - - public - - class - modifiers.vb: - - Public - - Class -- uid: Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue.ValueType - commentId: P:Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue.ValueType - id: ValueType - parent: Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue - langs: - - csharp - - vb - name: ValueType - nameWithType: DisposableNamedOnnxValue.ValueType - fullName: Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue.ValueType - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/DisposableNamedOnnxValue.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ValueType - path: ../src/Microsoft.ML.OnnxRuntime/DisposableNamedOnnxValue.shared.cs - startLine: 89 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nReturns OnnxValueType\n" - example: [] - syntax: - content: public OnnxValueType ValueType { get; } - parameters: [] - return: - type: Microsoft.ML.OnnxRuntime.OnnxValueType - content.vb: Public ReadOnly Property ValueType As OnnxValueType - overload: Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue.ValueType* - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly -- uid: Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue.ElementType - commentId: P:Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue.ElementType - id: ElementType - parent: Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue - langs: - - csharp - - vb - name: ElementType - nameWithType: DisposableNamedOnnxValue.ElementType - fullName: Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue.ElementType - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/DisposableNamedOnnxValue.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ElementType - path: ../src/Microsoft.ML.OnnxRuntime/DisposableNamedOnnxValue.shared.cs - startLine: 94 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nOnly valid if ValueType is Tensor\n" - example: [] - syntax: - content: public TensorElementType ElementType { get; } - parameters: [] - return: - type: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - content.vb: Public ReadOnly Property ElementType As TensorElementType - overload: Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue.ElementType* - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly -- uid: Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue.Dispose(System.Boolean) - commentId: M:Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue.Dispose(System.Boolean) - id: Dispose(System.Boolean) - parent: Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue - langs: - - csharp - - vb - name: Dispose(Boolean) - nameWithType: DisposableNamedOnnxValue.Dispose(Boolean) - fullName: Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue.Dispose(System.Boolean) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/DisposableNamedOnnxValue.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Dispose - path: ../src/Microsoft.ML.OnnxRuntime/DisposableNamedOnnxValue.shared.cs - startLine: 425 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nIDisposable implementation\n" - example: [] - syntax: - content: protected virtual void Dispose(bool disposing) - parameters: - - id: disposing - type: System.Boolean - description: true if invoked by Dispose() - content.vb: Protected Overridable Sub Dispose(disposing As Boolean) - overload: Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue.Dispose* - modifiers.csharp: - - protected - - virtual - modifiers.vb: - - Protected - - Overridable -- uid: Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue.Dispose - commentId: M:Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue.Dispose - id: Dispose - parent: Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue - langs: - - csharp - - vb - name: Dispose() - nameWithType: DisposableNamedOnnxValue.Dispose() - fullName: Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue.Dispose() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/DisposableNamedOnnxValue.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Dispose - path: ../src/Microsoft.ML.OnnxRuntime/DisposableNamedOnnxValue.shared.cs - startLine: 448 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nIDisposable implementation\n" - example: [] - syntax: - content: public void Dispose() - content.vb: Public Sub Dispose - overload: Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue.Dispose* - implements: - - System.IDisposable.Dispose - modifiers.csharp: - - public - modifiers.vb: - - Public -references: -- uid: Microsoft.ML.OnnxRuntime - commentId: N:Microsoft.ML.OnnxRuntime - name: Microsoft.ML.OnnxRuntime - nameWithType: Microsoft.ML.OnnxRuntime - fullName: Microsoft.ML.OnnxRuntime -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue - commentId: T:Microsoft.ML.OnnxRuntime.NamedOnnxValue - parent: Microsoft.ML.OnnxRuntime - name: NamedOnnxValue - nameWithType: NamedOnnxValue - fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue -- uid: System.IDisposable - commentId: T:System.IDisposable - parent: System - isExternal: true - name: IDisposable - nameWithType: IDisposable - fullName: System.IDisposable -- uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue._value - commentId: F:Microsoft.ML.OnnxRuntime.NamedOnnxValue._value - parent: Microsoft.ML.OnnxRuntime.NamedOnnxValue - name: _value - nameWithType: NamedOnnxValue._value - fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue._value -- uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue._name - commentId: F:Microsoft.ML.OnnxRuntime.NamedOnnxValue._name - parent: Microsoft.ML.OnnxRuntime.NamedOnnxValue - name: _name - nameWithType: NamedOnnxValue._name - fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue._name -- uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue.CreateFromTensor``1(System.String,Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}) - commentId: M:Microsoft.ML.OnnxRuntime.NamedOnnxValue.CreateFromTensor``1(System.String,Microsoft.ML.OnnxRuntime.Tensors.Tensor{``0}) - parent: Microsoft.ML.OnnxRuntime.NamedOnnxValue - definition: Microsoft.ML.OnnxRuntime.NamedOnnxValue.CreateFromTensor``1(System.String,Microsoft.ML.OnnxRuntime.Tensors.Tensor{``0}) - name: CreateFromTensor(String, Tensor) - nameWithType: NamedOnnxValue.CreateFromTensor(String, Tensor) - fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue.CreateFromTensor(System.String, Microsoft.ML.OnnxRuntime.Tensors.Tensor) - nameWithType.vb: NamedOnnxValue.CreateFromTensor(Of T)(String, Tensor(Of T)) - fullName.vb: Microsoft.ML.OnnxRuntime.NamedOnnxValue.CreateFromTensor(Of T)(System.String, Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T)) - name.vb: CreateFromTensor(Of T)(String, Tensor(Of T)) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue.CreateFromTensor``1(System.String,Microsoft.ML.OnnxRuntime.Tensors.Tensor{``0}) - name: CreateFromTensor - nameWithType: NamedOnnxValue.CreateFromTensor - fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue.CreateFromTensor - - name: ( - nameWithType: ( - fullName: ( - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue.CreateFromTensor``1(System.String,Microsoft.ML.OnnxRuntime.Tensors.Tensor{``0}) - name: CreateFromTensor(Of T) - nameWithType: NamedOnnxValue.CreateFromTensor(Of T) - fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue.CreateFromTensor(Of T) - - name: ( - nameWithType: ( - fullName: ( - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue.Name - commentId: P:Microsoft.ML.OnnxRuntime.NamedOnnxValue.Name - parent: Microsoft.ML.OnnxRuntime.NamedOnnxValue - name: Name - nameWithType: NamedOnnxValue.Name - fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue.Name -- uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue.Value - commentId: P:Microsoft.ML.OnnxRuntime.NamedOnnxValue.Value - parent: Microsoft.ML.OnnxRuntime.NamedOnnxValue - name: Value - nameWithType: NamedOnnxValue.Value - fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue.Value -- uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsTensor``1 - commentId: M:Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsTensor``1 - parent: Microsoft.ML.OnnxRuntime.NamedOnnxValue - name: AsTensor() - nameWithType: NamedOnnxValue.AsTensor() - fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsTensor() - nameWithType.vb: NamedOnnxValue.AsTensor(Of T)() - fullName.vb: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsTensor(Of T)() - name.vb: AsTensor(Of T)() - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsTensor``1 - name: AsTensor - nameWithType: NamedOnnxValue.AsTensor - fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsTensor - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsTensor``1 - name: AsTensor(Of T) - nameWithType: NamedOnnxValue.AsTensor(Of T) - fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsTensor(Of T) - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsEnumerable``1 - commentId: M:Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsEnumerable``1 - parent: Microsoft.ML.OnnxRuntime.NamedOnnxValue - name: AsEnumerable() - nameWithType: NamedOnnxValue.AsEnumerable() - fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsEnumerable() - nameWithType.vb: NamedOnnxValue.AsEnumerable(Of T)() - fullName.vb: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsEnumerable(Of T)() - name.vb: AsEnumerable(Of T)() - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsEnumerable``1 - name: AsEnumerable - nameWithType: NamedOnnxValue.AsEnumerable - fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsEnumerable - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsEnumerable``1 - name: AsEnumerable(Of T) - nameWithType: NamedOnnxValue.AsEnumerable(Of T) - fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsEnumerable(Of T) - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsDictionary``2 - commentId: M:Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsDictionary``2 - parent: Microsoft.ML.OnnxRuntime.NamedOnnxValue - name: AsDictionary() - nameWithType: NamedOnnxValue.AsDictionary() - fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsDictionary() - nameWithType.vb: NamedOnnxValue.AsDictionary(Of K, V)() - fullName.vb: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsDictionary(Of K, V)() - name.vb: AsDictionary(Of K, V)() - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsDictionary``2 - name: AsDictionary - nameWithType: NamedOnnxValue.AsDictionary - fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsDictionary - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsDictionary``2 - name: AsDictionary(Of K, V) - nameWithType: NamedOnnxValue.AsDictionary(Of K, V) - fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsDictionary(Of K, V) - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object) - commentId: M:System.Object.Equals(System.Object) - parent: System.Object - isExternal: true - name: Equals(Object) - nameWithType: Object.Equals(Object) - fullName: System.Object.Equals(System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetHashCode - commentId: M:System.Object.GetHashCode - parent: System.Object - isExternal: true - name: GetHashCode() - nameWithType: Object.GetHashCode() - fullName: System.Object.GetHashCode() - spec.csharp: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - name: MemberwiseClone() - nameWithType: Object.MemberwiseClone() - fullName: System.Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ToString - commentId: M:System.Object.ToString - parent: System.Object - isExternal: true - name: ToString() - nameWithType: Object.ToString() - fullName: System.Object.ToString() - spec.csharp: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System -- uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue.CreateFromTensor``1(System.String,Microsoft.ML.OnnxRuntime.Tensors.Tensor{``0}) - commentId: M:Microsoft.ML.OnnxRuntime.NamedOnnxValue.CreateFromTensor``1(System.String,Microsoft.ML.OnnxRuntime.Tensors.Tensor{``0}) - isExternal: true - name: CreateFromTensor(String, Tensor) - nameWithType: NamedOnnxValue.CreateFromTensor(String, Tensor) - fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue.CreateFromTensor(System.String, Microsoft.ML.OnnxRuntime.Tensors.Tensor) - nameWithType.vb: NamedOnnxValue.CreateFromTensor(Of T)(String, Tensor(Of T)) - fullName.vb: Microsoft.ML.OnnxRuntime.NamedOnnxValue.CreateFromTensor(Of T)(System.String, Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T)) - name.vb: CreateFromTensor(Of T)(String, Tensor(Of T)) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue.CreateFromTensor``1(System.String,Microsoft.ML.OnnxRuntime.Tensors.Tensor{``0}) - name: CreateFromTensor - nameWithType: NamedOnnxValue.CreateFromTensor - fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue.CreateFromTensor - - name: ( - nameWithType: ( - fullName: ( - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue.CreateFromTensor``1(System.String,Microsoft.ML.OnnxRuntime.Tensors.Tensor{``0}) - name: CreateFromTensor(Of T) - nameWithType: NamedOnnxValue.CreateFromTensor(Of T) - fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue.CreateFromTensor(Of T) - - name: ( - nameWithType: ( - fullName: ( - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue.ValueType* - commentId: Overload:Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue.ValueType - name: ValueType - nameWithType: DisposableNamedOnnxValue.ValueType - fullName: Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue.ValueType -- uid: Microsoft.ML.OnnxRuntime.OnnxValueType - commentId: T:Microsoft.ML.OnnxRuntime.OnnxValueType - parent: Microsoft.ML.OnnxRuntime - name: OnnxValueType - nameWithType: OnnxValueType - fullName: Microsoft.ML.OnnxRuntime.OnnxValueType -- uid: Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue.ElementType* - commentId: Overload:Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue.ElementType - name: ElementType - nameWithType: DisposableNamedOnnxValue.ElementType - fullName: Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue.ElementType -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - commentId: T:Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - parent: Microsoft.ML.OnnxRuntime.Tensors - name: TensorElementType - nameWithType: TensorElementType - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType -- uid: Microsoft.ML.OnnxRuntime.Tensors - commentId: N:Microsoft.ML.OnnxRuntime.Tensors - name: Microsoft.ML.OnnxRuntime.Tensors - nameWithType: Microsoft.ML.OnnxRuntime.Tensors - fullName: Microsoft.ML.OnnxRuntime.Tensors -- uid: Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue.Dispose* - commentId: Overload:Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue.Dispose - name: Dispose - nameWithType: DisposableNamedOnnxValue.Dispose - fullName: Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue.Dispose -- uid: System.Boolean - commentId: T:System.Boolean - parent: System - isExternal: true - name: Boolean - nameWithType: Boolean - fullName: System.Boolean -- uid: System.IDisposable.Dispose - commentId: M:System.IDisposable.Dispose - parent: System.IDisposable - isExternal: true - name: Dispose() - nameWithType: IDisposable.Dispose() - fullName: System.IDisposable.Dispose() - spec.csharp: - - uid: System.IDisposable.Dispose - name: Dispose - nameWithType: IDisposable.Dispose - fullName: System.IDisposable.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.IDisposable.Dispose - name: Dispose - nameWithType: IDisposable.Dispose - fullName: System.IDisposable.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) diff --git a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.ExecutionMode.yml b/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.ExecutionMode.yml deleted file mode 100644 index e9f40eaad6d25..0000000000000 --- a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.ExecutionMode.yml +++ /dev/null @@ -1,114 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Microsoft.ML.OnnxRuntime.ExecutionMode - commentId: T:Microsoft.ML.OnnxRuntime.ExecutionMode - id: ExecutionMode - parent: Microsoft.ML.OnnxRuntime - children: - - Microsoft.ML.OnnxRuntime.ExecutionMode.ORT_PARALLEL - - Microsoft.ML.OnnxRuntime.ExecutionMode.ORT_SEQUENTIAL - langs: - - csharp - - vb - name: ExecutionMode - nameWithType: ExecutionMode - fullName: Microsoft.ML.OnnxRuntime.ExecutionMode - type: Enum - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ExecutionMode - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 29 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nControls whether you want to execute operators in the graph sequentially or in parallel.\nUsually when the model has many branches, setting this option to ExecutionMode.ORT_PARALLEL\nwill give you better performance.\nSee [ONNX_Runtime_Perf_Tuning.md] for more details.\n" - example: [] - syntax: - content: public enum ExecutionMode - content.vb: Public Enum ExecutionMode - modifiers.csharp: - - public - - enum - modifiers.vb: - - Public - - Enum -- uid: Microsoft.ML.OnnxRuntime.ExecutionMode.ORT_SEQUENTIAL - commentId: F:Microsoft.ML.OnnxRuntime.ExecutionMode.ORT_SEQUENTIAL - id: ORT_SEQUENTIAL - parent: Microsoft.ML.OnnxRuntime.ExecutionMode - langs: - - csharp - - vb - name: ORT_SEQUENTIAL - nameWithType: ExecutionMode.ORT_SEQUENTIAL - fullName: Microsoft.ML.OnnxRuntime.ExecutionMode.ORT_SEQUENTIAL - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ORT_SEQUENTIAL - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 31 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: ORT_SEQUENTIAL = 0 - return: - type: Microsoft.ML.OnnxRuntime.ExecutionMode - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Microsoft.ML.OnnxRuntime.ExecutionMode.ORT_PARALLEL - commentId: F:Microsoft.ML.OnnxRuntime.ExecutionMode.ORT_PARALLEL - id: ORT_PARALLEL - parent: Microsoft.ML.OnnxRuntime.ExecutionMode - langs: - - csharp - - vb - name: ORT_PARALLEL - nameWithType: ExecutionMode.ORT_PARALLEL - fullName: Microsoft.ML.OnnxRuntime.ExecutionMode.ORT_PARALLEL - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ORT_PARALLEL - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 32 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: ORT_PARALLEL = 1 - return: - type: Microsoft.ML.OnnxRuntime.ExecutionMode - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -references: -- uid: Microsoft.ML.OnnxRuntime - commentId: N:Microsoft.ML.OnnxRuntime - name: Microsoft.ML.OnnxRuntime - nameWithType: Microsoft.ML.OnnxRuntime - fullName: Microsoft.ML.OnnxRuntime -- uid: Microsoft.ML.OnnxRuntime.ExecutionMode - commentId: T:Microsoft.ML.OnnxRuntime.ExecutionMode - parent: Microsoft.ML.OnnxRuntime - name: ExecutionMode - nameWithType: ExecutionMode - fullName: Microsoft.ML.OnnxRuntime.ExecutionMode diff --git a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue.yml b/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue.yml deleted file mode 100644 index 5ee1ec14c4b37..0000000000000 --- a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue.yml +++ /dev/null @@ -1,791 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue - commentId: T:Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue - id: FixedBufferOnnxValue - parent: Microsoft.ML.OnnxRuntime - children: - - Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue.CreateFromMemory``1(Microsoft.ML.OnnxRuntime.OrtMemoryInfo,System.Memory{``0},Microsoft.ML.OnnxRuntime.Tensors.TensorElementType,System.Int64[],System.Int64) - - Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue.CreateFromTensor``1(Microsoft.ML.OnnxRuntime.Tensors.Tensor{``0}) - - Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue.Dispose - - Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue.Dispose(System.Boolean) - langs: - - csharp - - vb - name: FixedBufferOnnxValue - nameWithType: FixedBufferOnnxValue - fullName: Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue - type: Class - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/FixedBufferOnnxValue.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: FixedBufferOnnxValue - path: ../src/Microsoft.ML.OnnxRuntime/FixedBufferOnnxValue.shared.cs - startLine: 12 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nRepresents an OrtValue with its underlying buffer pinned\n" - example: [] - syntax: - content: 'public class FixedBufferOnnxValue : IDisposable' - content.vb: >- - Public Class FixedBufferOnnxValue - Implements IDisposable - inheritance: - - System.Object - implements: - - System.IDisposable - inheritedMembers: - - System.Object.Equals(System.Object) - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetHashCode - - System.Object.GetType - - System.Object.MemberwiseClone - - System.Object.ReferenceEquals(System.Object,System.Object) - - System.Object.ToString - modifiers.csharp: - - public - - class - modifiers.vb: - - Public - - Class -- uid: Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue.CreateFromTensor``1(Microsoft.ML.OnnxRuntime.Tensors.Tensor{``0}) - commentId: M:Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue.CreateFromTensor``1(Microsoft.ML.OnnxRuntime.Tensors.Tensor{``0}) - id: CreateFromTensor``1(Microsoft.ML.OnnxRuntime.Tensors.Tensor{``0}) - parent: Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue - langs: - - csharp - - vb - name: CreateFromTensor(Tensor) - nameWithType: FixedBufferOnnxValue.CreateFromTensor(Tensor) - fullName: Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue.CreateFromTensor(Microsoft.ML.OnnxRuntime.Tensors.Tensor) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/FixedBufferOnnxValue.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CreateFromTensor - path: ../src/Microsoft.ML.OnnxRuntime/FixedBufferOnnxValue.shared.cs - startLine: 34 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nCreates a object from the tensor and pins its underlying buffer.\n" - example: [] - syntax: - content: public static FixedBufferOnnxValue CreateFromTensor(Tensor value) - parameters: - - id: value - type: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - description: '' - typeParameters: - - id: T - description: '' - return: - type: Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue - description: a disposable instance of FixedBufferOnnxValue - content.vb: Public Shared Function CreateFromTensor(Of T)(value As Tensor(Of T)) As FixedBufferOnnxValue - overload: Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue.CreateFromTensor* - nameWithType.vb: FixedBufferOnnxValue.CreateFromTensor(Of T)(Tensor(Of T)) - modifiers.csharp: - - public - - static - modifiers.vb: - - Public - - Shared - fullName.vb: Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue.CreateFromTensor(Of T)(Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T)) - name.vb: CreateFromTensor(Of T)(Tensor(Of T)) -- uid: Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue.CreateFromMemory``1(Microsoft.ML.OnnxRuntime.OrtMemoryInfo,System.Memory{``0},Microsoft.ML.OnnxRuntime.Tensors.TensorElementType,System.Int64[],System.Int64) - commentId: M:Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue.CreateFromMemory``1(Microsoft.ML.OnnxRuntime.OrtMemoryInfo,System.Memory{``0},Microsoft.ML.OnnxRuntime.Tensors.TensorElementType,System.Int64[],System.Int64) - id: CreateFromMemory``1(Microsoft.ML.OnnxRuntime.OrtMemoryInfo,System.Memory{``0},Microsoft.ML.OnnxRuntime.Tensors.TensorElementType,System.Int64[],System.Int64) - parent: Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue - langs: - - csharp - - vb - name: CreateFromMemory(OrtMemoryInfo, Memory, TensorElementType, Int64[], Int64) - nameWithType: FixedBufferOnnxValue.CreateFromMemory(OrtMemoryInfo, Memory, TensorElementType, Int64[], Int64) - fullName: Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue.CreateFromMemory(Microsoft.ML.OnnxRuntime.OrtMemoryInfo, System.Memory, Microsoft.ML.OnnxRuntime.Tensors.TensorElementType, System.Int64[], System.Int64) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/FixedBufferOnnxValue.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CreateFromMemory - path: ../src/Microsoft.ML.OnnxRuntime/FixedBufferOnnxValue.shared.cs - startLine: 100 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public static FixedBufferOnnxValue CreateFromMemory(OrtMemoryInfo memoryInfo, Memory memory, TensorElementType elementType, long[] shape, long bytesSize) - parameters: - - id: memoryInfo - type: Microsoft.ML.OnnxRuntime.OrtMemoryInfo - - id: memory - type: System.Memory{{T}} - - id: elementType - type: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - - id: shape - type: System.Int64[] - - id: bytesSize - type: System.Int64 - typeParameters: - - id: T - return: - type: Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue - content.vb: Public Shared Function CreateFromMemory(Of T)(memoryInfo As OrtMemoryInfo, memory As Memory(Of T), elementType As TensorElementType, shape As Long(), bytesSize As Long) As FixedBufferOnnxValue - overload: Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue.CreateFromMemory* - nameWithType.vb: FixedBufferOnnxValue.CreateFromMemory(Of T)(OrtMemoryInfo, Memory(Of T), TensorElementType, Int64(), Int64) - modifiers.csharp: - - public - - static - modifiers.vb: - - Public - - Shared - fullName.vb: Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue.CreateFromMemory(Of T)(Microsoft.ML.OnnxRuntime.OrtMemoryInfo, System.Memory(Of T), Microsoft.ML.OnnxRuntime.Tensors.TensorElementType, System.Int64(), System.Int64) - name.vb: CreateFromMemory(Of T)(OrtMemoryInfo, Memory(Of T), TensorElementType, Int64(), Int64) -- uid: Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue.Dispose(System.Boolean) - commentId: M:Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue.Dispose(System.Boolean) - id: Dispose(System.Boolean) - parent: Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue - langs: - - csharp - - vb - name: Dispose(Boolean) - nameWithType: FixedBufferOnnxValue.Dispose(Boolean) - fullName: Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue.Dispose(System.Boolean) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/FixedBufferOnnxValue.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Dispose - path: ../src/Microsoft.ML.OnnxRuntime/FixedBufferOnnxValue.shared.cs - startLine: 135 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nIDisposable implementation\n" - example: [] - syntax: - content: protected virtual void Dispose(bool disposing) - parameters: - - id: disposing - type: System.Boolean - description: true if invoked from Dispose() - content.vb: Protected Overridable Sub Dispose(disposing As Boolean) - overload: Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue.Dispose* - modifiers.csharp: - - protected - - virtual - modifiers.vb: - - Protected - - Overridable -- uid: Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue.Dispose - commentId: M:Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue.Dispose - id: Dispose - parent: Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue - langs: - - csharp - - vb - name: Dispose() - nameWithType: FixedBufferOnnxValue.Dispose() - fullName: Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue.Dispose() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/FixedBufferOnnxValue.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Dispose - path: ../src/Microsoft.ML.OnnxRuntime/FixedBufferOnnxValue.shared.cs - startLine: 153 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nIDisposable implementation\n" - example: [] - syntax: - content: public void Dispose() - content.vb: Public Sub Dispose - overload: Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue.Dispose* - implements: - - System.IDisposable.Dispose - modifiers.csharp: - - public - modifiers.vb: - - Public -references: -- uid: Microsoft.ML.OnnxRuntime - commentId: N:Microsoft.ML.OnnxRuntime - name: Microsoft.ML.OnnxRuntime - nameWithType: Microsoft.ML.OnnxRuntime - fullName: Microsoft.ML.OnnxRuntime -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: System.IDisposable - commentId: T:System.IDisposable - parent: System - isExternal: true - name: IDisposable - nameWithType: IDisposable - fullName: System.IDisposable -- uid: System.Object.Equals(System.Object) - commentId: M:System.Object.Equals(System.Object) - parent: System.Object - isExternal: true - name: Equals(Object) - nameWithType: Object.Equals(Object) - fullName: System.Object.Equals(System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetHashCode - commentId: M:System.Object.GetHashCode - parent: System.Object - isExternal: true - name: GetHashCode() - nameWithType: Object.GetHashCode() - fullName: System.Object.GetHashCode() - spec.csharp: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - name: MemberwiseClone() - nameWithType: Object.MemberwiseClone() - fullName: System.Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ToString - commentId: M:System.Object.ToString - parent: System.Object - isExternal: true - name: ToString() - nameWithType: Object.ToString() - fullName: System.Object.ToString() - spec.csharp: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System -- uid: Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue - commentId: T:Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue - parent: Microsoft.ML.OnnxRuntime - name: FixedBufferOnnxValue - nameWithType: FixedBufferOnnxValue - fullName: Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue -- uid: Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue.CreateFromTensor* - commentId: Overload:Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue.CreateFromTensor - name: CreateFromTensor - nameWithType: FixedBufferOnnxValue.CreateFromTensor - fullName: Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue.CreateFromTensor -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - commentId: T:Microsoft.ML.OnnxRuntime.Tensors.Tensor{``0} - parent: Microsoft.ML.OnnxRuntime.Tensors - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - nameWithType.vb: Tensor(Of T) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T) - name.vb: Tensor(Of T) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - commentId: T:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - parent: Microsoft.ML.OnnxRuntime.Tensors - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - nameWithType.vb: Tensor(Of T) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T) - name.vb: Tensor(Of T) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors - commentId: N:Microsoft.ML.OnnxRuntime.Tensors - name: Microsoft.ML.OnnxRuntime.Tensors - nameWithType: Microsoft.ML.OnnxRuntime.Tensors - fullName: Microsoft.ML.OnnxRuntime.Tensors -- uid: Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue.CreateFromMemory* - commentId: Overload:Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue.CreateFromMemory - name: CreateFromMemory - nameWithType: FixedBufferOnnxValue.CreateFromMemory - fullName: Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue.CreateFromMemory -- uid: Microsoft.ML.OnnxRuntime.OrtMemoryInfo - commentId: T:Microsoft.ML.OnnxRuntime.OrtMemoryInfo - parent: Microsoft.ML.OnnxRuntime - name: OrtMemoryInfo - nameWithType: OrtMemoryInfo - fullName: Microsoft.ML.OnnxRuntime.OrtMemoryInfo -- uid: System.Memory{{T}} - commentId: T:System.Memory{``0} - parent: System - definition: System.Memory`1 - name: Memory - nameWithType: Memory - fullName: System.Memory - nameWithType.vb: Memory(Of T) - fullName.vb: System.Memory(Of T) - name.vb: Memory(Of T) - spec.csharp: - - uid: System.Memory`1 - name: Memory - nameWithType: Memory - fullName: System.Memory - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Memory`1 - name: Memory - nameWithType: Memory - fullName: System.Memory - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - commentId: T:Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - parent: Microsoft.ML.OnnxRuntime.Tensors - name: TensorElementType - nameWithType: TensorElementType - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType -- uid: System.Int64[] - isExternal: true - name: Int64[] - nameWithType: Int64[] - fullName: System.Int64[] - nameWithType.vb: Int64() - fullName.vb: System.Int64() - name.vb: Int64() - spec.csharp: - - uid: System.Int64 - name: Int64 - nameWithType: Int64 - fullName: System.Int64 - isExternal: true - - name: '[]' - nameWithType: '[]' - fullName: '[]' - spec.vb: - - uid: System.Int64 - name: Int64 - nameWithType: Int64 - fullName: System.Int64 - isExternal: true - - name: () - nameWithType: () - fullName: () -- uid: System.Int64 - commentId: T:System.Int64 - parent: System - isExternal: true - name: Int64 - nameWithType: Int64 - fullName: System.Int64 -- uid: System.Memory`1 - commentId: T:System.Memory`1 - isExternal: true - name: Memory - nameWithType: Memory - fullName: System.Memory - nameWithType.vb: Memory(Of T) - fullName.vb: System.Memory(Of T) - name.vb: Memory(Of T) - spec.csharp: - - uid: System.Memory`1 - name: Memory - nameWithType: Memory - fullName: System.Memory - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Memory`1 - name: Memory - nameWithType: Memory - fullName: System.Memory - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue.Dispose* - commentId: Overload:Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue.Dispose - name: Dispose - nameWithType: FixedBufferOnnxValue.Dispose - fullName: Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue.Dispose -- uid: System.Boolean - commentId: T:System.Boolean - parent: System - isExternal: true - name: Boolean - nameWithType: Boolean - fullName: System.Boolean -- uid: System.IDisposable.Dispose - commentId: M:System.IDisposable.Dispose - parent: System.IDisposable - isExternal: true - name: Dispose() - nameWithType: IDisposable.Dispose() - fullName: System.IDisposable.Dispose() - spec.csharp: - - uid: System.IDisposable.Dispose - name: Dispose - nameWithType: IDisposable.Dispose - fullName: System.IDisposable.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.IDisposable.Dispose - name: Dispose - nameWithType: IDisposable.Dispose - fullName: System.IDisposable.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) diff --git a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.GraphOptimizationLevel.yml b/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.GraphOptimizationLevel.yml deleted file mode 100644 index fbce8fe69e322..0000000000000 --- a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.GraphOptimizationLevel.yml +++ /dev/null @@ -1,180 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Microsoft.ML.OnnxRuntime.GraphOptimizationLevel - commentId: T:Microsoft.ML.OnnxRuntime.GraphOptimizationLevel - id: GraphOptimizationLevel - parent: Microsoft.ML.OnnxRuntime - children: - - Microsoft.ML.OnnxRuntime.GraphOptimizationLevel.ORT_DISABLE_ALL - - Microsoft.ML.OnnxRuntime.GraphOptimizationLevel.ORT_ENABLE_ALL - - Microsoft.ML.OnnxRuntime.GraphOptimizationLevel.ORT_ENABLE_BASIC - - Microsoft.ML.OnnxRuntime.GraphOptimizationLevel.ORT_ENABLE_EXTENDED - langs: - - csharp - - vb - name: GraphOptimizationLevel - nameWithType: GraphOptimizationLevel - fullName: Microsoft.ML.OnnxRuntime.GraphOptimizationLevel - type: Enum - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GraphOptimizationLevel - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 15 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nGraph optimization level to use with SessionOptions\n[https://github.com/microsoft/onnxruntime/blob/master/docs/ONNX_Runtime_Graph_Optimizations.md]\n" - example: [] - syntax: - content: public enum GraphOptimizationLevel - content.vb: Public Enum GraphOptimizationLevel - modifiers.csharp: - - public - - enum - modifiers.vb: - - Public - - Enum -- uid: Microsoft.ML.OnnxRuntime.GraphOptimizationLevel.ORT_DISABLE_ALL - commentId: F:Microsoft.ML.OnnxRuntime.GraphOptimizationLevel.ORT_DISABLE_ALL - id: ORT_DISABLE_ALL - parent: Microsoft.ML.OnnxRuntime.GraphOptimizationLevel - langs: - - csharp - - vb - name: ORT_DISABLE_ALL - nameWithType: GraphOptimizationLevel.ORT_DISABLE_ALL - fullName: Microsoft.ML.OnnxRuntime.GraphOptimizationLevel.ORT_DISABLE_ALL - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ORT_DISABLE_ALL - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 17 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: ORT_DISABLE_ALL = 0 - return: - type: Microsoft.ML.OnnxRuntime.GraphOptimizationLevel - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Microsoft.ML.OnnxRuntime.GraphOptimizationLevel.ORT_ENABLE_BASIC - commentId: F:Microsoft.ML.OnnxRuntime.GraphOptimizationLevel.ORT_ENABLE_BASIC - id: ORT_ENABLE_BASIC - parent: Microsoft.ML.OnnxRuntime.GraphOptimizationLevel - langs: - - csharp - - vb - name: ORT_ENABLE_BASIC - nameWithType: GraphOptimizationLevel.ORT_ENABLE_BASIC - fullName: Microsoft.ML.OnnxRuntime.GraphOptimizationLevel.ORT_ENABLE_BASIC - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ORT_ENABLE_BASIC - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 18 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: ORT_ENABLE_BASIC = 1 - return: - type: Microsoft.ML.OnnxRuntime.GraphOptimizationLevel - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Microsoft.ML.OnnxRuntime.GraphOptimizationLevel.ORT_ENABLE_EXTENDED - commentId: F:Microsoft.ML.OnnxRuntime.GraphOptimizationLevel.ORT_ENABLE_EXTENDED - id: ORT_ENABLE_EXTENDED - parent: Microsoft.ML.OnnxRuntime.GraphOptimizationLevel - langs: - - csharp - - vb - name: ORT_ENABLE_EXTENDED - nameWithType: GraphOptimizationLevel.ORT_ENABLE_EXTENDED - fullName: Microsoft.ML.OnnxRuntime.GraphOptimizationLevel.ORT_ENABLE_EXTENDED - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ORT_ENABLE_EXTENDED - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 19 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: ORT_ENABLE_EXTENDED = 2 - return: - type: Microsoft.ML.OnnxRuntime.GraphOptimizationLevel - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Microsoft.ML.OnnxRuntime.GraphOptimizationLevel.ORT_ENABLE_ALL - commentId: F:Microsoft.ML.OnnxRuntime.GraphOptimizationLevel.ORT_ENABLE_ALL - id: ORT_ENABLE_ALL - parent: Microsoft.ML.OnnxRuntime.GraphOptimizationLevel - langs: - - csharp - - vb - name: ORT_ENABLE_ALL - nameWithType: GraphOptimizationLevel.ORT_ENABLE_ALL - fullName: Microsoft.ML.OnnxRuntime.GraphOptimizationLevel.ORT_ENABLE_ALL - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ORT_ENABLE_ALL - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 20 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: ORT_ENABLE_ALL = 99 - return: - type: Microsoft.ML.OnnxRuntime.GraphOptimizationLevel - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -references: -- uid: Microsoft.ML.OnnxRuntime - commentId: N:Microsoft.ML.OnnxRuntime - name: Microsoft.ML.OnnxRuntime - nameWithType: Microsoft.ML.OnnxRuntime - fullName: Microsoft.ML.OnnxRuntime -- uid: Microsoft.ML.OnnxRuntime.GraphOptimizationLevel - commentId: T:Microsoft.ML.OnnxRuntime.GraphOptimizationLevel - parent: Microsoft.ML.OnnxRuntime - name: GraphOptimizationLevel - nameWithType: GraphOptimizationLevel - fullName: Microsoft.ML.OnnxRuntime.GraphOptimizationLevel diff --git a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection-1.yml b/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection-1.yml deleted file mode 100644 index 33d0f8859583b..0000000000000 --- a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection-1.yml +++ /dev/null @@ -1,341 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection`1 - commentId: T:Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection`1 - id: IDisposableReadOnlyCollection`1 - parent: Microsoft.ML.OnnxRuntime - children: [] - langs: - - csharp - - vb - name: IDisposableReadOnlyCollection - nameWithType: IDisposableReadOnlyCollection - fullName: Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection - type: Interface - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/DisposableNamedOnnxValue.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: IDisposableReadOnlyCollection - path: ../src/Microsoft.ML.OnnxRuntime/DisposableNamedOnnxValue.shared.cs - startLine: 10 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: 'public interface IDisposableReadOnlyCollection : IReadOnlyCollection, IEnumerable, IEnumerable, IDisposable' - typeParameters: - - id: T - content.vb: >- - Public Interface IDisposableReadOnlyCollection(Of T) - Inherits IReadOnlyCollection(Of T), IDisposable - inheritedMembers: - - System.Collections.Generic.IReadOnlyCollection{{T}}.Count - - System.Collections.Generic.IEnumerable{{T}}.GetEnumerator - - System.IDisposable.Dispose - nameWithType.vb: IDisposableReadOnlyCollection(Of T) - modifiers.csharp: - - public - - interface - modifiers.vb: - - Public - - Interface - fullName.vb: Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection(Of T) - name.vb: IDisposableReadOnlyCollection(Of T) -references: -- uid: Microsoft.ML.OnnxRuntime - commentId: N:Microsoft.ML.OnnxRuntime - name: Microsoft.ML.OnnxRuntime - nameWithType: Microsoft.ML.OnnxRuntime - fullName: Microsoft.ML.OnnxRuntime -- uid: System.Collections.Generic.IReadOnlyCollection{{T}}.Count - commentId: P:System.Collections.Generic.IReadOnlyCollection{`0}.Count - parent: System.Collections.Generic.IReadOnlyCollection{{T}} - definition: System.Collections.Generic.IReadOnlyCollection`1.Count - name: Count - nameWithType: IReadOnlyCollection.Count - fullName: System.Collections.Generic.IReadOnlyCollection.Count - nameWithType.vb: IReadOnlyCollection(Of T).Count - fullName.vb: System.Collections.Generic.IReadOnlyCollection(Of T).Count -- uid: System.Collections.Generic.IEnumerable{{T}}.GetEnumerator - commentId: M:System.Collections.Generic.IEnumerable{`0}.GetEnumerator - parent: System.Collections.Generic.IEnumerable{{T}} - definition: System.Collections.Generic.IEnumerable`1.GetEnumerator - name: GetEnumerator() - nameWithType: IEnumerable.GetEnumerator() - fullName: System.Collections.Generic.IEnumerable.GetEnumerator() - nameWithType.vb: IEnumerable(Of T).GetEnumerator() - fullName.vb: System.Collections.Generic.IEnumerable(Of T).GetEnumerator() - spec.csharp: - - uid: System.Collections.Generic.IEnumerable`1.GetEnumerator - name: GetEnumerator - nameWithType: IEnumerable.GetEnumerator - fullName: System.Collections.Generic.IEnumerable.GetEnumerator - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Collections.Generic.IEnumerable`1.GetEnumerator - name: GetEnumerator - nameWithType: IEnumerable(Of T).GetEnumerator - fullName: System.Collections.Generic.IEnumerable(Of T).GetEnumerator - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.IDisposable.Dispose - commentId: M:System.IDisposable.Dispose - parent: System.IDisposable - isExternal: true - name: Dispose() - nameWithType: IDisposable.Dispose() - fullName: System.IDisposable.Dispose() - spec.csharp: - - uid: System.IDisposable.Dispose - name: Dispose - nameWithType: IDisposable.Dispose - fullName: System.IDisposable.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.IDisposable.Dispose - name: Dispose - nameWithType: IDisposable.Dispose - fullName: System.IDisposable.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic.IReadOnlyCollection`1.Count - commentId: P:System.Collections.Generic.IReadOnlyCollection`1.Count - isExternal: true - name: Count - nameWithType: IReadOnlyCollection.Count - fullName: System.Collections.Generic.IReadOnlyCollection.Count - nameWithType.vb: IReadOnlyCollection(Of T).Count - fullName.vb: System.Collections.Generic.IReadOnlyCollection(Of T).Count -- uid: System.Collections.Generic.IReadOnlyCollection{{T}} - commentId: T:System.Collections.Generic.IReadOnlyCollection{`0} - parent: System.Collections.Generic - definition: System.Collections.Generic.IReadOnlyCollection`1 - name: IReadOnlyCollection - nameWithType: IReadOnlyCollection - fullName: System.Collections.Generic.IReadOnlyCollection - nameWithType.vb: IReadOnlyCollection(Of T) - fullName.vb: System.Collections.Generic.IReadOnlyCollection(Of T) - name.vb: IReadOnlyCollection(Of T) - spec.csharp: - - uid: System.Collections.Generic.IReadOnlyCollection`1 - name: IReadOnlyCollection - nameWithType: IReadOnlyCollection - fullName: System.Collections.Generic.IReadOnlyCollection - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.IReadOnlyCollection`1 - name: IReadOnlyCollection - nameWithType: IReadOnlyCollection - fullName: System.Collections.Generic.IReadOnlyCollection - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic.IEnumerable`1.GetEnumerator - commentId: M:System.Collections.Generic.IEnumerable`1.GetEnumerator - isExternal: true - name: GetEnumerator() - nameWithType: IEnumerable.GetEnumerator() - fullName: System.Collections.Generic.IEnumerable.GetEnumerator() - nameWithType.vb: IEnumerable(Of T).GetEnumerator() - fullName.vb: System.Collections.Generic.IEnumerable(Of T).GetEnumerator() - spec.csharp: - - uid: System.Collections.Generic.IEnumerable`1.GetEnumerator - name: GetEnumerator - nameWithType: IEnumerable.GetEnumerator - fullName: System.Collections.Generic.IEnumerable.GetEnumerator - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Collections.Generic.IEnumerable`1.GetEnumerator - name: GetEnumerator - nameWithType: IEnumerable(Of T).GetEnumerator - fullName: System.Collections.Generic.IEnumerable(Of T).GetEnumerator - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic.IEnumerable{{T}} - commentId: T:System.Collections.Generic.IEnumerable{`0} - parent: System.Collections.Generic - definition: System.Collections.Generic.IEnumerable`1 - name: IEnumerable - nameWithType: IEnumerable - fullName: System.Collections.Generic.IEnumerable - nameWithType.vb: IEnumerable(Of T) - fullName.vb: System.Collections.Generic.IEnumerable(Of T) - name.vb: IEnumerable(Of T) - spec.csharp: - - uid: System.Collections.Generic.IEnumerable`1 - name: IEnumerable - nameWithType: IEnumerable - fullName: System.Collections.Generic.IEnumerable - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.IEnumerable`1 - name: IEnumerable - nameWithType: IEnumerable - fullName: System.Collections.Generic.IEnumerable - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: System.IDisposable - commentId: T:System.IDisposable - parent: System - isExternal: true - name: IDisposable - nameWithType: IDisposable - fullName: System.IDisposable -- uid: System.Collections.Generic.IReadOnlyCollection`1 - commentId: T:System.Collections.Generic.IReadOnlyCollection`1 - isExternal: true - name: IReadOnlyCollection - nameWithType: IReadOnlyCollection - fullName: System.Collections.Generic.IReadOnlyCollection - nameWithType.vb: IReadOnlyCollection(Of T) - fullName.vb: System.Collections.Generic.IReadOnlyCollection(Of T) - name.vb: IReadOnlyCollection(Of T) - spec.csharp: - - uid: System.Collections.Generic.IReadOnlyCollection`1 - name: IReadOnlyCollection - nameWithType: IReadOnlyCollection - fullName: System.Collections.Generic.IReadOnlyCollection - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.IReadOnlyCollection`1 - name: IReadOnlyCollection - nameWithType: IReadOnlyCollection - fullName: System.Collections.Generic.IReadOnlyCollection - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic - commentId: N:System.Collections.Generic - isExternal: true - name: System.Collections.Generic - nameWithType: System.Collections.Generic - fullName: System.Collections.Generic -- uid: System.Collections.Generic.IEnumerable`1 - commentId: T:System.Collections.Generic.IEnumerable`1 - isExternal: true - name: IEnumerable - nameWithType: IEnumerable - fullName: System.Collections.Generic.IEnumerable - nameWithType.vb: IEnumerable(Of T) - fullName.vb: System.Collections.Generic.IEnumerable(Of T) - name.vb: IEnumerable(Of T) - spec.csharp: - - uid: System.Collections.Generic.IEnumerable`1 - name: IEnumerable - nameWithType: IEnumerable - fullName: System.Collections.Generic.IEnumerable - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.IEnumerable`1 - name: IEnumerable - nameWithType: IEnumerable - fullName: System.Collections.Generic.IEnumerable - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System diff --git a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.InferenceSession.yml b/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.InferenceSession.yml deleted file mode 100644 index 1433c7719cec3..0000000000000 --- a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.InferenceSession.yml +++ /dev/null @@ -1,2387 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Microsoft.ML.OnnxRuntime.InferenceSession - commentId: T:Microsoft.ML.OnnxRuntime.InferenceSession - id: InferenceSession - parent: Microsoft.ML.OnnxRuntime - children: - - Microsoft.ML.OnnxRuntime.InferenceSession.#ctor(System.Byte[]) - - Microsoft.ML.OnnxRuntime.InferenceSession.#ctor(System.Byte[],Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer) - - Microsoft.ML.OnnxRuntime.InferenceSession.#ctor(System.Byte[],Microsoft.ML.OnnxRuntime.SessionOptions) - - Microsoft.ML.OnnxRuntime.InferenceSession.#ctor(System.Byte[],Microsoft.ML.OnnxRuntime.SessionOptions,Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer) - - Microsoft.ML.OnnxRuntime.InferenceSession.#ctor(System.String) - - Microsoft.ML.OnnxRuntime.InferenceSession.#ctor(System.String,Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer) - - Microsoft.ML.OnnxRuntime.InferenceSession.#ctor(System.String,Microsoft.ML.OnnxRuntime.SessionOptions) - - Microsoft.ML.OnnxRuntime.InferenceSession.#ctor(System.String,Microsoft.ML.OnnxRuntime.SessionOptions,Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer) - - Microsoft.ML.OnnxRuntime.InferenceSession.CreateIoBinding - - Microsoft.ML.OnnxRuntime.InferenceSession.Dispose - - Microsoft.ML.OnnxRuntime.InferenceSession.Dispose(System.Boolean) - - Microsoft.ML.OnnxRuntime.InferenceSession.EndProfiling - - Microsoft.ML.OnnxRuntime.InferenceSession.Finalize - - Microsoft.ML.OnnxRuntime.InferenceSession.InputMetadata - - Microsoft.ML.OnnxRuntime.InferenceSession.ModelMetadata - - Microsoft.ML.OnnxRuntime.InferenceSession.OutputMetadata - - Microsoft.ML.OnnxRuntime.InferenceSession.OverridableInitializerMetadata - - Microsoft.ML.OnnxRuntime.InferenceSession.ProfilingStartTimeNs - - Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue}) - - Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue}) - - Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue},Microsoft.ML.OnnxRuntime.RunOptions) - - Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue},System.Collections.Generic.IReadOnlyCollection{System.String}) - - Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue},System.Collections.Generic.IReadOnlyCollection{System.String},Microsoft.ML.OnnxRuntime.RunOptions) - - Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue},System.Collections.Generic.IReadOnlyCollection{System.String},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue}) - - Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue},System.Collections.Generic.IReadOnlyCollection{System.String},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue},Microsoft.ML.OnnxRuntime.RunOptions) - - Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection{System.String},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue}) - - Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection{System.String},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue}) - - Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection{System.String},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue},Microsoft.ML.OnnxRuntime.RunOptions) - - Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection{System.String},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue},System.Collections.Generic.IReadOnlyCollection{System.String}) - - Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection{System.String},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue},System.Collections.Generic.IReadOnlyCollection{System.String},Microsoft.ML.OnnxRuntime.RunOptions) - - Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection{System.String},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue},System.Collections.Generic.IReadOnlyCollection{System.String},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue}) - - Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection{System.String},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue},System.Collections.Generic.IReadOnlyCollection{System.String},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue},Microsoft.ML.OnnxRuntime.RunOptions) - - Microsoft.ML.OnnxRuntime.InferenceSession.RunWithBinding(Microsoft.ML.OnnxRuntime.RunOptions,Microsoft.ML.OnnxRuntime.OrtIoBinding) - - Microsoft.ML.OnnxRuntime.InferenceSession.RunWithBindingAndNames(Microsoft.ML.OnnxRuntime.RunOptions,Microsoft.ML.OnnxRuntime.OrtIoBinding,System.String[]) - langs: - - csharp - - vb - name: InferenceSession - nameWithType: InferenceSession - fullName: Microsoft.ML.OnnxRuntime.InferenceSession - type: Class - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: InferenceSession - path: ../src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - startLine: 21 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nRepresents an Inference Session on an ONNX Model.\nThis is a IDisposable class and it must be disposed of\nusing either a explicit call to Dispose() method or\na pattern of using() block. If this is a member of another\nclass that class must also become IDisposable and it must\ndispose of InferfenceSession in its Dispose() method.\n" - example: [] - syntax: - content: 'public class InferenceSession : IDisposable' - content.vb: >- - Public Class InferenceSession - Implements IDisposable - inheritance: - - System.Object - implements: - - System.IDisposable - inheritedMembers: - - System.Object.Equals(System.Object) - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetHashCode - - System.Object.GetType - - System.Object.MemberwiseClone - - System.Object.ReferenceEquals(System.Object,System.Object) - - System.Object.ToString - modifiers.csharp: - - public - - class - modifiers.vb: - - Public - - Class -- uid: Microsoft.ML.OnnxRuntime.InferenceSession.#ctor(System.String) - commentId: M:Microsoft.ML.OnnxRuntime.InferenceSession.#ctor(System.String) - id: '#ctor(System.String)' - parent: Microsoft.ML.OnnxRuntime.InferenceSession - langs: - - csharp - - vb - name: InferenceSession(String) - nameWithType: InferenceSession.InferenceSession(String) - fullName: Microsoft.ML.OnnxRuntime.InferenceSession.InferenceSession(System.String) - type: Constructor - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: .ctor - path: ../src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - startLine: 55 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nConstructs an InferenceSession from a model file\n" - example: [] - syntax: - content: public InferenceSession(string modelPath) - parameters: - - id: modelPath - type: System.String - description: '' - content.vb: Public Sub New(modelPath As String) - overload: Microsoft.ML.OnnxRuntime.InferenceSession.#ctor* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.InferenceSession.#ctor(System.String,Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer) - commentId: M:Microsoft.ML.OnnxRuntime.InferenceSession.#ctor(System.String,Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer) - id: '#ctor(System.String,Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer)' - parent: Microsoft.ML.OnnxRuntime.InferenceSession - langs: - - csharp - - vb - name: InferenceSession(String, PrePackedWeightsContainer) - nameWithType: InferenceSession.InferenceSession(String, PrePackedWeightsContainer) - fullName: Microsoft.ML.OnnxRuntime.InferenceSession.InferenceSession(System.String, Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer) - type: Constructor - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: .ctor - path: ../src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - startLine: 70 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nConstructs an InferenceSession from a model file and it will use \nthe provided pre-packed weights container to store and share pre-packed buffers \nof shared initializers across sessions if any.\n" - example: [] - syntax: - content: public InferenceSession(string modelPath, PrePackedWeightsContainer prepackedWeightsContainer) - parameters: - - id: modelPath - type: System.String - description: Model path - - id: prepackedWeightsContainer - type: Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer - description: "Instance of PrepackedWeightsContainer. \nLifetime of 'prepackedWeightsContainer' must be\nmanaged by the user and it must outlive any sessions reliant on it" - content.vb: Public Sub New(modelPath As String, prepackedWeightsContainer As PrePackedWeightsContainer) - overload: Microsoft.ML.OnnxRuntime.InferenceSession.#ctor* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.InferenceSession.#ctor(System.String,Microsoft.ML.OnnxRuntime.SessionOptions) - commentId: M:Microsoft.ML.OnnxRuntime.InferenceSession.#ctor(System.String,Microsoft.ML.OnnxRuntime.SessionOptions) - id: '#ctor(System.String,Microsoft.ML.OnnxRuntime.SessionOptions)' - parent: Microsoft.ML.OnnxRuntime.InferenceSession - langs: - - csharp - - vb - name: InferenceSession(String, SessionOptions) - nameWithType: InferenceSession.InferenceSession(String, SessionOptions) - fullName: Microsoft.ML.OnnxRuntime.InferenceSession.InferenceSession(System.String, Microsoft.ML.OnnxRuntime.SessionOptions) - type: Constructor - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: .ctor - path: ../src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - startLine: 82 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nConstructs an InferenceSession from a model file, with some additional session options\n" - example: [] - syntax: - content: public InferenceSession(string modelPath, SessionOptions options) - parameters: - - id: modelPath - type: System.String - description: '' - - id: options - type: Microsoft.ML.OnnxRuntime.SessionOptions - description: '' - content.vb: Public Sub New(modelPath As String, options As SessionOptions) - overload: Microsoft.ML.OnnxRuntime.InferenceSession.#ctor* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.InferenceSession.#ctor(System.String,Microsoft.ML.OnnxRuntime.SessionOptions,Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer) - commentId: M:Microsoft.ML.OnnxRuntime.InferenceSession.#ctor(System.String,Microsoft.ML.OnnxRuntime.SessionOptions,Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer) - id: '#ctor(System.String,Microsoft.ML.OnnxRuntime.SessionOptions,Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer)' - parent: Microsoft.ML.OnnxRuntime.InferenceSession - langs: - - csharp - - vb - name: InferenceSession(String, SessionOptions, PrePackedWeightsContainer) - nameWithType: InferenceSession.InferenceSession(String, SessionOptions, PrePackedWeightsContainer) - fullName: Microsoft.ML.OnnxRuntime.InferenceSession.InferenceSession(System.String, Microsoft.ML.OnnxRuntime.SessionOptions, Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer) - type: Constructor - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: .ctor - path: ../src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - startLine: 98 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nConstructs an InferenceSession from a model file, with some additional session options\nand it will use the provided pre-packed weights container to store and share pre-packed buffers \nof shared initializers across sessions if any.\n" - example: [] - syntax: - content: public InferenceSession(string modelPath, SessionOptions options, PrePackedWeightsContainer prepackedWeightsContainer) - parameters: - - id: modelPath - type: System.String - description: Model path - - id: options - type: Microsoft.ML.OnnxRuntime.SessionOptions - description: Session options - - id: prepackedWeightsContainer - type: Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer - description: "Instance of PrepackedWeightsContainer. \nLifetime of 'prepackedWeightsContainer' must be\nmanaged by the user and it must outlive any sessions reliant on it" - content.vb: Public Sub New(modelPath As String, options As SessionOptions, prepackedWeightsContainer As PrePackedWeightsContainer) - overload: Microsoft.ML.OnnxRuntime.InferenceSession.#ctor* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.InferenceSession.#ctor(System.Byte[]) - commentId: M:Microsoft.ML.OnnxRuntime.InferenceSession.#ctor(System.Byte[]) - id: '#ctor(System.Byte[])' - parent: Microsoft.ML.OnnxRuntime.InferenceSession - langs: - - csharp - - vb - name: InferenceSession(Byte[]) - nameWithType: InferenceSession.InferenceSession(Byte[]) - fullName: Microsoft.ML.OnnxRuntime.InferenceSession.InferenceSession(System.Byte[]) - type: Constructor - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: .ctor - path: ../src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - startLine: 108 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nConstructs an InferenceSession from a model data in byte array\n" - example: [] - syntax: - content: public InferenceSession(byte[] model) - parameters: - - id: model - type: System.Byte[] - description: '' - content.vb: Public Sub New(model As Byte()) - overload: Microsoft.ML.OnnxRuntime.InferenceSession.#ctor* - nameWithType.vb: InferenceSession.InferenceSession(Byte()) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Microsoft.ML.OnnxRuntime.InferenceSession.InferenceSession(System.Byte()) - name.vb: InferenceSession(Byte()) -- uid: Microsoft.ML.OnnxRuntime.InferenceSession.#ctor(System.Byte[],Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer) - commentId: M:Microsoft.ML.OnnxRuntime.InferenceSession.#ctor(System.Byte[],Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer) - id: '#ctor(System.Byte[],Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer)' - parent: Microsoft.ML.OnnxRuntime.InferenceSession - langs: - - csharp - - vb - name: InferenceSession(Byte[], PrePackedWeightsContainer) - nameWithType: InferenceSession.InferenceSession(Byte[], PrePackedWeightsContainer) - fullName: Microsoft.ML.OnnxRuntime.InferenceSession.InferenceSession(System.Byte[], Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer) - type: Constructor - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: .ctor - path: ../src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - startLine: 123 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nConstructs an InferenceSession from a model data (in byte array) and it will use \nthe provided pre-packed weights container to store and share pre-packed buffers \nof shared initializers across sessions if any.\n" - example: [] - syntax: - content: public InferenceSession(byte[] model, PrePackedWeightsContainer prepackedWeightsContainer) - parameters: - - id: model - type: System.Byte[] - description: Model as byte array - - id: prepackedWeightsContainer - type: Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer - description: "Instance of PrepackedWeightsContainer. \nLifetime of 'prepackedWeightsContainer' must be\nmanaged by the user and it must outlive any sessions reliant on it" - content.vb: Public Sub New(model As Byte(), prepackedWeightsContainer As PrePackedWeightsContainer) - overload: Microsoft.ML.OnnxRuntime.InferenceSession.#ctor* - nameWithType.vb: InferenceSession.InferenceSession(Byte(), PrePackedWeightsContainer) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Microsoft.ML.OnnxRuntime.InferenceSession.InferenceSession(System.Byte(), Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer) - name.vb: InferenceSession(Byte(), PrePackedWeightsContainer) -- uid: Microsoft.ML.OnnxRuntime.InferenceSession.#ctor(System.Byte[],Microsoft.ML.OnnxRuntime.SessionOptions) - commentId: M:Microsoft.ML.OnnxRuntime.InferenceSession.#ctor(System.Byte[],Microsoft.ML.OnnxRuntime.SessionOptions) - id: '#ctor(System.Byte[],Microsoft.ML.OnnxRuntime.SessionOptions)' - parent: Microsoft.ML.OnnxRuntime.InferenceSession - langs: - - csharp - - vb - name: InferenceSession(Byte[], SessionOptions) - nameWithType: InferenceSession.InferenceSession(Byte[], SessionOptions) - fullName: Microsoft.ML.OnnxRuntime.InferenceSession.InferenceSession(System.Byte[], Microsoft.ML.OnnxRuntime.SessionOptions) - type: Constructor - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: .ctor - path: ../src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - startLine: 134 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nConstructs an InferenceSession from a model data in byte array, with some additional session options\n" - example: [] - syntax: - content: public InferenceSession(byte[] model, SessionOptions options) - parameters: - - id: model - type: System.Byte[] - description: '' - - id: options - type: Microsoft.ML.OnnxRuntime.SessionOptions - description: '' - content.vb: Public Sub New(model As Byte(), options As SessionOptions) - overload: Microsoft.ML.OnnxRuntime.InferenceSession.#ctor* - nameWithType.vb: InferenceSession.InferenceSession(Byte(), SessionOptions) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Microsoft.ML.OnnxRuntime.InferenceSession.InferenceSession(System.Byte(), Microsoft.ML.OnnxRuntime.SessionOptions) - name.vb: InferenceSession(Byte(), SessionOptions) -- uid: Microsoft.ML.OnnxRuntime.InferenceSession.#ctor(System.Byte[],Microsoft.ML.OnnxRuntime.SessionOptions,Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer) - commentId: M:Microsoft.ML.OnnxRuntime.InferenceSession.#ctor(System.Byte[],Microsoft.ML.OnnxRuntime.SessionOptions,Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer) - id: '#ctor(System.Byte[],Microsoft.ML.OnnxRuntime.SessionOptions,Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer)' - parent: Microsoft.ML.OnnxRuntime.InferenceSession - langs: - - csharp - - vb - name: InferenceSession(Byte[], SessionOptions, PrePackedWeightsContainer) - nameWithType: InferenceSession.InferenceSession(Byte[], SessionOptions, PrePackedWeightsContainer) - fullName: Microsoft.ML.OnnxRuntime.InferenceSession.InferenceSession(System.Byte[], Microsoft.ML.OnnxRuntime.SessionOptions, Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer) - type: Constructor - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: .ctor - path: ../src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - startLine: 149 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nConstructs an InferenceSession from a model data (in byte array) with some additional\nsession options and it will use the provided pre-packed weights container to store\nand share pre-packed buffers of shared initializers across sessions if any.\n" - example: [] - syntax: - content: public InferenceSession(byte[] model, SessionOptions options, PrePackedWeightsContainer prepackedWeightsContainer) - parameters: - - id: model - type: System.Byte[] - description: Model as byte array - - id: options - type: Microsoft.ML.OnnxRuntime.SessionOptions - description: Session Options - - id: prepackedWeightsContainer - type: Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer - description: "Instance of PrepackedWeightsContainer. \nLifetime of 'prepackedWeightsContainer' must be\nmanaged by the user and it must outlive any sessions reliant on it" - content.vb: Public Sub New(model As Byte(), options As SessionOptions, prepackedWeightsContainer As PrePackedWeightsContainer) - overload: Microsoft.ML.OnnxRuntime.InferenceSession.#ctor* - nameWithType.vb: InferenceSession.InferenceSession(Byte(), SessionOptions, PrePackedWeightsContainer) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Microsoft.ML.OnnxRuntime.InferenceSession.InferenceSession(System.Byte(), Microsoft.ML.OnnxRuntime.SessionOptions, Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer) - name.vb: InferenceSession(Byte(), SessionOptions, PrePackedWeightsContainer) -- uid: Microsoft.ML.OnnxRuntime.InferenceSession.InputMetadata - commentId: P:Microsoft.ML.OnnxRuntime.InferenceSession.InputMetadata - id: InputMetadata - parent: Microsoft.ML.OnnxRuntime.InferenceSession - langs: - - csharp - - vb - name: InputMetadata - nameWithType: InferenceSession.InputMetadata - fullName: Microsoft.ML.OnnxRuntime.InferenceSession.InputMetadata - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: InputMetadata - path: ../src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - startLine: 157 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nMeta data regarding the input nodes, keyed by input names\n" - example: [] - syntax: - content: public IReadOnlyDictionary InputMetadata { get; } - parameters: [] - return: - type: System.Collections.Generic.IReadOnlyDictionary{System.String,Microsoft.ML.OnnxRuntime.NodeMetadata} - content.vb: Public ReadOnly Property InputMetadata As IReadOnlyDictionary(Of String, NodeMetadata) - overload: Microsoft.ML.OnnxRuntime.InferenceSession.InputMetadata* - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly -- uid: Microsoft.ML.OnnxRuntime.InferenceSession.OutputMetadata - commentId: P:Microsoft.ML.OnnxRuntime.InferenceSession.OutputMetadata - id: OutputMetadata - parent: Microsoft.ML.OnnxRuntime.InferenceSession - langs: - - csharp - - vb - name: OutputMetadata - nameWithType: InferenceSession.OutputMetadata - fullName: Microsoft.ML.OnnxRuntime.InferenceSession.OutputMetadata - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: OutputMetadata - path: ../src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - startLine: 168 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nMetadata regarding the output nodes, keyed by output names\n" - example: [] - syntax: - content: public IReadOnlyDictionary OutputMetadata { get; } - parameters: [] - return: - type: System.Collections.Generic.IReadOnlyDictionary{System.String,Microsoft.ML.OnnxRuntime.NodeMetadata} - content.vb: Public ReadOnly Property OutputMetadata As IReadOnlyDictionary(Of String, NodeMetadata) - overload: Microsoft.ML.OnnxRuntime.InferenceSession.OutputMetadata* - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly -- uid: Microsoft.ML.OnnxRuntime.InferenceSession.OverridableInitializerMetadata - commentId: P:Microsoft.ML.OnnxRuntime.InferenceSession.OverridableInitializerMetadata - id: OverridableInitializerMetadata - parent: Microsoft.ML.OnnxRuntime.InferenceSession - langs: - - csharp - - vb - name: OverridableInitializerMetadata - nameWithType: InferenceSession.OverridableInitializerMetadata - fullName: Microsoft.ML.OnnxRuntime.InferenceSession.OverridableInitializerMetadata - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: OverridableInitializerMetadata - path: ../src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - startLine: 179 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nMetadata regarding the overridable initializers, keyed by node names\n" - example: [] - syntax: - content: public IReadOnlyDictionary OverridableInitializerMetadata { get; } - parameters: [] - return: - type: System.Collections.Generic.IReadOnlyDictionary{System.String,Microsoft.ML.OnnxRuntime.NodeMetadata} - content.vb: Public ReadOnly Property OverridableInitializerMetadata As IReadOnlyDictionary(Of String, NodeMetadata) - overload: Microsoft.ML.OnnxRuntime.InferenceSession.OverridableInitializerMetadata* - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly -- uid: Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue}) - commentId: M:Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue}) - id: Run(System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue}) - parent: Microsoft.ML.OnnxRuntime.InferenceSession - langs: - - csharp - - vb - name: Run(IReadOnlyCollection) - nameWithType: InferenceSession.Run(IReadOnlyCollection) - fullName: Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Run - path: ../src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - startLine: 192 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nRuns the loaded model for the given inputs, and fetches all the outputs.\n" - example: [] - syntax: - content: public IDisposableReadOnlyCollection Run(IReadOnlyCollection inputs) - parameters: - - id: inputs - type: System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue} - description: specify a collection of that indicates the input values. - return: - type: Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection{Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue} - description: Output Tensors in a Collection of NamedOnnxValue. User must dispose the output. - content.vb: Public Function Run(inputs As IReadOnlyCollection(Of NamedOnnxValue)) As IDisposableReadOnlyCollection(Of DisposableNamedOnnxValue) - overload: Microsoft.ML.OnnxRuntime.InferenceSession.Run* - nameWithType.vb: InferenceSession.Run(IReadOnlyCollection(Of NamedOnnxValue)) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection(Of Microsoft.ML.OnnxRuntime.NamedOnnxValue)) - name.vb: Run(IReadOnlyCollection(Of NamedOnnxValue)) -- uid: Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue},System.Collections.Generic.IReadOnlyCollection{System.String}) - commentId: M:Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue},System.Collections.Generic.IReadOnlyCollection{System.String}) - id: Run(System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue},System.Collections.Generic.IReadOnlyCollection{System.String}) - parent: Microsoft.ML.OnnxRuntime.InferenceSession - langs: - - csharp - - vb - name: Run(IReadOnlyCollection, IReadOnlyCollection) - nameWithType: InferenceSession.Run(IReadOnlyCollection, IReadOnlyCollection) - fullName: Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlyCollection) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Run - path: ../src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - startLine: 205 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nRuns the loaded model for the given inputs, and fetches the outputs specified in outputNames.\n" - example: [] - syntax: - content: public IDisposableReadOnlyCollection Run(IReadOnlyCollection inputs, IReadOnlyCollection outputNames) - parameters: - - id: inputs - type: System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue} - description: Specify a collection of that indicates the input values. - - id: outputNames - type: System.Collections.Generic.IReadOnlyCollection{System.String} - description: Specify a collection of string that indicates the output names to fetch. - return: - type: Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection{Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue} - description: Output Tensors in a Collection of NamedOnnxValue. User must dispose the output. - content.vb: Public Function Run(inputs As IReadOnlyCollection(Of NamedOnnxValue), outputNames As IReadOnlyCollection(Of String)) As IDisposableReadOnlyCollection(Of DisposableNamedOnnxValue) - overload: Microsoft.ML.OnnxRuntime.InferenceSession.Run* - nameWithType.vb: InferenceSession.Run(IReadOnlyCollection(Of NamedOnnxValue), IReadOnlyCollection(Of String)) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection(Of Microsoft.ML.OnnxRuntime.NamedOnnxValue), System.Collections.Generic.IReadOnlyCollection(Of System.String)) - name.vb: Run(IReadOnlyCollection(Of NamedOnnxValue), IReadOnlyCollection(Of String)) -- uid: Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue},System.Collections.Generic.IReadOnlyCollection{System.String},Microsoft.ML.OnnxRuntime.RunOptions) - commentId: M:Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue},System.Collections.Generic.IReadOnlyCollection{System.String},Microsoft.ML.OnnxRuntime.RunOptions) - id: Run(System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue},System.Collections.Generic.IReadOnlyCollection{System.String},Microsoft.ML.OnnxRuntime.RunOptions) - parent: Microsoft.ML.OnnxRuntime.InferenceSession - langs: - - csharp - - vb - name: Run(IReadOnlyCollection, IReadOnlyCollection, RunOptions) - nameWithType: InferenceSession.Run(IReadOnlyCollection, IReadOnlyCollection, RunOptions) - fullName: Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlyCollection, Microsoft.ML.OnnxRuntime.RunOptions) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Run - path: ../src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - startLine: 217 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nRuns the loaded model for the given inputs, and fetches the specified outputs in outputNames. Uses the given RunOptions for this run.\n" - example: [] - syntax: - content: public IDisposableReadOnlyCollection Run(IReadOnlyCollection inputs, IReadOnlyCollection outputNames, RunOptions options) - parameters: - - id: inputs - type: System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue} - description: Specify a collection of that indicates the input values. - - id: outputNames - type: System.Collections.Generic.IReadOnlyCollection{System.String} - description: Specify a collection of string that indicates the output names to fetch. - - id: options - type: Microsoft.ML.OnnxRuntime.RunOptions - description: '' - return: - type: Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection{Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue} - description: Output Tensors in a Collection of NamedOnnxValue. User must dispose the output. - content.vb: Public Function Run(inputs As IReadOnlyCollection(Of NamedOnnxValue), outputNames As IReadOnlyCollection(Of String), options As RunOptions) As IDisposableReadOnlyCollection(Of DisposableNamedOnnxValue) - overload: Microsoft.ML.OnnxRuntime.InferenceSession.Run* - nameWithType.vb: InferenceSession.Run(IReadOnlyCollection(Of NamedOnnxValue), IReadOnlyCollection(Of String), RunOptions) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection(Of Microsoft.ML.OnnxRuntime.NamedOnnxValue), System.Collections.Generic.IReadOnlyCollection(Of System.String), Microsoft.ML.OnnxRuntime.RunOptions) - name.vb: Run(IReadOnlyCollection(Of NamedOnnxValue), IReadOnlyCollection(Of String), RunOptions) -- uid: Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection{System.String},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue}) - commentId: M:Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection{System.String},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue}) - id: Run(System.Collections.Generic.IReadOnlyCollection{System.String},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue}) - parent: Microsoft.ML.OnnxRuntime.InferenceSession - langs: - - csharp - - vb - name: Run(IReadOnlyCollection, IReadOnlyCollection) - nameWithType: InferenceSession.Run(IReadOnlyCollection, IReadOnlyCollection) - fullName: Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlyCollection) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Run - path: ../src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - startLine: 236 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nRuns the loaded model for the given inputs, and fetches all the outputs.\n" - example: [] - syntax: - content: public IDisposableReadOnlyCollection Run(IReadOnlyCollection inputNames, IReadOnlyCollection inputValues) - parameters: - - id: inputNames - type: System.Collections.Generic.IReadOnlyCollection{System.String} - description: Specify a collection of string that indicates the input names. Should match inputValues. - - id: inputValues - type: System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue} - description: Specify a collection of that indicates the input values. - return: - type: Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection{Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue} - description: Output Tensors in a Collection of NamedOnnxValue. User must dispose the output. - content.vb: Public Function Run(inputNames As IReadOnlyCollection(Of String), inputValues As IReadOnlyCollection(Of FixedBufferOnnxValue)) As IDisposableReadOnlyCollection(Of DisposableNamedOnnxValue) - overload: Microsoft.ML.OnnxRuntime.InferenceSession.Run* - nameWithType.vb: InferenceSession.Run(IReadOnlyCollection(Of String), IReadOnlyCollection(Of FixedBufferOnnxValue)) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection(Of System.String), System.Collections.Generic.IReadOnlyCollection(Of Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue)) - name.vb: Run(IReadOnlyCollection(Of String), IReadOnlyCollection(Of FixedBufferOnnxValue)) -- uid: Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection{System.String},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue},System.Collections.Generic.IReadOnlyCollection{System.String}) - commentId: M:Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection{System.String},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue},System.Collections.Generic.IReadOnlyCollection{System.String}) - id: Run(System.Collections.Generic.IReadOnlyCollection{System.String},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue},System.Collections.Generic.IReadOnlyCollection{System.String}) - parent: Microsoft.ML.OnnxRuntime.InferenceSession - langs: - - csharp - - vb - name: Run(IReadOnlyCollection, IReadOnlyCollection, IReadOnlyCollection) - nameWithType: InferenceSession.Run(IReadOnlyCollection, IReadOnlyCollection, IReadOnlyCollection) - fullName: Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlyCollection) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Run - path: ../src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - startLine: 252 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nRuns the loaded model for the given inputs, and fetches the outputs specified in outputNames.\n" - example: [] - syntax: - content: public IDisposableReadOnlyCollection Run(IReadOnlyCollection inputNames, IReadOnlyCollection inputValues, IReadOnlyCollection outputNames) - parameters: - - id: inputNames - type: System.Collections.Generic.IReadOnlyCollection{System.String} - description: Specify a collection of string that indicates the input names. Should match inputValues. - - id: inputValues - type: System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue} - description: Specify a collection of that indicates the input values. - - id: outputNames - type: System.Collections.Generic.IReadOnlyCollection{System.String} - description: Specify a collection of string that indicates the output names to fetch. - return: - type: Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection{Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue} - description: Output Tensors in a Collection of NamedOnnxValue. User must dispose the output. - content.vb: Public Function Run(inputNames As IReadOnlyCollection(Of String), inputValues As IReadOnlyCollection(Of FixedBufferOnnxValue), outputNames As IReadOnlyCollection(Of String)) As IDisposableReadOnlyCollection(Of DisposableNamedOnnxValue) - overload: Microsoft.ML.OnnxRuntime.InferenceSession.Run* - nameWithType.vb: InferenceSession.Run(IReadOnlyCollection(Of String), IReadOnlyCollection(Of FixedBufferOnnxValue), IReadOnlyCollection(Of String)) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection(Of System.String), System.Collections.Generic.IReadOnlyCollection(Of Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue), System.Collections.Generic.IReadOnlyCollection(Of System.String)) - name.vb: Run(IReadOnlyCollection(Of String), IReadOnlyCollection(Of FixedBufferOnnxValue), IReadOnlyCollection(Of String)) -- uid: Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection{System.String},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue},System.Collections.Generic.IReadOnlyCollection{System.String},Microsoft.ML.OnnxRuntime.RunOptions) - commentId: M:Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection{System.String},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue},System.Collections.Generic.IReadOnlyCollection{System.String},Microsoft.ML.OnnxRuntime.RunOptions) - id: Run(System.Collections.Generic.IReadOnlyCollection{System.String},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue},System.Collections.Generic.IReadOnlyCollection{System.String},Microsoft.ML.OnnxRuntime.RunOptions) - parent: Microsoft.ML.OnnxRuntime.InferenceSession - langs: - - csharp - - vb - name: Run(IReadOnlyCollection, IReadOnlyCollection, IReadOnlyCollection, RunOptions) - nameWithType: InferenceSession.Run(IReadOnlyCollection, IReadOnlyCollection, IReadOnlyCollection, RunOptions) - fullName: Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlyCollection, Microsoft.ML.OnnxRuntime.RunOptions) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Run - path: ../src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - startLine: 268 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nRuns the loaded model for the given inputs, and fetches the specified outputs in outputNames. Uses the given RunOptions for this run.\n" - example: [] - syntax: - content: public IDisposableReadOnlyCollection Run(IReadOnlyCollection inputNames, IReadOnlyCollection inputValues, IReadOnlyCollection outputNames, RunOptions options) - parameters: - - id: inputNames - type: System.Collections.Generic.IReadOnlyCollection{System.String} - description: Specify a collection of string that indicates the input names. Should match inputValues. - - id: inputValues - type: System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue} - description: Specify a collection of that indicates the input values. - - id: outputNames - type: System.Collections.Generic.IReadOnlyCollection{System.String} - description: Specify a collection of string that indicates the output names to fetch. - - id: options - type: Microsoft.ML.OnnxRuntime.RunOptions - description: '' - return: - type: Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection{Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue} - description: Output Tensors in a Collection of NamedOnnxValue. User must dispose the output. - content.vb: Public Function Run(inputNames As IReadOnlyCollection(Of String), inputValues As IReadOnlyCollection(Of FixedBufferOnnxValue), outputNames As IReadOnlyCollection(Of String), options As RunOptions) As IDisposableReadOnlyCollection(Of DisposableNamedOnnxValue) - overload: Microsoft.ML.OnnxRuntime.InferenceSession.Run* - nameWithType.vb: InferenceSession.Run(IReadOnlyCollection(Of String), IReadOnlyCollection(Of FixedBufferOnnxValue), IReadOnlyCollection(Of String), RunOptions) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection(Of System.String), System.Collections.Generic.IReadOnlyCollection(Of Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue), System.Collections.Generic.IReadOnlyCollection(Of System.String), Microsoft.ML.OnnxRuntime.RunOptions) - name.vb: Run(IReadOnlyCollection(Of String), IReadOnlyCollection(Of FixedBufferOnnxValue), IReadOnlyCollection(Of String), RunOptions) -- uid: Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection{System.String},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue},System.Collections.Generic.IReadOnlyCollection{System.String},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue}) - commentId: M:Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection{System.String},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue},System.Collections.Generic.IReadOnlyCollection{System.String},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue}) - id: Run(System.Collections.Generic.IReadOnlyCollection{System.String},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue},System.Collections.Generic.IReadOnlyCollection{System.String},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue}) - parent: Microsoft.ML.OnnxRuntime.InferenceSession - langs: - - csharp - - vb - name: Run(IReadOnlyCollection, IReadOnlyCollection, IReadOnlyCollection, IReadOnlyCollection) - nameWithType: InferenceSession.Run(IReadOnlyCollection, IReadOnlyCollection, IReadOnlyCollection, IReadOnlyCollection) - fullName: Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlyCollection) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Run - path: ../src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - startLine: 300 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nRuns the loaded model for the given inputs and outputs.\n\nOutputs need to be created with correct type and dimension to accept the fetched data.\n" - example: [] - syntax: - content: public void Run(IReadOnlyCollection inputNames, IReadOnlyCollection inputValues, IReadOnlyCollection outputNames, IReadOnlyCollection outputValues) - parameters: - - id: inputNames - type: System.Collections.Generic.IReadOnlyCollection{System.String} - description: Specify a collection of string that indicates the input names. Should match inputValues. - - id: inputValues - type: System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue} - description: Specify a collection of that indicates the input values. - - id: outputNames - type: System.Collections.Generic.IReadOnlyCollection{System.String} - description: Specify a collection of string that indicates the output names. Should match outputValues. - - id: outputValues - type: System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue} - description: Specify a collection of that indicates the output values. - content.vb: Public Sub Run(inputNames As IReadOnlyCollection(Of String), inputValues As IReadOnlyCollection(Of FixedBufferOnnxValue), outputNames As IReadOnlyCollection(Of String), outputValues As IReadOnlyCollection(Of FixedBufferOnnxValue)) - overload: Microsoft.ML.OnnxRuntime.InferenceSession.Run* - nameWithType.vb: InferenceSession.Run(IReadOnlyCollection(Of String), IReadOnlyCollection(Of FixedBufferOnnxValue), IReadOnlyCollection(Of String), IReadOnlyCollection(Of FixedBufferOnnxValue)) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection(Of System.String), System.Collections.Generic.IReadOnlyCollection(Of Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue), System.Collections.Generic.IReadOnlyCollection(Of System.String), System.Collections.Generic.IReadOnlyCollection(Of Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue)) - name.vb: Run(IReadOnlyCollection(Of String), IReadOnlyCollection(Of FixedBufferOnnxValue), IReadOnlyCollection(Of String), IReadOnlyCollection(Of FixedBufferOnnxValue)) -- uid: Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection{System.String},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue},System.Collections.Generic.IReadOnlyCollection{System.String},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue},Microsoft.ML.OnnxRuntime.RunOptions) - commentId: M:Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection{System.String},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue},System.Collections.Generic.IReadOnlyCollection{System.String},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue},Microsoft.ML.OnnxRuntime.RunOptions) - id: Run(System.Collections.Generic.IReadOnlyCollection{System.String},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue},System.Collections.Generic.IReadOnlyCollection{System.String},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue},Microsoft.ML.OnnxRuntime.RunOptions) - parent: Microsoft.ML.OnnxRuntime.InferenceSession - langs: - - csharp - - vb - name: Run(IReadOnlyCollection, IReadOnlyCollection, IReadOnlyCollection, IReadOnlyCollection, RunOptions) - nameWithType: InferenceSession.Run(IReadOnlyCollection, IReadOnlyCollection, IReadOnlyCollection, IReadOnlyCollection, RunOptions) - fullName: Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlyCollection, Microsoft.ML.OnnxRuntime.RunOptions) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Run - path: ../src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - startLine: 319 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nRuns the loaded model for the given inputs and outputs. Uses the given RunOptions for this run.\n\nOutputs need to be created with correct type and dimension to accept the fetched data.\n" - example: [] - syntax: - content: public void Run(IReadOnlyCollection inputNames, IReadOnlyCollection inputValues, IReadOnlyCollection outputNames, IReadOnlyCollection outputValues, RunOptions options) - parameters: - - id: inputNames - type: System.Collections.Generic.IReadOnlyCollection{System.String} - description: Specify a collection of string that indicates the input names. Should match inputValues. - - id: inputValues - type: System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue} - description: Specify a collection of that indicates the input values. - - id: outputNames - type: System.Collections.Generic.IReadOnlyCollection{System.String} - description: Specify a collection of string that indicates the output names. Should match outputValues. - - id: outputValues - type: System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue} - description: Specify a collection of that indicates the output values. - - id: options - type: Microsoft.ML.OnnxRuntime.RunOptions - description: '' - content.vb: Public Sub Run(inputNames As IReadOnlyCollection(Of String), inputValues As IReadOnlyCollection(Of FixedBufferOnnxValue), outputNames As IReadOnlyCollection(Of String), outputValues As IReadOnlyCollection(Of FixedBufferOnnxValue), options As RunOptions) - overload: Microsoft.ML.OnnxRuntime.InferenceSession.Run* - nameWithType.vb: InferenceSession.Run(IReadOnlyCollection(Of String), IReadOnlyCollection(Of FixedBufferOnnxValue), IReadOnlyCollection(Of String), IReadOnlyCollection(Of FixedBufferOnnxValue), RunOptions) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection(Of System.String), System.Collections.Generic.IReadOnlyCollection(Of Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue), System.Collections.Generic.IReadOnlyCollection(Of System.String), System.Collections.Generic.IReadOnlyCollection(Of Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue), Microsoft.ML.OnnxRuntime.RunOptions) - name.vb: Run(IReadOnlyCollection(Of String), IReadOnlyCollection(Of FixedBufferOnnxValue), IReadOnlyCollection(Of String), IReadOnlyCollection(Of FixedBufferOnnxValue), RunOptions) -- uid: Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue}) - commentId: M:Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue}) - id: Run(System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue}) - parent: Microsoft.ML.OnnxRuntime.InferenceSession - langs: - - csharp - - vb - name: Run(IReadOnlyCollection, IReadOnlyCollection) - nameWithType: InferenceSession.Run(IReadOnlyCollection, IReadOnlyCollection) - fullName: Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlyCollection) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Run - path: ../src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - startLine: 365 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nRuns the loaded model for the given inputs and outputs.\n\nOutputs need to be created with correct type and dimension to receive the fetched data.\n" - example: [] - syntax: - content: public void Run(IReadOnlyCollection inputs, IReadOnlyCollection outputs) - parameters: - - id: inputs - type: System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue} - description: Specify a collection of that indicates the input values. - - id: outputs - type: System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue} - description: Specify a collection of that indicates the output values. - content.vb: Public Sub Run(inputs As IReadOnlyCollection(Of NamedOnnxValue), outputs As IReadOnlyCollection(Of NamedOnnxValue)) - overload: Microsoft.ML.OnnxRuntime.InferenceSession.Run* - nameWithType.vb: InferenceSession.Run(IReadOnlyCollection(Of NamedOnnxValue), IReadOnlyCollection(Of NamedOnnxValue)) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection(Of Microsoft.ML.OnnxRuntime.NamedOnnxValue), System.Collections.Generic.IReadOnlyCollection(Of Microsoft.ML.OnnxRuntime.NamedOnnxValue)) - name.vb: Run(IReadOnlyCollection(Of NamedOnnxValue), IReadOnlyCollection(Of NamedOnnxValue)) -- uid: Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue},Microsoft.ML.OnnxRuntime.RunOptions) - commentId: M:Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue},Microsoft.ML.OnnxRuntime.RunOptions) - id: Run(System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue},Microsoft.ML.OnnxRuntime.RunOptions) - parent: Microsoft.ML.OnnxRuntime.InferenceSession - langs: - - csharp - - vb - name: Run(IReadOnlyCollection, IReadOnlyCollection, RunOptions) - nameWithType: InferenceSession.Run(IReadOnlyCollection, IReadOnlyCollection, RunOptions) - fullName: Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlyCollection, Microsoft.ML.OnnxRuntime.RunOptions) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Run - path: ../src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - startLine: 381 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\n\nRuns the loaded model for the given inputs and outputs. Uses the given RunOptions for this run.\n\nOutputs need to be created with correct type and dimension to receive the fetched data.\n" - example: [] - syntax: - content: public void Run(IReadOnlyCollection inputs, IReadOnlyCollection outputs, RunOptions options) - parameters: - - id: inputs - type: System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue} - description: Specify a collection of that indicates the input values. - - id: outputs - type: System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue} - description: Specify a collection of that indicates the output values. - - id: options - type: Microsoft.ML.OnnxRuntime.RunOptions - description: '' - content.vb: Public Sub Run(inputs As IReadOnlyCollection(Of NamedOnnxValue), outputs As IReadOnlyCollection(Of NamedOnnxValue), options As RunOptions) - overload: Microsoft.ML.OnnxRuntime.InferenceSession.Run* - nameWithType.vb: InferenceSession.Run(IReadOnlyCollection(Of NamedOnnxValue), IReadOnlyCollection(Of NamedOnnxValue), RunOptions) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection(Of Microsoft.ML.OnnxRuntime.NamedOnnxValue), System.Collections.Generic.IReadOnlyCollection(Of Microsoft.ML.OnnxRuntime.NamedOnnxValue), Microsoft.ML.OnnxRuntime.RunOptions) - name.vb: Run(IReadOnlyCollection(Of NamedOnnxValue), IReadOnlyCollection(Of NamedOnnxValue), RunOptions) -- uid: Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue},System.Collections.Generic.IReadOnlyCollection{System.String},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue}) - commentId: M:Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue},System.Collections.Generic.IReadOnlyCollection{System.String},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue}) - id: Run(System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue},System.Collections.Generic.IReadOnlyCollection{System.String},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue}) - parent: Microsoft.ML.OnnxRuntime.InferenceSession - langs: - - csharp - - vb - name: Run(IReadOnlyCollection, IReadOnlyCollection, IReadOnlyCollection) - nameWithType: InferenceSession.Run(IReadOnlyCollection, IReadOnlyCollection, IReadOnlyCollection) - fullName: Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlyCollection) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Run - path: ../src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - startLine: 415 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nRuns the loaded model for the given inputs and outputs.\n\nOutputs need to be created with correct type and dimension to receive the fetched data.\n" - example: [] - syntax: - content: public void Run(IReadOnlyCollection inputs, IReadOnlyCollection outputNames, IReadOnlyCollection outputValues) - parameters: - - id: inputs - type: System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue} - description: Specify a collection of that indicates the input values. - - id: outputNames - type: System.Collections.Generic.IReadOnlyCollection{System.String} - description: Specify a collection of string that indicates the output names. Should match outputValues. - - id: outputValues - type: System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue} - description: Specify a collection of that indicates the output values. - content.vb: Public Sub Run(inputs As IReadOnlyCollection(Of NamedOnnxValue), outputNames As IReadOnlyCollection(Of String), outputValues As IReadOnlyCollection(Of FixedBufferOnnxValue)) - overload: Microsoft.ML.OnnxRuntime.InferenceSession.Run* - nameWithType.vb: InferenceSession.Run(IReadOnlyCollection(Of NamedOnnxValue), IReadOnlyCollection(Of String), IReadOnlyCollection(Of FixedBufferOnnxValue)) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection(Of Microsoft.ML.OnnxRuntime.NamedOnnxValue), System.Collections.Generic.IReadOnlyCollection(Of System.String), System.Collections.Generic.IReadOnlyCollection(Of Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue)) - name.vb: Run(IReadOnlyCollection(Of NamedOnnxValue), IReadOnlyCollection(Of String), IReadOnlyCollection(Of FixedBufferOnnxValue)) -- uid: Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue},System.Collections.Generic.IReadOnlyCollection{System.String},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue},Microsoft.ML.OnnxRuntime.RunOptions) - commentId: M:Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue},System.Collections.Generic.IReadOnlyCollection{System.String},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue},Microsoft.ML.OnnxRuntime.RunOptions) - id: Run(System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue},System.Collections.Generic.IReadOnlyCollection{System.String},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue},Microsoft.ML.OnnxRuntime.RunOptions) - parent: Microsoft.ML.OnnxRuntime.InferenceSession - langs: - - csharp - - vb - name: Run(IReadOnlyCollection, IReadOnlyCollection, IReadOnlyCollection, RunOptions) - nameWithType: InferenceSession.Run(IReadOnlyCollection, IReadOnlyCollection, IReadOnlyCollection, RunOptions) - fullName: Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlyCollection, Microsoft.ML.OnnxRuntime.RunOptions) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Run - path: ../src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - startLine: 432 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nRuns the loaded model for the given inputs and outputs. Uses the given RunOptions for this run.\n\nOutputs need to be created with correct type and dimension to receive the fetched data.\n" - example: [] - syntax: - content: public void Run(IReadOnlyCollection inputs, IReadOnlyCollection outputNames, IReadOnlyCollection outputValues, RunOptions options) - parameters: - - id: inputs - type: System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue} - description: Specify a collection of that indicates the input values. - - id: outputNames - type: System.Collections.Generic.IReadOnlyCollection{System.String} - description: Specify a collection of string that indicates the output names. Should match outputValues. - - id: outputValues - type: System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue} - description: Specify a collection of that indicates the output values. - - id: options - type: Microsoft.ML.OnnxRuntime.RunOptions - description: '' - content.vb: Public Sub Run(inputs As IReadOnlyCollection(Of NamedOnnxValue), outputNames As IReadOnlyCollection(Of String), outputValues As IReadOnlyCollection(Of FixedBufferOnnxValue), options As RunOptions) - overload: Microsoft.ML.OnnxRuntime.InferenceSession.Run* - nameWithType.vb: InferenceSession.Run(IReadOnlyCollection(Of NamedOnnxValue), IReadOnlyCollection(Of String), IReadOnlyCollection(Of FixedBufferOnnxValue), RunOptions) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection(Of Microsoft.ML.OnnxRuntime.NamedOnnxValue), System.Collections.Generic.IReadOnlyCollection(Of System.String), System.Collections.Generic.IReadOnlyCollection(Of Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue), Microsoft.ML.OnnxRuntime.RunOptions) - name.vb: Run(IReadOnlyCollection(Of NamedOnnxValue), IReadOnlyCollection(Of String), IReadOnlyCollection(Of FixedBufferOnnxValue), RunOptions) -- uid: Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection{System.String},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue}) - commentId: M:Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection{System.String},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue}) - id: Run(System.Collections.Generic.IReadOnlyCollection{System.String},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue}) - parent: Microsoft.ML.OnnxRuntime.InferenceSession - langs: - - csharp - - vb - name: Run(IReadOnlyCollection, IReadOnlyCollection, IReadOnlyCollection) - nameWithType: InferenceSession.Run(IReadOnlyCollection, IReadOnlyCollection, IReadOnlyCollection) - fullName: Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlyCollection) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Run - path: ../src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - startLine: 475 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\n\nRuns the loaded model for the given inputs and outputs.\n\nOutputs need to be created with correct type and dimension to receive the fetched data.\n" - example: [] - syntax: - content: public void Run(IReadOnlyCollection inputNames, IReadOnlyCollection inputValues, IReadOnlyCollection outputs) - parameters: - - id: inputNames - type: System.Collections.Generic.IReadOnlyCollection{System.String} - description: Specify a collection of string that indicates the input names. Should match inputValues. - - id: inputValues - type: System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue} - description: Specify a collection of that indicates the input values. - - id: outputs - type: System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue} - description: Specify a collection of that indicates the output values. - content.vb: Public Sub Run(inputNames As IReadOnlyCollection(Of String), inputValues As IReadOnlyCollection(Of FixedBufferOnnxValue), outputs As IReadOnlyCollection(Of NamedOnnxValue)) - overload: Microsoft.ML.OnnxRuntime.InferenceSession.Run* - nameWithType.vb: InferenceSession.Run(IReadOnlyCollection(Of String), IReadOnlyCollection(Of FixedBufferOnnxValue), IReadOnlyCollection(Of NamedOnnxValue)) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection(Of System.String), System.Collections.Generic.IReadOnlyCollection(Of Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue), System.Collections.Generic.IReadOnlyCollection(Of Microsoft.ML.OnnxRuntime.NamedOnnxValue)) - name.vb: Run(IReadOnlyCollection(Of String), IReadOnlyCollection(Of FixedBufferOnnxValue), IReadOnlyCollection(Of NamedOnnxValue)) -- uid: Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection{System.String},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue},Microsoft.ML.OnnxRuntime.RunOptions) - commentId: M:Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection{System.String},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue},Microsoft.ML.OnnxRuntime.RunOptions) - id: Run(System.Collections.Generic.IReadOnlyCollection{System.String},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue},System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue},Microsoft.ML.OnnxRuntime.RunOptions) - parent: Microsoft.ML.OnnxRuntime.InferenceSession - langs: - - csharp - - vb - name: Run(IReadOnlyCollection, IReadOnlyCollection, IReadOnlyCollection, RunOptions) - nameWithType: InferenceSession.Run(IReadOnlyCollection, IReadOnlyCollection, IReadOnlyCollection, RunOptions) - fullName: Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlyCollection, Microsoft.ML.OnnxRuntime.RunOptions) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Run - path: ../src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - startLine: 493 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\n\nRuns the loaded model for the given inputs and outputs. Uses the given RunOptions for this run.\n\nOutputs need to be created with correct type and dimension to receive the fetched data.\n" - example: [] - syntax: - content: public void Run(IReadOnlyCollection inputNames, IReadOnlyCollection inputValues, IReadOnlyCollection outputs, RunOptions options) - parameters: - - id: inputNames - type: System.Collections.Generic.IReadOnlyCollection{System.String} - description: Specify a collection of string that indicates the input names. Should match inputValues. - - id: inputValues - type: System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue} - description: Specify a collection of that indicates the input values. - - id: outputs - type: System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue} - description: Specify a collection of that indicates the output values. - - id: options - type: Microsoft.ML.OnnxRuntime.RunOptions - description: '' - content.vb: Public Sub Run(inputNames As IReadOnlyCollection(Of String), inputValues As IReadOnlyCollection(Of FixedBufferOnnxValue), outputs As IReadOnlyCollection(Of NamedOnnxValue), options As RunOptions) - overload: Microsoft.ML.OnnxRuntime.InferenceSession.Run* - nameWithType.vb: InferenceSession.Run(IReadOnlyCollection(Of String), IReadOnlyCollection(Of FixedBufferOnnxValue), IReadOnlyCollection(Of NamedOnnxValue), RunOptions) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Microsoft.ML.OnnxRuntime.InferenceSession.Run(System.Collections.Generic.IReadOnlyCollection(Of System.String), System.Collections.Generic.IReadOnlyCollection(Of Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue), System.Collections.Generic.IReadOnlyCollection(Of Microsoft.ML.OnnxRuntime.NamedOnnxValue), Microsoft.ML.OnnxRuntime.RunOptions) - name.vb: Run(IReadOnlyCollection(Of String), IReadOnlyCollection(Of FixedBufferOnnxValue), IReadOnlyCollection(Of NamedOnnxValue), RunOptions) -- uid: Microsoft.ML.OnnxRuntime.InferenceSession.CreateIoBinding - commentId: M:Microsoft.ML.OnnxRuntime.InferenceSession.CreateIoBinding - id: CreateIoBinding - parent: Microsoft.ML.OnnxRuntime.InferenceSession - langs: - - csharp - - vb - name: CreateIoBinding() - nameWithType: InferenceSession.CreateIoBinding() - fullName: Microsoft.ML.OnnxRuntime.InferenceSession.CreateIoBinding() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CreateIoBinding - path: ../src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - startLine: 532 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nCreate OrtIoBinding instance to bind pre-allocated buffers\nto input/output\n" - example: [] - syntax: - content: public OrtIoBinding CreateIoBinding() - return: - type: Microsoft.ML.OnnxRuntime.OrtIoBinding - description: A new instance of OrtIoBinding - content.vb: Public Function CreateIoBinding As OrtIoBinding - overload: Microsoft.ML.OnnxRuntime.InferenceSession.CreateIoBinding* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.InferenceSession.RunWithBinding(Microsoft.ML.OnnxRuntime.RunOptions,Microsoft.ML.OnnxRuntime.OrtIoBinding) - commentId: M:Microsoft.ML.OnnxRuntime.InferenceSession.RunWithBinding(Microsoft.ML.OnnxRuntime.RunOptions,Microsoft.ML.OnnxRuntime.OrtIoBinding) - id: RunWithBinding(Microsoft.ML.OnnxRuntime.RunOptions,Microsoft.ML.OnnxRuntime.OrtIoBinding) - parent: Microsoft.ML.OnnxRuntime.InferenceSession - langs: - - csharp - - vb - name: RunWithBinding(RunOptions, OrtIoBinding) - nameWithType: InferenceSession.RunWithBinding(RunOptions, OrtIoBinding) - fullName: Microsoft.ML.OnnxRuntime.InferenceSession.RunWithBinding(Microsoft.ML.OnnxRuntime.RunOptions, Microsoft.ML.OnnxRuntime.OrtIoBinding) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: RunWithBinding - path: ../src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - startLine: 547 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nThis method runs inference on the OrtIoBinding instance\nThe method does not return anything. This is a lightweight version of \nRunWithBindingAndNames(). When you bind pre-allocated buffers to the output values\nyou may not want to fetch the outputs since you already have access to them so you can spare\nthe expense of fetching them and pairing with names.\nYou can still fetch the outputs by calling OrtIOBinding.GetOutputValues()\n" - example: [] - syntax: - content: public void RunWithBinding(RunOptions runOptions, OrtIoBinding ioBinding) - parameters: - - id: runOptions - type: Microsoft.ML.OnnxRuntime.RunOptions - description: runOptions - - id: ioBinding - type: Microsoft.ML.OnnxRuntime.OrtIoBinding - description: ioBinding instance to use - content.vb: Public Sub RunWithBinding(runOptions As RunOptions, ioBinding As OrtIoBinding) - overload: Microsoft.ML.OnnxRuntime.InferenceSession.RunWithBinding* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.InferenceSession.RunWithBindingAndNames(Microsoft.ML.OnnxRuntime.RunOptions,Microsoft.ML.OnnxRuntime.OrtIoBinding,System.String[]) - commentId: M:Microsoft.ML.OnnxRuntime.InferenceSession.RunWithBindingAndNames(Microsoft.ML.OnnxRuntime.RunOptions,Microsoft.ML.OnnxRuntime.OrtIoBinding,System.String[]) - id: RunWithBindingAndNames(Microsoft.ML.OnnxRuntime.RunOptions,Microsoft.ML.OnnxRuntime.OrtIoBinding,System.String[]) - parent: Microsoft.ML.OnnxRuntime.InferenceSession - langs: - - csharp - - vb - name: RunWithBindingAndNames(RunOptions, OrtIoBinding, String[]) - nameWithType: InferenceSession.RunWithBindingAndNames(RunOptions, OrtIoBinding, String[]) - fullName: Microsoft.ML.OnnxRuntime.InferenceSession.RunWithBindingAndNames(Microsoft.ML.OnnxRuntime.RunOptions, Microsoft.ML.OnnxRuntime.OrtIoBinding, System.String[]) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: RunWithBindingAndNames - path: ../src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - startLine: 565 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nThis method return a collection of DisposableNamedOnnxValue as in other interfaces\nQuery names from OrtIoBinding object and pair then with the array of OrtValues returned\nfrom OrtIoBinding.GetOutputValues()\n\n" - example: [] - syntax: - content: public IDisposableReadOnlyCollection RunWithBindingAndNames(RunOptions runOptions, OrtIoBinding ioBinding, string[] names = null) - parameters: - - id: runOptions - type: Microsoft.ML.OnnxRuntime.RunOptions - description: RunOptions - - id: ioBinding - type: Microsoft.ML.OnnxRuntime.OrtIoBinding - description: OrtIoBinding instance with bindings - - id: names - type: System.String[] - description: >- - optional parameter. If you already know the names of the outputs you can save a native - - call to retrieve output names. They will be paired with the returned OrtValues and combined into DisposbleNamedOnnxValues. - - Otherwise, the method will retrieve output names from the OrtIoBinding instance. - - It is an error if you supply a different number of names than the returned outputs - return: - type: Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection{Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue} - description: A disposable collection of DisposableNamedOnnxValue that encapsulate output OrtValues - content.vb: Public Function RunWithBindingAndNames(runOptions As RunOptions, ioBinding As OrtIoBinding, names As String() = Nothing) As IDisposableReadOnlyCollection(Of DisposableNamedOnnxValue) - overload: Microsoft.ML.OnnxRuntime.InferenceSession.RunWithBindingAndNames* - nameWithType.vb: InferenceSession.RunWithBindingAndNames(RunOptions, OrtIoBinding, String()) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Microsoft.ML.OnnxRuntime.InferenceSession.RunWithBindingAndNames(Microsoft.ML.OnnxRuntime.RunOptions, Microsoft.ML.OnnxRuntime.OrtIoBinding, System.String()) - name.vb: RunWithBindingAndNames(RunOptions, OrtIoBinding, String()) -- uid: Microsoft.ML.OnnxRuntime.InferenceSession.EndProfiling - commentId: M:Microsoft.ML.OnnxRuntime.InferenceSession.EndProfiling - id: EndProfiling - parent: Microsoft.ML.OnnxRuntime.InferenceSession - langs: - - csharp - - vb - name: EndProfiling() - nameWithType: InferenceSession.EndProfiling() - fullName: Microsoft.ML.OnnxRuntime.InferenceSession.EndProfiling() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: EndProfiling - path: ../src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - startLine: 605 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nEnds profiling for the session.\n" - example: [] - syntax: - content: public string EndProfiling() - return: - type: System.String - description: Returns the profile file name. - content.vb: Public Function EndProfiling As String - overload: Microsoft.ML.OnnxRuntime.InferenceSession.EndProfiling* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.InferenceSession.ModelMetadata - commentId: P:Microsoft.ML.OnnxRuntime.InferenceSession.ModelMetadata - id: ModelMetadata - parent: Microsoft.ML.OnnxRuntime.InferenceSession - langs: - - csharp - - vb - name: ModelMetadata - nameWithType: InferenceSession.ModelMetadata - fullName: Microsoft.ML.OnnxRuntime.InferenceSession.ModelMetadata - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ModelMetadata - path: ../src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - startLine: 736 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nThis property queries model metadata, constructs\nan instance of ModelMetadata and caches it\n" - example: [] - syntax: - content: public ModelMetadata ModelMetadata { get; } - parameters: [] - return: - type: Microsoft.ML.OnnxRuntime.ModelMetadata - description: Instance of ModelMetdata - content.vb: Public ReadOnly Property ModelMetadata As ModelMetadata - overload: Microsoft.ML.OnnxRuntime.InferenceSession.ModelMetadata* - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly -- uid: Microsoft.ML.OnnxRuntime.InferenceSession.ProfilingStartTimeNs - commentId: P:Microsoft.ML.OnnxRuntime.InferenceSession.ProfilingStartTimeNs - id: ProfilingStartTimeNs - parent: Microsoft.ML.OnnxRuntime.InferenceSession - langs: - - csharp - - vb - name: ProfilingStartTimeNs - nameWithType: InferenceSession.ProfilingStartTimeNs - fullName: Microsoft.ML.OnnxRuntime.InferenceSession.ProfilingStartTimeNs - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ProfilingStartTimeNs - path: ../src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - startLine: 755 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nReturn the nanoseconds of profiling's start time\nOn some platforms, this timer may not be as precise as nanoseconds\nFor instance, on Windows and MacOS, the precision will be ~100ns\n" - example: [] - syntax: - content: public ulong ProfilingStartTimeNs { get; } - parameters: [] - return: - type: System.UInt64 - content.vb: Public ReadOnly Property ProfilingStartTimeNs As ULong - overload: Microsoft.ML.OnnxRuntime.InferenceSession.ProfilingStartTimeNs* - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly -- uid: Microsoft.ML.OnnxRuntime.InferenceSession.Finalize - commentId: M:Microsoft.ML.OnnxRuntime.InferenceSession.Finalize - id: Finalize - parent: Microsoft.ML.OnnxRuntime.InferenceSession - langs: - - csharp - - vb - name: Finalize() - nameWithType: InferenceSession.Finalize() - fullName: Microsoft.ML.OnnxRuntime.InferenceSession.Finalize() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Finalize - path: ../src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - startLine: 1052 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nFinalizer. to cleanup session in case it runs\nand the user forgets to Dispose() of the session\n" - example: [] - syntax: - content: protected void Finalize() - content.vb: Protected Sub Finalize - overload: Microsoft.ML.OnnxRuntime.InferenceSession.Finalize* - modifiers.csharp: - - protected - modifiers.vb: - - Protected -- uid: Microsoft.ML.OnnxRuntime.InferenceSession.Dispose - commentId: M:Microsoft.ML.OnnxRuntime.InferenceSession.Dispose - id: Dispose - parent: Microsoft.ML.OnnxRuntime.InferenceSession - langs: - - csharp - - vb - name: Dispose() - nameWithType: InferenceSession.Dispose() - fullName: Microsoft.ML.OnnxRuntime.InferenceSession.Dispose() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Dispose - path: ../src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - startLine: 1060 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nIDisposable implementation\n" - example: [] - syntax: - content: public void Dispose() - content.vb: Public Sub Dispose - overload: Microsoft.ML.OnnxRuntime.InferenceSession.Dispose* - implements: - - System.IDisposable.Dispose - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.InferenceSession.Dispose(System.Boolean) - commentId: M:Microsoft.ML.OnnxRuntime.InferenceSession.Dispose(System.Boolean) - id: Dispose(System.Boolean) - parent: Microsoft.ML.OnnxRuntime.InferenceSession - langs: - - csharp - - vb - name: Dispose(Boolean) - nameWithType: InferenceSession.Dispose(Boolean) - fullName: Microsoft.ML.OnnxRuntime.InferenceSession.Dispose(System.Boolean) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Dispose - path: ../src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - startLine: 1070 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nIDisposable implementation\n" - example: [] - syntax: - content: protected virtual void Dispose(bool disposing) - parameters: - - id: disposing - type: System.Boolean - description: true if invoked from Dispose() method - content.vb: Protected Overridable Sub Dispose(disposing As Boolean) - overload: Microsoft.ML.OnnxRuntime.InferenceSession.Dispose* - modifiers.csharp: - - protected - - virtual - modifiers.vb: - - Protected - - Overridable -references: -- uid: Microsoft.ML.OnnxRuntime - commentId: N:Microsoft.ML.OnnxRuntime - name: Microsoft.ML.OnnxRuntime - nameWithType: Microsoft.ML.OnnxRuntime - fullName: Microsoft.ML.OnnxRuntime -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: System.IDisposable - commentId: T:System.IDisposable - parent: System - isExternal: true - name: IDisposable - nameWithType: IDisposable - fullName: System.IDisposable -- uid: System.Object.Equals(System.Object) - commentId: M:System.Object.Equals(System.Object) - parent: System.Object - isExternal: true - name: Equals(Object) - nameWithType: Object.Equals(Object) - fullName: System.Object.Equals(System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetHashCode - commentId: M:System.Object.GetHashCode - parent: System.Object - isExternal: true - name: GetHashCode() - nameWithType: Object.GetHashCode() - fullName: System.Object.GetHashCode() - spec.csharp: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - name: MemberwiseClone() - nameWithType: Object.MemberwiseClone() - fullName: System.Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ToString - commentId: M:System.Object.ToString - parent: System.Object - isExternal: true - name: ToString() - nameWithType: Object.ToString() - fullName: System.Object.ToString() - spec.csharp: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System -- uid: Microsoft.ML.OnnxRuntime.InferenceSession.#ctor* - commentId: Overload:Microsoft.ML.OnnxRuntime.InferenceSession.#ctor - name: InferenceSession - nameWithType: InferenceSession.InferenceSession - fullName: Microsoft.ML.OnnxRuntime.InferenceSession.InferenceSession -- uid: System.String - commentId: T:System.String - parent: System - isExternal: true - name: String - nameWithType: String - fullName: System.String -- uid: Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer - commentId: T:Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer - parent: Microsoft.ML.OnnxRuntime - name: PrePackedWeightsContainer - nameWithType: PrePackedWeightsContainer - fullName: Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer -- uid: Microsoft.ML.OnnxRuntime.SessionOptions - commentId: T:Microsoft.ML.OnnxRuntime.SessionOptions - parent: Microsoft.ML.OnnxRuntime - name: SessionOptions - nameWithType: SessionOptions - fullName: Microsoft.ML.OnnxRuntime.SessionOptions -- uid: System.Byte[] - isExternal: true - name: Byte[] - nameWithType: Byte[] - fullName: System.Byte[] - nameWithType.vb: Byte() - fullName.vb: System.Byte() - name.vb: Byte() - spec.csharp: - - uid: System.Byte - name: Byte - nameWithType: Byte - fullName: System.Byte - isExternal: true - - name: '[]' - nameWithType: '[]' - fullName: '[]' - spec.vb: - - uid: System.Byte - name: Byte - nameWithType: Byte - fullName: System.Byte - isExternal: true - - name: () - nameWithType: () - fullName: () -- uid: Microsoft.ML.OnnxRuntime.InferenceSession.InputMetadata* - commentId: Overload:Microsoft.ML.OnnxRuntime.InferenceSession.InputMetadata - name: InputMetadata - nameWithType: InferenceSession.InputMetadata - fullName: Microsoft.ML.OnnxRuntime.InferenceSession.InputMetadata -- uid: System.Collections.Generic.IReadOnlyDictionary{System.String,Microsoft.ML.OnnxRuntime.NodeMetadata} - commentId: T:System.Collections.Generic.IReadOnlyDictionary{System.String,Microsoft.ML.OnnxRuntime.NodeMetadata} - parent: System.Collections.Generic - definition: System.Collections.Generic.IReadOnlyDictionary`2 - name: IReadOnlyDictionary - nameWithType: IReadOnlyDictionary - fullName: System.Collections.Generic.IReadOnlyDictionary - nameWithType.vb: IReadOnlyDictionary(Of String, NodeMetadata) - fullName.vb: System.Collections.Generic.IReadOnlyDictionary(Of System.String, Microsoft.ML.OnnxRuntime.NodeMetadata) - name.vb: IReadOnlyDictionary(Of String, NodeMetadata) - spec.csharp: - - uid: System.Collections.Generic.IReadOnlyDictionary`2 - name: IReadOnlyDictionary - nameWithType: IReadOnlyDictionary - fullName: System.Collections.Generic.IReadOnlyDictionary - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: Microsoft.ML.OnnxRuntime.NodeMetadata - name: NodeMetadata - nameWithType: NodeMetadata - fullName: Microsoft.ML.OnnxRuntime.NodeMetadata - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.IReadOnlyDictionary`2 - name: IReadOnlyDictionary - nameWithType: IReadOnlyDictionary - fullName: System.Collections.Generic.IReadOnlyDictionary - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: Microsoft.ML.OnnxRuntime.NodeMetadata - name: NodeMetadata - nameWithType: NodeMetadata - fullName: Microsoft.ML.OnnxRuntime.NodeMetadata - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic.IReadOnlyDictionary`2 - commentId: T:System.Collections.Generic.IReadOnlyDictionary`2 - isExternal: true - name: IReadOnlyDictionary - nameWithType: IReadOnlyDictionary - fullName: System.Collections.Generic.IReadOnlyDictionary - nameWithType.vb: IReadOnlyDictionary(Of TKey, TValue) - fullName.vb: System.Collections.Generic.IReadOnlyDictionary(Of TKey, TValue) - name.vb: IReadOnlyDictionary(Of TKey, TValue) - spec.csharp: - - uid: System.Collections.Generic.IReadOnlyDictionary`2 - name: IReadOnlyDictionary - nameWithType: IReadOnlyDictionary - fullName: System.Collections.Generic.IReadOnlyDictionary - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: TKey - nameWithType: TKey - fullName: TKey - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - name: TValue - nameWithType: TValue - fullName: TValue - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.IReadOnlyDictionary`2 - name: IReadOnlyDictionary - nameWithType: IReadOnlyDictionary - fullName: System.Collections.Generic.IReadOnlyDictionary - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: TKey - nameWithType: TKey - fullName: TKey - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - name: TValue - nameWithType: TValue - fullName: TValue - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic - commentId: N:System.Collections.Generic - isExternal: true - name: System.Collections.Generic - nameWithType: System.Collections.Generic - fullName: System.Collections.Generic -- uid: Microsoft.ML.OnnxRuntime.InferenceSession.OutputMetadata* - commentId: Overload:Microsoft.ML.OnnxRuntime.InferenceSession.OutputMetadata - name: OutputMetadata - nameWithType: InferenceSession.OutputMetadata - fullName: Microsoft.ML.OnnxRuntime.InferenceSession.OutputMetadata -- uid: Microsoft.ML.OnnxRuntime.InferenceSession.OverridableInitializerMetadata* - commentId: Overload:Microsoft.ML.OnnxRuntime.InferenceSession.OverridableInitializerMetadata - name: OverridableInitializerMetadata - nameWithType: InferenceSession.OverridableInitializerMetadata - fullName: Microsoft.ML.OnnxRuntime.InferenceSession.OverridableInitializerMetadata -- uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue - commentId: T:Microsoft.ML.OnnxRuntime.NamedOnnxValue - parent: Microsoft.ML.OnnxRuntime - name: NamedOnnxValue - nameWithType: NamedOnnxValue - fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue -- uid: Microsoft.ML.OnnxRuntime.InferenceSession.Run* - commentId: Overload:Microsoft.ML.OnnxRuntime.InferenceSession.Run - name: Run - nameWithType: InferenceSession.Run - fullName: Microsoft.ML.OnnxRuntime.InferenceSession.Run -- uid: System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue} - commentId: T:System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.NamedOnnxValue} - parent: System.Collections.Generic - definition: System.Collections.Generic.IReadOnlyCollection`1 - name: IReadOnlyCollection - nameWithType: IReadOnlyCollection - fullName: System.Collections.Generic.IReadOnlyCollection - nameWithType.vb: IReadOnlyCollection(Of NamedOnnxValue) - fullName.vb: System.Collections.Generic.IReadOnlyCollection(Of Microsoft.ML.OnnxRuntime.NamedOnnxValue) - name.vb: IReadOnlyCollection(Of NamedOnnxValue) - spec.csharp: - - uid: System.Collections.Generic.IReadOnlyCollection`1 - name: IReadOnlyCollection - nameWithType: IReadOnlyCollection - fullName: System.Collections.Generic.IReadOnlyCollection - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue - name: NamedOnnxValue - nameWithType: NamedOnnxValue - fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.IReadOnlyCollection`1 - name: IReadOnlyCollection - nameWithType: IReadOnlyCollection - fullName: System.Collections.Generic.IReadOnlyCollection - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue - name: NamedOnnxValue - nameWithType: NamedOnnxValue - fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection{Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue} - commentId: T:Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection{Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue} - parent: Microsoft.ML.OnnxRuntime - definition: Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection`1 - name: IDisposableReadOnlyCollection - nameWithType: IDisposableReadOnlyCollection - fullName: Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection - nameWithType.vb: IDisposableReadOnlyCollection(Of DisposableNamedOnnxValue) - fullName.vb: Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection(Of Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue) - name.vb: IDisposableReadOnlyCollection(Of DisposableNamedOnnxValue) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection`1 - name: IDisposableReadOnlyCollection - nameWithType: IDisposableReadOnlyCollection - fullName: Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection - - name: < - nameWithType: < - fullName: < - - uid: Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue - name: DisposableNamedOnnxValue - nameWithType: DisposableNamedOnnxValue - fullName: Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection`1 - name: IDisposableReadOnlyCollection - nameWithType: IDisposableReadOnlyCollection - fullName: Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue - name: DisposableNamedOnnxValue - nameWithType: DisposableNamedOnnxValue - fullName: Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic.IReadOnlyCollection`1 - commentId: T:System.Collections.Generic.IReadOnlyCollection`1 - isExternal: true - name: IReadOnlyCollection - nameWithType: IReadOnlyCollection - fullName: System.Collections.Generic.IReadOnlyCollection - nameWithType.vb: IReadOnlyCollection(Of T) - fullName.vb: System.Collections.Generic.IReadOnlyCollection(Of T) - name.vb: IReadOnlyCollection(Of T) - spec.csharp: - - uid: System.Collections.Generic.IReadOnlyCollection`1 - name: IReadOnlyCollection - nameWithType: IReadOnlyCollection - fullName: System.Collections.Generic.IReadOnlyCollection - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.IReadOnlyCollection`1 - name: IReadOnlyCollection - nameWithType: IReadOnlyCollection - fullName: System.Collections.Generic.IReadOnlyCollection - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection`1 - commentId: T:Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection`1 - name: IDisposableReadOnlyCollection - nameWithType: IDisposableReadOnlyCollection - fullName: Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection - nameWithType.vb: IDisposableReadOnlyCollection(Of T) - fullName.vb: Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection(Of T) - name.vb: IDisposableReadOnlyCollection(Of T) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection`1 - name: IDisposableReadOnlyCollection - nameWithType: IDisposableReadOnlyCollection - fullName: Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection`1 - name: IDisposableReadOnlyCollection - nameWithType: IDisposableReadOnlyCollection - fullName: Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic.IReadOnlyCollection{System.String} - commentId: T:System.Collections.Generic.IReadOnlyCollection{System.String} - parent: System.Collections.Generic - definition: System.Collections.Generic.IReadOnlyCollection`1 - name: IReadOnlyCollection - nameWithType: IReadOnlyCollection - fullName: System.Collections.Generic.IReadOnlyCollection - nameWithType.vb: IReadOnlyCollection(Of String) - fullName.vb: System.Collections.Generic.IReadOnlyCollection(Of System.String) - name.vb: IReadOnlyCollection(Of String) - spec.csharp: - - uid: System.Collections.Generic.IReadOnlyCollection`1 - name: IReadOnlyCollection - nameWithType: IReadOnlyCollection - fullName: System.Collections.Generic.IReadOnlyCollection - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.IReadOnlyCollection`1 - name: IReadOnlyCollection - nameWithType: IReadOnlyCollection - fullName: System.Collections.Generic.IReadOnlyCollection - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.RunOptions - commentId: T:Microsoft.ML.OnnxRuntime.RunOptions - parent: Microsoft.ML.OnnxRuntime - name: RunOptions - nameWithType: RunOptions - fullName: Microsoft.ML.OnnxRuntime.RunOptions -- uid: Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue - commentId: T:Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue - parent: Microsoft.ML.OnnxRuntime - name: FixedBufferOnnxValue - nameWithType: FixedBufferOnnxValue - fullName: Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue -- uid: System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue} - commentId: T:System.Collections.Generic.IReadOnlyCollection{Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue} - parent: System.Collections.Generic - definition: System.Collections.Generic.IReadOnlyCollection`1 - name: IReadOnlyCollection - nameWithType: IReadOnlyCollection - fullName: System.Collections.Generic.IReadOnlyCollection - nameWithType.vb: IReadOnlyCollection(Of FixedBufferOnnxValue) - fullName.vb: System.Collections.Generic.IReadOnlyCollection(Of Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue) - name.vb: IReadOnlyCollection(Of FixedBufferOnnxValue) - spec.csharp: - - uid: System.Collections.Generic.IReadOnlyCollection`1 - name: IReadOnlyCollection - nameWithType: IReadOnlyCollection - fullName: System.Collections.Generic.IReadOnlyCollection - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue - name: FixedBufferOnnxValue - nameWithType: FixedBufferOnnxValue - fullName: Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.IReadOnlyCollection`1 - name: IReadOnlyCollection - nameWithType: IReadOnlyCollection - fullName: System.Collections.Generic.IReadOnlyCollection - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue - name: FixedBufferOnnxValue - nameWithType: FixedBufferOnnxValue - fullName: Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.InferenceSession.CreateIoBinding* - commentId: Overload:Microsoft.ML.OnnxRuntime.InferenceSession.CreateIoBinding - name: CreateIoBinding - nameWithType: InferenceSession.CreateIoBinding - fullName: Microsoft.ML.OnnxRuntime.InferenceSession.CreateIoBinding -- uid: Microsoft.ML.OnnxRuntime.OrtIoBinding - commentId: T:Microsoft.ML.OnnxRuntime.OrtIoBinding - parent: Microsoft.ML.OnnxRuntime - name: OrtIoBinding - nameWithType: OrtIoBinding - fullName: Microsoft.ML.OnnxRuntime.OrtIoBinding -- uid: Microsoft.ML.OnnxRuntime.InferenceSession.RunWithBinding* - commentId: Overload:Microsoft.ML.OnnxRuntime.InferenceSession.RunWithBinding - name: RunWithBinding - nameWithType: InferenceSession.RunWithBinding - fullName: Microsoft.ML.OnnxRuntime.InferenceSession.RunWithBinding -- uid: Microsoft.ML.OnnxRuntime.InferenceSession.RunWithBindingAndNames* - commentId: Overload:Microsoft.ML.OnnxRuntime.InferenceSession.RunWithBindingAndNames - name: RunWithBindingAndNames - nameWithType: InferenceSession.RunWithBindingAndNames - fullName: Microsoft.ML.OnnxRuntime.InferenceSession.RunWithBindingAndNames -- uid: System.String[] - isExternal: true - name: String[] - nameWithType: String[] - fullName: System.String[] - nameWithType.vb: String() - fullName.vb: System.String() - name.vb: String() - spec.csharp: - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: '[]' - nameWithType: '[]' - fullName: '[]' - spec.vb: - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: () - nameWithType: () - fullName: () -- uid: Microsoft.ML.OnnxRuntime.InferenceSession.EndProfiling* - commentId: Overload:Microsoft.ML.OnnxRuntime.InferenceSession.EndProfiling - name: EndProfiling - nameWithType: InferenceSession.EndProfiling - fullName: Microsoft.ML.OnnxRuntime.InferenceSession.EndProfiling -- uid: Microsoft.ML.OnnxRuntime.InferenceSession.ModelMetadata* - commentId: Overload:Microsoft.ML.OnnxRuntime.InferenceSession.ModelMetadata - name: ModelMetadata - nameWithType: InferenceSession.ModelMetadata - fullName: Microsoft.ML.OnnxRuntime.InferenceSession.ModelMetadata -- uid: Microsoft.ML.OnnxRuntime.ModelMetadata - commentId: T:Microsoft.ML.OnnxRuntime.ModelMetadata - parent: Microsoft.ML.OnnxRuntime - name: ModelMetadata - nameWithType: ModelMetadata - fullName: Microsoft.ML.OnnxRuntime.ModelMetadata -- uid: Microsoft.ML.OnnxRuntime.InferenceSession.ProfilingStartTimeNs* - commentId: Overload:Microsoft.ML.OnnxRuntime.InferenceSession.ProfilingStartTimeNs - name: ProfilingStartTimeNs - nameWithType: InferenceSession.ProfilingStartTimeNs - fullName: Microsoft.ML.OnnxRuntime.InferenceSession.ProfilingStartTimeNs -- uid: System.UInt64 - commentId: T:System.UInt64 - parent: System - isExternal: true - name: UInt64 - nameWithType: UInt64 - fullName: System.UInt64 -- uid: Microsoft.ML.OnnxRuntime.InferenceSession.Finalize* - commentId: Overload:Microsoft.ML.OnnxRuntime.InferenceSession.Finalize - name: Finalize - nameWithType: InferenceSession.Finalize - fullName: Microsoft.ML.OnnxRuntime.InferenceSession.Finalize -- uid: Microsoft.ML.OnnxRuntime.InferenceSession.Dispose* - commentId: Overload:Microsoft.ML.OnnxRuntime.InferenceSession.Dispose - name: Dispose - nameWithType: InferenceSession.Dispose - fullName: Microsoft.ML.OnnxRuntime.InferenceSession.Dispose -- uid: System.IDisposable.Dispose - commentId: M:System.IDisposable.Dispose - parent: System.IDisposable - isExternal: true - name: Dispose() - nameWithType: IDisposable.Dispose() - fullName: System.IDisposable.Dispose() - spec.csharp: - - uid: System.IDisposable.Dispose - name: Dispose - nameWithType: IDisposable.Dispose - fullName: System.IDisposable.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.IDisposable.Dispose - name: Dispose - nameWithType: IDisposable.Dispose - fullName: System.IDisposable.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Boolean - commentId: T:System.Boolean - parent: System - isExternal: true - name: Boolean - nameWithType: Boolean - fullName: System.Boolean diff --git a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.LogLevel.yml b/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.LogLevel.yml deleted file mode 100644 index 56bb934b75930..0000000000000 --- a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.LogLevel.yml +++ /dev/null @@ -1,213 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Microsoft.ML.OnnxRuntime.LogLevel - commentId: T:Microsoft.ML.OnnxRuntime.LogLevel - id: LogLevel - parent: Microsoft.ML.OnnxRuntime - children: - - Microsoft.ML.OnnxRuntime.LogLevel.Error - - Microsoft.ML.OnnxRuntime.LogLevel.Fatal - - Microsoft.ML.OnnxRuntime.LogLevel.Info - - Microsoft.ML.OnnxRuntime.LogLevel.Verbose - - Microsoft.ML.OnnxRuntime.LogLevel.Warning - langs: - - csharp - - vb - name: LogLevel - nameWithType: LogLevel - fullName: Microsoft.ML.OnnxRuntime.LogLevel - type: Enum - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OnnxRuntime.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: LogLevel - path: ../src/Microsoft.ML.OnnxRuntime/OnnxRuntime.shared.cs - startLine: 23 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nLogging level used to specify amount of logging when\ncreating environment. The lower the value is the more logging\nwill be output. A specific value output includes everything\nthat higher values output.\n" - example: [] - syntax: - content: public enum LogLevel - content.vb: Public Enum LogLevel - modifiers.csharp: - - public - - enum - modifiers.vb: - - Public - - Enum -- uid: Microsoft.ML.OnnxRuntime.LogLevel.Verbose - commentId: F:Microsoft.ML.OnnxRuntime.LogLevel.Verbose - id: Verbose - parent: Microsoft.ML.OnnxRuntime.LogLevel - langs: - - csharp - - vb - name: Verbose - nameWithType: LogLevel.Verbose - fullName: Microsoft.ML.OnnxRuntime.LogLevel.Verbose - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OnnxRuntime.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Verbose - path: ../src/Microsoft.ML.OnnxRuntime/OnnxRuntime.shared.cs - startLine: 25 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: Verbose = 0 - return: - type: Microsoft.ML.OnnxRuntime.LogLevel - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Microsoft.ML.OnnxRuntime.LogLevel.Info - commentId: F:Microsoft.ML.OnnxRuntime.LogLevel.Info - id: Info - parent: Microsoft.ML.OnnxRuntime.LogLevel - langs: - - csharp - - vb - name: Info - nameWithType: LogLevel.Info - fullName: Microsoft.ML.OnnxRuntime.LogLevel.Info - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OnnxRuntime.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Info - path: ../src/Microsoft.ML.OnnxRuntime/OnnxRuntime.shared.cs - startLine: 26 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: Info = 1 - return: - type: Microsoft.ML.OnnxRuntime.LogLevel - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Microsoft.ML.OnnxRuntime.LogLevel.Warning - commentId: F:Microsoft.ML.OnnxRuntime.LogLevel.Warning - id: Warning - parent: Microsoft.ML.OnnxRuntime.LogLevel - langs: - - csharp - - vb - name: Warning - nameWithType: LogLevel.Warning - fullName: Microsoft.ML.OnnxRuntime.LogLevel.Warning - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OnnxRuntime.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Warning - path: ../src/Microsoft.ML.OnnxRuntime/OnnxRuntime.shared.cs - startLine: 27 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: Warning = 2 - return: - type: Microsoft.ML.OnnxRuntime.LogLevel - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Microsoft.ML.OnnxRuntime.LogLevel.Error - commentId: F:Microsoft.ML.OnnxRuntime.LogLevel.Error - id: Error - parent: Microsoft.ML.OnnxRuntime.LogLevel - langs: - - csharp - - vb - name: Error - nameWithType: LogLevel.Error - fullName: Microsoft.ML.OnnxRuntime.LogLevel.Error - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OnnxRuntime.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Error - path: ../src/Microsoft.ML.OnnxRuntime/OnnxRuntime.shared.cs - startLine: 28 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: Error = 3 - return: - type: Microsoft.ML.OnnxRuntime.LogLevel - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Microsoft.ML.OnnxRuntime.LogLevel.Fatal - commentId: F:Microsoft.ML.OnnxRuntime.LogLevel.Fatal - id: Fatal - parent: Microsoft.ML.OnnxRuntime.LogLevel - langs: - - csharp - - vb - name: Fatal - nameWithType: LogLevel.Fatal - fullName: Microsoft.ML.OnnxRuntime.LogLevel.Fatal - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OnnxRuntime.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Fatal - path: ../src/Microsoft.ML.OnnxRuntime/OnnxRuntime.shared.cs - startLine: 29 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: Fatal = 4 - return: - type: Microsoft.ML.OnnxRuntime.LogLevel - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -references: -- uid: Microsoft.ML.OnnxRuntime - commentId: N:Microsoft.ML.OnnxRuntime - name: Microsoft.ML.OnnxRuntime - nameWithType: Microsoft.ML.OnnxRuntime - fullName: Microsoft.ML.OnnxRuntime -- uid: Microsoft.ML.OnnxRuntime.LogLevel - commentId: T:Microsoft.ML.OnnxRuntime.LogLevel - parent: Microsoft.ML.OnnxRuntime - name: LogLevel - nameWithType: LogLevel - fullName: Microsoft.ML.OnnxRuntime.LogLevel diff --git a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.ModelMetadata.yml b/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.ModelMetadata.yml deleted file mode 100644 index e22544d50bb87..0000000000000 --- a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.ModelMetadata.yml +++ /dev/null @@ -1,780 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Microsoft.ML.OnnxRuntime.ModelMetadata - commentId: T:Microsoft.ML.OnnxRuntime.ModelMetadata - id: ModelMetadata - parent: Microsoft.ML.OnnxRuntime - children: - - Microsoft.ML.OnnxRuntime.ModelMetadata.CustomMetadataMap - - Microsoft.ML.OnnxRuntime.ModelMetadata.Description - - Microsoft.ML.OnnxRuntime.ModelMetadata.Domain - - Microsoft.ML.OnnxRuntime.ModelMetadata.GraphDescription - - Microsoft.ML.OnnxRuntime.ModelMetadata.GraphName - - Microsoft.ML.OnnxRuntime.ModelMetadata.ProducerName - - Microsoft.ML.OnnxRuntime.ModelMetadata.Version - langs: - - csharp - - vb - name: ModelMetadata - nameWithType: ModelMetadata - fullName: Microsoft.ML.OnnxRuntime.ModelMetadata - type: Class - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ModelMetadata - path: ../src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - startLine: 1161 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nA class that queries and caches model metadata and exposes\nit as properties\n" - example: [] - syntax: - content: public class ModelMetadata - content.vb: Public Class ModelMetadata - inheritance: - - System.Object - inheritedMembers: - - System.Object.Equals(System.Object) - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetHashCode - - System.Object.GetType - - System.Object.MemberwiseClone - - System.Object.ReferenceEquals(System.Object,System.Object) - - System.Object.ToString - modifiers.csharp: - - public - - class - modifiers.vb: - - Public - - Class -- uid: Microsoft.ML.OnnxRuntime.ModelMetadata.ProducerName - commentId: P:Microsoft.ML.OnnxRuntime.ModelMetadata.ProducerName - id: ProducerName - parent: Microsoft.ML.OnnxRuntime.ModelMetadata - langs: - - csharp - - vb - name: ProducerName - nameWithType: ModelMetadata.ProducerName - fullName: Microsoft.ML.OnnxRuntime.ModelMetadata.ProducerName - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ProducerName - path: ../src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - startLine: 1279 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nProducer name string\n" - example: [] - syntax: - content: public string ProducerName { get; } - parameters: [] - return: - type: System.String - description: producer name string - content.vb: Public ReadOnly Property ProducerName As String - overload: Microsoft.ML.OnnxRuntime.ModelMetadata.ProducerName* - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly -- uid: Microsoft.ML.OnnxRuntime.ModelMetadata.GraphName - commentId: P:Microsoft.ML.OnnxRuntime.ModelMetadata.GraphName - id: GraphName - parent: Microsoft.ML.OnnxRuntime.ModelMetadata - langs: - - csharp - - vb - name: GraphName - nameWithType: ModelMetadata.GraphName - fullName: Microsoft.ML.OnnxRuntime.ModelMetadata.GraphName - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GraphName - path: ../src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - startLine: 1291 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nGraph name for this model\n" - example: [] - syntax: - content: public string GraphName { get; } - parameters: [] - return: - type: System.String - description: graph name string - content.vb: Public ReadOnly Property GraphName As String - overload: Microsoft.ML.OnnxRuntime.ModelMetadata.GraphName* - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly -- uid: Microsoft.ML.OnnxRuntime.ModelMetadata.Domain - commentId: P:Microsoft.ML.OnnxRuntime.ModelMetadata.Domain - id: Domain - parent: Microsoft.ML.OnnxRuntime.ModelMetadata - langs: - - csharp - - vb - name: Domain - nameWithType: ModelMetadata.Domain - fullName: Microsoft.ML.OnnxRuntime.ModelMetadata.Domain - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Domain - path: ../src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - startLine: 1303 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nDomain for this model\n" - example: [] - syntax: - content: public string Domain { get; } - parameters: [] - return: - type: System.String - description: domain name string - content.vb: Public ReadOnly Property Domain As String - overload: Microsoft.ML.OnnxRuntime.ModelMetadata.Domain* - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly -- uid: Microsoft.ML.OnnxRuntime.ModelMetadata.Description - commentId: P:Microsoft.ML.OnnxRuntime.ModelMetadata.Description - id: Description - parent: Microsoft.ML.OnnxRuntime.ModelMetadata - langs: - - csharp - - vb - name: Description - nameWithType: ModelMetadata.Description - fullName: Microsoft.ML.OnnxRuntime.ModelMetadata.Description - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Description - path: ../src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - startLine: 1315 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nUnstructured model description\n" - example: [] - syntax: - content: public string Description { get; } - parameters: [] - return: - type: System.String - description: description string - content.vb: Public ReadOnly Property Description As String - overload: Microsoft.ML.OnnxRuntime.ModelMetadata.Description* - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly -- uid: Microsoft.ML.OnnxRuntime.ModelMetadata.GraphDescription - commentId: P:Microsoft.ML.OnnxRuntime.ModelMetadata.GraphDescription - id: GraphDescription - parent: Microsoft.ML.OnnxRuntime.ModelMetadata - langs: - - csharp - - vb - name: GraphDescription - nameWithType: ModelMetadata.GraphDescription - fullName: Microsoft.ML.OnnxRuntime.ModelMetadata.GraphDescription - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GraphDescription - path: ../src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - startLine: 1327 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nUnstructured graph description\n" - example: [] - syntax: - content: public string GraphDescription { get; } - parameters: [] - return: - type: System.String - description: description string - content.vb: Public ReadOnly Property GraphDescription As String - overload: Microsoft.ML.OnnxRuntime.ModelMetadata.GraphDescription* - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly -- uid: Microsoft.ML.OnnxRuntime.ModelMetadata.Version - commentId: P:Microsoft.ML.OnnxRuntime.ModelMetadata.Version - id: Version - parent: Microsoft.ML.OnnxRuntime.ModelMetadata - langs: - - csharp - - vb - name: Version - nameWithType: ModelMetadata.Version - fullName: Microsoft.ML.OnnxRuntime.ModelMetadata.Version - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Version - path: ../src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - startLine: 1339 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nVersion number\n" - example: [] - syntax: - content: public long Version { get; } - parameters: [] - return: - type: System.Int64 - description: long version integer - content.vb: Public ReadOnly Property Version As Long - overload: Microsoft.ML.OnnxRuntime.ModelMetadata.Version* - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly -- uid: Microsoft.ML.OnnxRuntime.ModelMetadata.CustomMetadataMap - commentId: P:Microsoft.ML.OnnxRuntime.ModelMetadata.CustomMetadataMap - id: CustomMetadataMap - parent: Microsoft.ML.OnnxRuntime.ModelMetadata - langs: - - csharp - - vb - name: CustomMetadataMap - nameWithType: ModelMetadata.CustomMetadataMap - fullName: Microsoft.ML.OnnxRuntime.ModelMetadata.CustomMetadataMap - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CustomMetadataMap - path: ../src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - startLine: 1351 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public Dictionary CustomMetadataMap { get; } - parameters: [] - return: - type: System.Collections.Generic.Dictionary{System.String,System.String} - content.vb: Public ReadOnly Property CustomMetadataMap As Dictionary(Of String, String) - overload: Microsoft.ML.OnnxRuntime.ModelMetadata.CustomMetadataMap* - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly -references: -- uid: Microsoft.ML.OnnxRuntime - commentId: N:Microsoft.ML.OnnxRuntime - name: Microsoft.ML.OnnxRuntime - nameWithType: Microsoft.ML.OnnxRuntime - fullName: Microsoft.ML.OnnxRuntime -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: System.Object.Equals(System.Object) - commentId: M:System.Object.Equals(System.Object) - parent: System.Object - isExternal: true - name: Equals(Object) - nameWithType: Object.Equals(Object) - fullName: System.Object.Equals(System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetHashCode - commentId: M:System.Object.GetHashCode - parent: System.Object - isExternal: true - name: GetHashCode() - nameWithType: Object.GetHashCode() - fullName: System.Object.GetHashCode() - spec.csharp: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - name: MemberwiseClone() - nameWithType: Object.MemberwiseClone() - fullName: System.Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ToString - commentId: M:System.Object.ToString - parent: System.Object - isExternal: true - name: ToString() - nameWithType: Object.ToString() - fullName: System.Object.ToString() - spec.csharp: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System -- uid: Microsoft.ML.OnnxRuntime.ModelMetadata.ProducerName* - commentId: Overload:Microsoft.ML.OnnxRuntime.ModelMetadata.ProducerName - name: ProducerName - nameWithType: ModelMetadata.ProducerName - fullName: Microsoft.ML.OnnxRuntime.ModelMetadata.ProducerName -- uid: System.String - commentId: T:System.String - parent: System - isExternal: true - name: String - nameWithType: String - fullName: System.String -- uid: Microsoft.ML.OnnxRuntime.ModelMetadata.GraphName* - commentId: Overload:Microsoft.ML.OnnxRuntime.ModelMetadata.GraphName - name: GraphName - nameWithType: ModelMetadata.GraphName - fullName: Microsoft.ML.OnnxRuntime.ModelMetadata.GraphName -- uid: Microsoft.ML.OnnxRuntime.ModelMetadata.Domain* - commentId: Overload:Microsoft.ML.OnnxRuntime.ModelMetadata.Domain - name: Domain - nameWithType: ModelMetadata.Domain - fullName: Microsoft.ML.OnnxRuntime.ModelMetadata.Domain -- uid: Microsoft.ML.OnnxRuntime.ModelMetadata.Description* - commentId: Overload:Microsoft.ML.OnnxRuntime.ModelMetadata.Description - name: Description - nameWithType: ModelMetadata.Description - fullName: Microsoft.ML.OnnxRuntime.ModelMetadata.Description -- uid: Microsoft.ML.OnnxRuntime.ModelMetadata.GraphDescription* - commentId: Overload:Microsoft.ML.OnnxRuntime.ModelMetadata.GraphDescription - name: GraphDescription - nameWithType: ModelMetadata.GraphDescription - fullName: Microsoft.ML.OnnxRuntime.ModelMetadata.GraphDescription -- uid: Microsoft.ML.OnnxRuntime.ModelMetadata.Version* - commentId: Overload:Microsoft.ML.OnnxRuntime.ModelMetadata.Version - name: Version - nameWithType: ModelMetadata.Version - fullName: Microsoft.ML.OnnxRuntime.ModelMetadata.Version -- uid: System.Int64 - commentId: T:System.Int64 - parent: System - isExternal: true - name: Int64 - nameWithType: Int64 - fullName: System.Int64 -- uid: Microsoft.ML.OnnxRuntime.ModelMetadata.CustomMetadataMap* - commentId: Overload:Microsoft.ML.OnnxRuntime.ModelMetadata.CustomMetadataMap - name: CustomMetadataMap - nameWithType: ModelMetadata.CustomMetadataMap - fullName: Microsoft.ML.OnnxRuntime.ModelMetadata.CustomMetadataMap -- uid: System.Collections.Generic.Dictionary{System.String,System.String} - commentId: T:System.Collections.Generic.Dictionary{System.String,System.String} - parent: System.Collections.Generic - definition: System.Collections.Generic.Dictionary`2 - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - nameWithType.vb: Dictionary(Of String, String) - fullName.vb: System.Collections.Generic.Dictionary(Of System.String, System.String) - name.vb: Dictionary(Of String, String) - spec.csharp: - - uid: System.Collections.Generic.Dictionary`2 - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.Dictionary`2 - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic.Dictionary`2 - commentId: T:System.Collections.Generic.Dictionary`2 - isExternal: true - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - nameWithType.vb: Dictionary(Of TKey, TValue) - fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue) - name.vb: Dictionary(Of TKey, TValue) - spec.csharp: - - uid: System.Collections.Generic.Dictionary`2 - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: TKey - nameWithType: TKey - fullName: TKey - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - name: TValue - nameWithType: TValue - fullName: TValue - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.Dictionary`2 - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: TKey - nameWithType: TKey - fullName: TKey - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - name: TValue - nameWithType: TValue - fullName: TValue - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic - commentId: N:System.Collections.Generic - isExternal: true - name: System.Collections.Generic - nameWithType: System.Collections.Generic - fullName: System.Collections.Generic diff --git a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.NamedOnnxValue.yml b/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.NamedOnnxValue.yml deleted file mode 100644 index 767e3814d7827..0000000000000 --- a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.NamedOnnxValue.yml +++ /dev/null @@ -1,1025 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue - commentId: T:Microsoft.ML.OnnxRuntime.NamedOnnxValue - id: NamedOnnxValue - parent: Microsoft.ML.OnnxRuntime - children: - - Microsoft.ML.OnnxRuntime.NamedOnnxValue.#ctor(System.String,System.Object) - - Microsoft.ML.OnnxRuntime.NamedOnnxValue._name - - Microsoft.ML.OnnxRuntime.NamedOnnxValue._value - - Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsDictionary``2 - - Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsEnumerable``1 - - Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsTensor``1 - - Microsoft.ML.OnnxRuntime.NamedOnnxValue.CreateFromTensor``1(System.String,Microsoft.ML.OnnxRuntime.Tensors.Tensor{``0}) - - Microsoft.ML.OnnxRuntime.NamedOnnxValue.Name - - Microsoft.ML.OnnxRuntime.NamedOnnxValue.Value - langs: - - csharp - - vb - name: NamedOnnxValue - nameWithType: NamedOnnxValue - fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue - type: Class - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NamedOnnxValue.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: NamedOnnxValue - path: ../src/Microsoft.ML.OnnxRuntime/NamedOnnxValue.shared.cs - startLine: 15 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public class NamedOnnxValue - content.vb: Public Class NamedOnnxValue - inheritance: - - System.Object - derivedClasses: - - Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue - inheritedMembers: - - System.Object.Equals(System.Object) - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetHashCode - - System.Object.GetType - - System.Object.MemberwiseClone - - System.Object.ReferenceEquals(System.Object,System.Object) - - System.Object.ToString - modifiers.csharp: - - public - - class - modifiers.vb: - - Public - - Class -- uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue._value - commentId: F:Microsoft.ML.OnnxRuntime.NamedOnnxValue._value - id: _value - parent: Microsoft.ML.OnnxRuntime.NamedOnnxValue - langs: - - csharp - - vb - name: _value - nameWithType: NamedOnnxValue._value - fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue._value - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NamedOnnxValue.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: _value - path: ../src/Microsoft.ML.OnnxRuntime/NamedOnnxValue.shared.cs - startLine: 20 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nManaged Tensor, Dictionary or IList\n" - example: [] - syntax: - content: protected object _value - return: - type: System.Object - content.vb: Protected _value As Object - modifiers.csharp: - - protected - modifiers.vb: - - Protected -- uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue._name - commentId: F:Microsoft.ML.OnnxRuntime.NamedOnnxValue._name - id: _name - parent: Microsoft.ML.OnnxRuntime.NamedOnnxValue - langs: - - csharp - - vb - name: _name - nameWithType: NamedOnnxValue._name - fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue._name - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NamedOnnxValue.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: _name - path: ../src/Microsoft.ML.OnnxRuntime/NamedOnnxValue.shared.cs - startLine: 24 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nName of the instance, model input/output\n" - example: [] - syntax: - content: protected string _name - return: - type: System.String - content.vb: Protected _name As String - modifiers.csharp: - - protected - modifiers.vb: - - Protected -- uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue.#ctor(System.String,System.Object) - commentId: M:Microsoft.ML.OnnxRuntime.NamedOnnxValue.#ctor(System.String,System.Object) - id: '#ctor(System.String,System.Object)' - parent: Microsoft.ML.OnnxRuntime.NamedOnnxValue - langs: - - csharp - - vb - name: NamedOnnxValue(String, Object) - nameWithType: NamedOnnxValue.NamedOnnxValue(String, Object) - fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue.NamedOnnxValue(System.String, System.Object) - type: Constructor - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NamedOnnxValue.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: .ctor - path: ../src/Microsoft.ML.OnnxRuntime/NamedOnnxValue.shared.cs - startLine: 33 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nConstructs an instance of NamedOnnxValue and represents\na model input to an inference session. It also represents a modle output\nwhen serves as a base for DisposablenamedOnnxvalue\n" - example: [] - syntax: - content: protected NamedOnnxValue(string name, object value) - parameters: - - id: name - type: System.String - description: input/output name - - id: value - type: System.Object - description: Object that may be a tensor, Dictionary, IList - content.vb: Protected Sub New(name As String, value As Object) - overload: Microsoft.ML.OnnxRuntime.NamedOnnxValue.#ctor* - modifiers.csharp: - - protected - modifiers.vb: - - Protected -- uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue.CreateFromTensor``1(System.String,Microsoft.ML.OnnxRuntime.Tensors.Tensor{``0}) - commentId: M:Microsoft.ML.OnnxRuntime.NamedOnnxValue.CreateFromTensor``1(System.String,Microsoft.ML.OnnxRuntime.Tensors.Tensor{``0}) - id: CreateFromTensor``1(System.String,Microsoft.ML.OnnxRuntime.Tensors.Tensor{``0}) - parent: Microsoft.ML.OnnxRuntime.NamedOnnxValue - langs: - - csharp - - vb - name: CreateFromTensor(String, Tensor) - nameWithType: NamedOnnxValue.CreateFromTensor(String, Tensor) - fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue.CreateFromTensor(System.String, Microsoft.ML.OnnxRuntime.Tensors.Tensor) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NamedOnnxValue.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CreateFromTensor - path: ../src/Microsoft.ML.OnnxRuntime/NamedOnnxValue.shared.cs - startLine: 47 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nThis is a factory method that instantiates NamedOnnxValue\nand associated name with an instance of a TensorT\n" - example: [] - syntax: - content: public static NamedOnnxValue CreateFromTensor(string name, Tensor value) - parameters: - - id: name - type: System.String - description: name - - id: value - type: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - description: TensorT - typeParameters: - - id: T - description: '' - return: - type: Microsoft.ML.OnnxRuntime.NamedOnnxValue - description: '' - content.vb: Public Shared Function CreateFromTensor(Of T)(name As String, value As Tensor(Of T)) As NamedOnnxValue - overload: Microsoft.ML.OnnxRuntime.NamedOnnxValue.CreateFromTensor* - nameWithType.vb: NamedOnnxValue.CreateFromTensor(Of T)(String, Tensor(Of T)) - modifiers.csharp: - - public - - static - modifiers.vb: - - Public - - Shared - fullName.vb: Microsoft.ML.OnnxRuntime.NamedOnnxValue.CreateFromTensor(Of T)(System.String, Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T)) - name.vb: CreateFromTensor(Of T)(String, Tensor(Of T)) -- uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue.Name - commentId: P:Microsoft.ML.OnnxRuntime.NamedOnnxValue.Name - id: Name - parent: Microsoft.ML.OnnxRuntime.NamedOnnxValue - langs: - - csharp - - vb - name: Name - nameWithType: NamedOnnxValue.Name - fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue.Name - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NamedOnnxValue.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Name - path: ../src/Microsoft.ML.OnnxRuntime/NamedOnnxValue.shared.cs - startLine: 56 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nExposes the name of the of the model input/output\n" - example: [] - syntax: - content: public string Name { get; set; } - parameters: [] - return: - type: System.String - description: name string - content.vb: Public Property Name As String - overload: Microsoft.ML.OnnxRuntime.NamedOnnxValue.Name* - modifiers.csharp: - - public - - get - - set - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue.Value - commentId: P:Microsoft.ML.OnnxRuntime.NamedOnnxValue.Value - id: Value - parent: Microsoft.ML.OnnxRuntime.NamedOnnxValue - langs: - - csharp - - vb - name: Value - nameWithType: NamedOnnxValue.Value - fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue.Value - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NamedOnnxValue.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Value - path: ../src/Microsoft.ML.OnnxRuntime/NamedOnnxValue.shared.cs - startLine: 61 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nExposes the underlying managed object\n" - example: [] - syntax: - content: public object Value { get; set; } - parameters: [] - return: - type: System.Object - description: object - content.vb: Public Property Value As Object - overload: Microsoft.ML.OnnxRuntime.NamedOnnxValue.Value* - modifiers.csharp: - - public - - get - - set - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsTensor``1 - commentId: M:Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsTensor``1 - id: AsTensor``1 - parent: Microsoft.ML.OnnxRuntime.NamedOnnxValue - langs: - - csharp - - vb - name: AsTensor() - nameWithType: NamedOnnxValue.AsTensor() - fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsTensor() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NamedOnnxValue.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: AsTensor - path: ../src/Microsoft.ML.OnnxRuntime/NamedOnnxValue.shared.cs - startLine: 68 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nTry-get value as a Tensor<T>.\n" - example: [] - syntax: - content: public Tensor AsTensor() - typeParameters: - - id: T - description: Type - return: - type: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - description: Tensor object if contained value is a Tensor. Null otherwise - content.vb: Public Function AsTensor(Of T) As Tensor(Of T) - overload: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsTensor* - nameWithType.vb: NamedOnnxValue.AsTensor(Of T)() - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsTensor(Of T)() - name.vb: AsTensor(Of T)() -- uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsEnumerable``1 - commentId: M:Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsEnumerable``1 - id: AsEnumerable``1 - parent: Microsoft.ML.OnnxRuntime.NamedOnnxValue - langs: - - csharp - - vb - name: AsEnumerable() - nameWithType: NamedOnnxValue.AsEnumerable() - fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsEnumerable() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NamedOnnxValue.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: AsEnumerable - path: ../src/Microsoft.ML.OnnxRuntime/NamedOnnxValue.shared.cs - startLine: 78 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nTry-get value as an Enumerable<T>.\n" - example: [] - syntax: - content: public IEnumerable AsEnumerable() - typeParameters: - - id: T - description: Type - return: - type: System.Collections.Generic.IEnumerable{{T}} - description: Enumerable object if contained value is a Enumerable. Null otherwise - content.vb: Public Function AsEnumerable(Of T) As IEnumerable(Of T) - overload: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsEnumerable* - nameWithType.vb: NamedOnnxValue.AsEnumerable(Of T)() - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsEnumerable(Of T)() - name.vb: AsEnumerable(Of T)() -- uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsDictionary``2 - commentId: M:Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsDictionary``2 - id: AsDictionary``2 - parent: Microsoft.ML.OnnxRuntime.NamedOnnxValue - langs: - - csharp - - vb - name: AsDictionary() - nameWithType: NamedOnnxValue.AsDictionary() - fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsDictionary() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NamedOnnxValue.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: AsDictionary - path: ../src/Microsoft.ML.OnnxRuntime/NamedOnnxValue.shared.cs - startLine: 90 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nTry-get value as an Dictionary<K,V>.\n" - example: [] - syntax: - content: public IDictionary AsDictionary() - typeParameters: - - id: K - description: Key type - - id: V - description: Value type - return: - type: System.Collections.Generic.IDictionary{{K},{V}} - description: Dictionary object if contained value is a Dictionary. Null otherwise - content.vb: Public Function AsDictionary(Of K, V) As IDictionary(Of K, V) - overload: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsDictionary* - nameWithType.vb: NamedOnnxValue.AsDictionary(Of K, V)() - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsDictionary(Of K, V)() - name.vb: AsDictionary(Of K, V)() -references: -- uid: Microsoft.ML.OnnxRuntime - commentId: N:Microsoft.ML.OnnxRuntime - name: Microsoft.ML.OnnxRuntime - nameWithType: Microsoft.ML.OnnxRuntime - fullName: Microsoft.ML.OnnxRuntime -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: System.Object.Equals(System.Object) - commentId: M:System.Object.Equals(System.Object) - parent: System.Object - isExternal: true - name: Equals(Object) - nameWithType: Object.Equals(Object) - fullName: System.Object.Equals(System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetHashCode - commentId: M:System.Object.GetHashCode - parent: System.Object - isExternal: true - name: GetHashCode() - nameWithType: Object.GetHashCode() - fullName: System.Object.GetHashCode() - spec.csharp: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - name: MemberwiseClone() - nameWithType: Object.MemberwiseClone() - fullName: System.Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ToString - commentId: M:System.Object.ToString - parent: System.Object - isExternal: true - name: ToString() - nameWithType: Object.ToString() - fullName: System.Object.ToString() - spec.csharp: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System -- uid: System.String - commentId: T:System.String - parent: System - isExternal: true - name: String - nameWithType: String - fullName: System.String -- uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue.#ctor* - commentId: Overload:Microsoft.ML.OnnxRuntime.NamedOnnxValue.#ctor - name: NamedOnnxValue - nameWithType: NamedOnnxValue.NamedOnnxValue - fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue.NamedOnnxValue -- uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue.CreateFromTensor* - commentId: Overload:Microsoft.ML.OnnxRuntime.NamedOnnxValue.CreateFromTensor - name: CreateFromTensor - nameWithType: NamedOnnxValue.CreateFromTensor - fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue.CreateFromTensor -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - commentId: T:Microsoft.ML.OnnxRuntime.Tensors.Tensor{``0} - parent: Microsoft.ML.OnnxRuntime.Tensors - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - nameWithType.vb: Tensor(Of T) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T) - name.vb: Tensor(Of T) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue - commentId: T:Microsoft.ML.OnnxRuntime.NamedOnnxValue - parent: Microsoft.ML.OnnxRuntime - name: NamedOnnxValue - nameWithType: NamedOnnxValue - fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - commentId: T:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - parent: Microsoft.ML.OnnxRuntime.Tensors - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - nameWithType.vb: Tensor(Of T) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T) - name.vb: Tensor(Of T) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors - commentId: N:Microsoft.ML.OnnxRuntime.Tensors - name: Microsoft.ML.OnnxRuntime.Tensors - nameWithType: Microsoft.ML.OnnxRuntime.Tensors - fullName: Microsoft.ML.OnnxRuntime.Tensors -- uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue.Name* - commentId: Overload:Microsoft.ML.OnnxRuntime.NamedOnnxValue.Name - name: Name - nameWithType: NamedOnnxValue.Name - fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue.Name -- uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue.Value* - commentId: Overload:Microsoft.ML.OnnxRuntime.NamedOnnxValue.Value - name: Value - nameWithType: NamedOnnxValue.Value - fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue.Value -- uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsTensor* - commentId: Overload:Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsTensor - name: AsTensor - nameWithType: NamedOnnxValue.AsTensor - fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsTensor -- uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsEnumerable* - commentId: Overload:Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsEnumerable - name: AsEnumerable - nameWithType: NamedOnnxValue.AsEnumerable - fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsEnumerable -- uid: System.Collections.Generic.IEnumerable{{T}} - commentId: T:System.Collections.Generic.IEnumerable{`0} - parent: System.Collections.Generic - definition: System.Collections.Generic.IEnumerable`1 - name: IEnumerable - nameWithType: IEnumerable - fullName: System.Collections.Generic.IEnumerable - nameWithType.vb: IEnumerable(Of T) - fullName.vb: System.Collections.Generic.IEnumerable(Of T) - name.vb: IEnumerable(Of T) - spec.csharp: - - uid: System.Collections.Generic.IEnumerable`1 - name: IEnumerable - nameWithType: IEnumerable - fullName: System.Collections.Generic.IEnumerable - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.IEnumerable`1 - name: IEnumerable - nameWithType: IEnumerable - fullName: System.Collections.Generic.IEnumerable - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic.IEnumerable`1 - commentId: T:System.Collections.Generic.IEnumerable`1 - isExternal: true - name: IEnumerable - nameWithType: IEnumerable - fullName: System.Collections.Generic.IEnumerable - nameWithType.vb: IEnumerable(Of T) - fullName.vb: System.Collections.Generic.IEnumerable(Of T) - name.vb: IEnumerable(Of T) - spec.csharp: - - uid: System.Collections.Generic.IEnumerable`1 - name: IEnumerable - nameWithType: IEnumerable - fullName: System.Collections.Generic.IEnumerable - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.IEnumerable`1 - name: IEnumerable - nameWithType: IEnumerable - fullName: System.Collections.Generic.IEnumerable - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic - commentId: N:System.Collections.Generic - isExternal: true - name: System.Collections.Generic - nameWithType: System.Collections.Generic - fullName: System.Collections.Generic -- uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsDictionary* - commentId: Overload:Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsDictionary - name: AsDictionary - nameWithType: NamedOnnxValue.AsDictionary - fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsDictionary -- uid: System.Collections.Generic.IDictionary{{K},{V}} - commentId: T:System.Collections.Generic.IDictionary{``0,``1} - parent: System.Collections.Generic - definition: System.Collections.Generic.IDictionary`2 - name: IDictionary - nameWithType: IDictionary - fullName: System.Collections.Generic.IDictionary - nameWithType.vb: IDictionary(Of K, V) - fullName.vb: System.Collections.Generic.IDictionary(Of K, V) - name.vb: IDictionary(Of K, V) - spec.csharp: - - uid: System.Collections.Generic.IDictionary`2 - name: IDictionary - nameWithType: IDictionary - fullName: System.Collections.Generic.IDictionary - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: K - nameWithType: K - fullName: K - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - name: V - nameWithType: V - fullName: V - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.IDictionary`2 - name: IDictionary - nameWithType: IDictionary - fullName: System.Collections.Generic.IDictionary - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: K - nameWithType: K - fullName: K - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - name: V - nameWithType: V - fullName: V - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic.IDictionary`2 - commentId: T:System.Collections.Generic.IDictionary`2 - isExternal: true - name: IDictionary - nameWithType: IDictionary - fullName: System.Collections.Generic.IDictionary - nameWithType.vb: IDictionary(Of TKey, TValue) - fullName.vb: System.Collections.Generic.IDictionary(Of TKey, TValue) - name.vb: IDictionary(Of TKey, TValue) - spec.csharp: - - uid: System.Collections.Generic.IDictionary`2 - name: IDictionary - nameWithType: IDictionary - fullName: System.Collections.Generic.IDictionary - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: TKey - nameWithType: TKey - fullName: TKey - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - name: TValue - nameWithType: TValue - fullName: TValue - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.IDictionary`2 - name: IDictionary - nameWithType: IDictionary - fullName: System.Collections.Generic.IDictionary - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: TKey - nameWithType: TKey - fullName: TKey - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - name: TValue - nameWithType: TValue - fullName: TValue - - name: ) - nameWithType: ) - fullName: ) diff --git a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.NnapiFlags.yml b/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.NnapiFlags.yml deleted file mode 100644 index 9da33ee3eea51..0000000000000 --- a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.NnapiFlags.yml +++ /dev/null @@ -1,256 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Microsoft.ML.OnnxRuntime.NnapiFlags - commentId: T:Microsoft.ML.OnnxRuntime.NnapiFlags - id: NnapiFlags - parent: Microsoft.ML.OnnxRuntime - children: - - Microsoft.ML.OnnxRuntime.NnapiFlags.NNAPI_FLAG_CPU_DISABLED - - Microsoft.ML.OnnxRuntime.NnapiFlags.NNAPI_FLAG_CPU_ONLY - - Microsoft.ML.OnnxRuntime.NnapiFlags.NNAPI_FLAG_LAST - - Microsoft.ML.OnnxRuntime.NnapiFlags.NNAPI_FLAG_USE_FP16 - - Microsoft.ML.OnnxRuntime.NnapiFlags.NNAPI_FLAG_USE_NCHW - - Microsoft.ML.OnnxRuntime.NnapiFlags.NNAPI_FLAG_USE_NONE - langs: - - csharp - - vb - name: NnapiFlags - nameWithType: NnapiFlags - fullName: Microsoft.ML.OnnxRuntime.NnapiFlags - type: Enum - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: NnapiFlags - path: ../src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - startLine: 264 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nNNAPI flags for use with SessionOptions\n" - example: [] - syntax: - content: >- - [Flags] - - public enum NnapiFlags - content.vb: >- - - - Public Enum NnapiFlags - attributes: - - type: System.FlagsAttribute - ctor: System.FlagsAttribute.#ctor - arguments: [] - modifiers.csharp: - - public - - enum - modifiers.vb: - - Public - - Enum -- uid: Microsoft.ML.OnnxRuntime.NnapiFlags.NNAPI_FLAG_USE_NONE - commentId: F:Microsoft.ML.OnnxRuntime.NnapiFlags.NNAPI_FLAG_USE_NONE - id: NNAPI_FLAG_USE_NONE - parent: Microsoft.ML.OnnxRuntime.NnapiFlags - langs: - - csharp - - vb - name: NNAPI_FLAG_USE_NONE - nameWithType: NnapiFlags.NNAPI_FLAG_USE_NONE - fullName: Microsoft.ML.OnnxRuntime.NnapiFlags.NNAPI_FLAG_USE_NONE - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: NNAPI_FLAG_USE_NONE - path: ../src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - startLine: 267 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: NNAPI_FLAG_USE_NONE = 0 - return: - type: Microsoft.ML.OnnxRuntime.NnapiFlags - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Microsoft.ML.OnnxRuntime.NnapiFlags.NNAPI_FLAG_USE_FP16 - commentId: F:Microsoft.ML.OnnxRuntime.NnapiFlags.NNAPI_FLAG_USE_FP16 - id: NNAPI_FLAG_USE_FP16 - parent: Microsoft.ML.OnnxRuntime.NnapiFlags - langs: - - csharp - - vb - name: NNAPI_FLAG_USE_FP16 - nameWithType: NnapiFlags.NNAPI_FLAG_USE_FP16 - fullName: Microsoft.ML.OnnxRuntime.NnapiFlags.NNAPI_FLAG_USE_FP16 - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: NNAPI_FLAG_USE_FP16 - path: ../src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - startLine: 268 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: NNAPI_FLAG_USE_FP16 = 1 - return: - type: Microsoft.ML.OnnxRuntime.NnapiFlags - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Microsoft.ML.OnnxRuntime.NnapiFlags.NNAPI_FLAG_USE_NCHW - commentId: F:Microsoft.ML.OnnxRuntime.NnapiFlags.NNAPI_FLAG_USE_NCHW - id: NNAPI_FLAG_USE_NCHW - parent: Microsoft.ML.OnnxRuntime.NnapiFlags - langs: - - csharp - - vb - name: NNAPI_FLAG_USE_NCHW - nameWithType: NnapiFlags.NNAPI_FLAG_USE_NCHW - fullName: Microsoft.ML.OnnxRuntime.NnapiFlags.NNAPI_FLAG_USE_NCHW - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: NNAPI_FLAG_USE_NCHW - path: ../src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - startLine: 269 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: NNAPI_FLAG_USE_NCHW = 2 - return: - type: Microsoft.ML.OnnxRuntime.NnapiFlags - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Microsoft.ML.OnnxRuntime.NnapiFlags.NNAPI_FLAG_CPU_DISABLED - commentId: F:Microsoft.ML.OnnxRuntime.NnapiFlags.NNAPI_FLAG_CPU_DISABLED - id: NNAPI_FLAG_CPU_DISABLED - parent: Microsoft.ML.OnnxRuntime.NnapiFlags - langs: - - csharp - - vb - name: NNAPI_FLAG_CPU_DISABLED - nameWithType: NnapiFlags.NNAPI_FLAG_CPU_DISABLED - fullName: Microsoft.ML.OnnxRuntime.NnapiFlags.NNAPI_FLAG_CPU_DISABLED - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: NNAPI_FLAG_CPU_DISABLED - path: ../src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - startLine: 270 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: NNAPI_FLAG_CPU_DISABLED = 4 - return: - type: Microsoft.ML.OnnxRuntime.NnapiFlags - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Microsoft.ML.OnnxRuntime.NnapiFlags.NNAPI_FLAG_CPU_ONLY - commentId: F:Microsoft.ML.OnnxRuntime.NnapiFlags.NNAPI_FLAG_CPU_ONLY - id: NNAPI_FLAG_CPU_ONLY - parent: Microsoft.ML.OnnxRuntime.NnapiFlags - langs: - - csharp - - vb - name: NNAPI_FLAG_CPU_ONLY - nameWithType: NnapiFlags.NNAPI_FLAG_CPU_ONLY - fullName: Microsoft.ML.OnnxRuntime.NnapiFlags.NNAPI_FLAG_CPU_ONLY - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: NNAPI_FLAG_CPU_ONLY - path: ../src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - startLine: 271 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: NNAPI_FLAG_CPU_ONLY = 8 - return: - type: Microsoft.ML.OnnxRuntime.NnapiFlags - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Microsoft.ML.OnnxRuntime.NnapiFlags.NNAPI_FLAG_LAST - commentId: F:Microsoft.ML.OnnxRuntime.NnapiFlags.NNAPI_FLAG_LAST - id: NNAPI_FLAG_LAST - parent: Microsoft.ML.OnnxRuntime.NnapiFlags - langs: - - csharp - - vb - name: NNAPI_FLAG_LAST - nameWithType: NnapiFlags.NNAPI_FLAG_LAST - fullName: Microsoft.ML.OnnxRuntime.NnapiFlags.NNAPI_FLAG_LAST - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: NNAPI_FLAG_LAST - path: ../src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - startLine: 272 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: NNAPI_FLAG_LAST = 8 - return: - type: Microsoft.ML.OnnxRuntime.NnapiFlags - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -references: -- uid: Microsoft.ML.OnnxRuntime - commentId: N:Microsoft.ML.OnnxRuntime - name: Microsoft.ML.OnnxRuntime - nameWithType: Microsoft.ML.OnnxRuntime - fullName: Microsoft.ML.OnnxRuntime -- uid: Microsoft.ML.OnnxRuntime.NnapiFlags - commentId: T:Microsoft.ML.OnnxRuntime.NnapiFlags - parent: Microsoft.ML.OnnxRuntime - name: NnapiFlags - nameWithType: NnapiFlags - fullName: Microsoft.ML.OnnxRuntime.NnapiFlags diff --git a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.NodeMetadata.yml b/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.NodeMetadata.yml deleted file mode 100644 index e70ef323524bd..0000000000000 --- a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.NodeMetadata.yml +++ /dev/null @@ -1,636 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Microsoft.ML.OnnxRuntime.NodeMetadata - commentId: T:Microsoft.ML.OnnxRuntime.NodeMetadata - id: NodeMetadata - parent: Microsoft.ML.OnnxRuntime - children: - - Microsoft.ML.OnnxRuntime.NodeMetadata.Dimensions - - Microsoft.ML.OnnxRuntime.NodeMetadata.ElementType - - Microsoft.ML.OnnxRuntime.NodeMetadata.IsTensor - - Microsoft.ML.OnnxRuntime.NodeMetadata.OnnxValueType - - Microsoft.ML.OnnxRuntime.NodeMetadata.SymbolicDimensions - langs: - - csharp - - vb - name: NodeMetadata - nameWithType: NodeMetadata - fullName: Microsoft.ML.OnnxRuntime.NodeMetadata - type: Class - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: NodeMetadata - path: ../src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - startLine: 1109 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nResembles type and shape information of session-graph nodes, used for communicating the shape/type of input/output nodes\n" - example: [] - syntax: - content: public class NodeMetadata - content.vb: Public Class NodeMetadata - inheritance: - - System.Object - inheritedMembers: - - System.Object.Equals(System.Object) - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetHashCode - - System.Object.GetType - - System.Object.MemberwiseClone - - System.Object.ReferenceEquals(System.Object,System.Object) - - System.Object.ToString - modifiers.csharp: - - public - - class - modifiers.vb: - - Public - - Class -- uid: Microsoft.ML.OnnxRuntime.NodeMetadata.OnnxValueType - commentId: P:Microsoft.ML.OnnxRuntime.NodeMetadata.OnnxValueType - id: OnnxValueType - parent: Microsoft.ML.OnnxRuntime.NodeMetadata - langs: - - csharp - - vb - name: OnnxValueType - nameWithType: NodeMetadata.OnnxValueType - fullName: Microsoft.ML.OnnxRuntime.NodeMetadata.OnnxValueType - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: OnnxValueType - path: ../src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - startLine: 1123 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nType value of the node\n" - example: [] - syntax: - content: public OnnxValueType OnnxValueType { get; } - parameters: [] - return: - type: Microsoft.ML.OnnxRuntime.OnnxValueType - description: A value of OnnxValueType enum - content.vb: Public ReadOnly Property OnnxValueType As OnnxValueType - overload: Microsoft.ML.OnnxRuntime.NodeMetadata.OnnxValueType* - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly -- uid: Microsoft.ML.OnnxRuntime.NodeMetadata.Dimensions - commentId: P:Microsoft.ML.OnnxRuntime.NodeMetadata.Dimensions - id: Dimensions - parent: Microsoft.ML.OnnxRuntime.NodeMetadata - langs: - - csharp - - vb - name: Dimensions - nameWithType: NodeMetadata.Dimensions - fullName: Microsoft.ML.OnnxRuntime.NodeMetadata.Dimensions - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Dimensions - path: ../src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - startLine: 1129 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nShape\n" - example: [] - syntax: - content: public int[] Dimensions { get; } - parameters: [] - return: - type: System.Int32[] - description: Array of dimensions - content.vb: Public ReadOnly Property Dimensions As Integer() - overload: Microsoft.ML.OnnxRuntime.NodeMetadata.Dimensions* - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly -- uid: Microsoft.ML.OnnxRuntime.NodeMetadata.SymbolicDimensions - commentId: P:Microsoft.ML.OnnxRuntime.NodeMetadata.SymbolicDimensions - id: SymbolicDimensions - parent: Microsoft.ML.OnnxRuntime.NodeMetadata - langs: - - csharp - - vb - name: SymbolicDimensions - nameWithType: NodeMetadata.SymbolicDimensions - fullName: Microsoft.ML.OnnxRuntime.NodeMetadata.SymbolicDimensions - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: SymbolicDimensions - path: ../src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - startLine: 1135 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nSymbolic dimensions\n" - example: [] - syntax: - content: public string[] SymbolicDimensions { get; } - parameters: [] - return: - type: System.String[] - description: Array of symbolic dimensions if present. - content.vb: Public ReadOnly Property SymbolicDimensions As String() - overload: Microsoft.ML.OnnxRuntime.NodeMetadata.SymbolicDimensions* - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly -- uid: Microsoft.ML.OnnxRuntime.NodeMetadata.ElementType - commentId: P:Microsoft.ML.OnnxRuntime.NodeMetadata.ElementType - id: ElementType - parent: Microsoft.ML.OnnxRuntime.NodeMetadata - langs: - - csharp - - vb - name: ElementType - nameWithType: NodeMetadata.ElementType - fullName: Microsoft.ML.OnnxRuntime.NodeMetadata.ElementType - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ElementType - path: ../src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - startLine: 1141 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\n.NET type that corresponds to this Node.\n" - example: [] - syntax: - content: public Type ElementType { get; } - parameters: [] - return: - type: System.Type - description: System.Type - content.vb: Public ReadOnly Property ElementType As Type - overload: Microsoft.ML.OnnxRuntime.NodeMetadata.ElementType* - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly -- uid: Microsoft.ML.OnnxRuntime.NodeMetadata.IsTensor - commentId: P:Microsoft.ML.OnnxRuntime.NodeMetadata.IsTensor - id: IsTensor - parent: Microsoft.ML.OnnxRuntime.NodeMetadata - langs: - - csharp - - vb - name: IsTensor - nameWithType: NodeMetadata.IsTensor - fullName: Microsoft.ML.OnnxRuntime.NodeMetadata.IsTensor - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: IsTensor - path: ../src/Microsoft.ML.OnnxRuntime/InferenceSession.shared.cs - startLine: 1147 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nWhether it is a Tensor\n" - example: [] - syntax: - content: public bool IsTensor { get; } - parameters: [] - return: - type: System.Boolean - description: currently always returns true - content.vb: Public ReadOnly Property IsTensor As Boolean - overload: Microsoft.ML.OnnxRuntime.NodeMetadata.IsTensor* - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly -references: -- uid: Microsoft.ML.OnnxRuntime - commentId: N:Microsoft.ML.OnnxRuntime - name: Microsoft.ML.OnnxRuntime - nameWithType: Microsoft.ML.OnnxRuntime - fullName: Microsoft.ML.OnnxRuntime -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: System.Object.Equals(System.Object) - commentId: M:System.Object.Equals(System.Object) - parent: System.Object - isExternal: true - name: Equals(Object) - nameWithType: Object.Equals(Object) - fullName: System.Object.Equals(System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetHashCode - commentId: M:System.Object.GetHashCode - parent: System.Object - isExternal: true - name: GetHashCode() - nameWithType: Object.GetHashCode() - fullName: System.Object.GetHashCode() - spec.csharp: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - name: MemberwiseClone() - nameWithType: Object.MemberwiseClone() - fullName: System.Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ToString - commentId: M:System.Object.ToString - parent: System.Object - isExternal: true - name: ToString() - nameWithType: Object.ToString() - fullName: System.Object.ToString() - spec.csharp: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System -- uid: Microsoft.ML.OnnxRuntime.NodeMetadata.OnnxValueType* - commentId: Overload:Microsoft.ML.OnnxRuntime.NodeMetadata.OnnxValueType - name: OnnxValueType - nameWithType: NodeMetadata.OnnxValueType - fullName: Microsoft.ML.OnnxRuntime.NodeMetadata.OnnxValueType -- uid: Microsoft.ML.OnnxRuntime.OnnxValueType - commentId: T:Microsoft.ML.OnnxRuntime.OnnxValueType - parent: Microsoft.ML.OnnxRuntime - name: OnnxValueType - nameWithType: OnnxValueType - fullName: Microsoft.ML.OnnxRuntime.OnnxValueType -- uid: Microsoft.ML.OnnxRuntime.NodeMetadata.Dimensions* - commentId: Overload:Microsoft.ML.OnnxRuntime.NodeMetadata.Dimensions - name: Dimensions - nameWithType: NodeMetadata.Dimensions - fullName: Microsoft.ML.OnnxRuntime.NodeMetadata.Dimensions -- uid: System.Int32[] - isExternal: true - name: Int32[] - nameWithType: Int32[] - fullName: System.Int32[] - nameWithType.vb: Int32() - fullName.vb: System.Int32() - name.vb: Int32() - spec.csharp: - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: '[]' - nameWithType: '[]' - fullName: '[]' - spec.vb: - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: () - nameWithType: () - fullName: () -- uid: Microsoft.ML.OnnxRuntime.NodeMetadata.SymbolicDimensions* - commentId: Overload:Microsoft.ML.OnnxRuntime.NodeMetadata.SymbolicDimensions - name: SymbolicDimensions - nameWithType: NodeMetadata.SymbolicDimensions - fullName: Microsoft.ML.OnnxRuntime.NodeMetadata.SymbolicDimensions -- uid: System.String[] - isExternal: true - name: String[] - nameWithType: String[] - fullName: System.String[] - nameWithType.vb: String() - fullName.vb: System.String() - name.vb: String() - spec.csharp: - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: '[]' - nameWithType: '[]' - fullName: '[]' - spec.vb: - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: () - nameWithType: () - fullName: () -- uid: Microsoft.ML.OnnxRuntime.NodeMetadata.ElementType* - commentId: Overload:Microsoft.ML.OnnxRuntime.NodeMetadata.ElementType - name: ElementType - nameWithType: NodeMetadata.ElementType - fullName: Microsoft.ML.OnnxRuntime.NodeMetadata.ElementType -- uid: System.Type - commentId: T:System.Type - parent: System - isExternal: true - name: Type - nameWithType: Type - fullName: System.Type -- uid: Microsoft.ML.OnnxRuntime.NodeMetadata.IsTensor* - commentId: Overload:Microsoft.ML.OnnxRuntime.NodeMetadata.IsTensor - name: IsTensor - nameWithType: NodeMetadata.IsTensor - fullName: Microsoft.ML.OnnxRuntime.NodeMetadata.IsTensor -- uid: System.Boolean - commentId: T:System.Boolean - parent: System - isExternal: true - name: Boolean - nameWithType: Boolean - fullName: System.Boolean diff --git a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OnnxRuntimeException.yml b/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OnnxRuntimeException.yml deleted file mode 100644 index 2d8f59aa63e5d..0000000000000 --- a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OnnxRuntimeException.yml +++ /dev/null @@ -1,442 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Microsoft.ML.OnnxRuntime.OnnxRuntimeException - commentId: T:Microsoft.ML.OnnxRuntime.OnnxRuntimeException - id: OnnxRuntimeException - parent: Microsoft.ML.OnnxRuntime - children: [] - langs: - - csharp - - vb - name: OnnxRuntimeException - nameWithType: OnnxRuntimeException - fullName: Microsoft.ML.OnnxRuntime.OnnxRuntimeException - type: Class - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Exceptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: OnnxRuntimeException - path: ../src/Microsoft.ML.OnnxRuntime/Exceptions.shared.cs - startLine: 33 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nThe Exception that is thrown for errors related ton OnnxRuntime\n" - example: [] - syntax: - content: 'public class OnnxRuntimeException : Exception' - content.vb: >- - Public Class OnnxRuntimeException - Inherits Exception - inheritance: - - System.Object - - System.Exception - inheritedMembers: - - System.Exception.GetBaseException - - System.Exception.ToString - - System.Exception.Data - - System.Exception.HelpLink - - System.Exception.HResult - - System.Exception.InnerException - - System.Exception.Message - - System.Exception.Source - - System.Exception.StackTrace - - System.Object.Equals(System.Object) - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetHashCode - - System.Object.GetType - - System.Object.MemberwiseClone - - System.Object.ReferenceEquals(System.Object,System.Object) - modifiers.csharp: - - public - - class - modifiers.vb: - - Public - - Class -references: -- uid: Microsoft.ML.OnnxRuntime - commentId: N:Microsoft.ML.OnnxRuntime - name: Microsoft.ML.OnnxRuntime - nameWithType: Microsoft.ML.OnnxRuntime - fullName: Microsoft.ML.OnnxRuntime -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: System.Exception - commentId: T:System.Exception - parent: System - isExternal: true - name: Exception - nameWithType: Exception - fullName: System.Exception -- uid: System.Exception.GetBaseException - commentId: M:System.Exception.GetBaseException - parent: System.Exception - isExternal: true - name: GetBaseException() - nameWithType: Exception.GetBaseException() - fullName: System.Exception.GetBaseException() - spec.csharp: - - uid: System.Exception.GetBaseException - name: GetBaseException - nameWithType: Exception.GetBaseException - fullName: System.Exception.GetBaseException - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Exception.GetBaseException - name: GetBaseException - nameWithType: Exception.GetBaseException - fullName: System.Exception.GetBaseException - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Exception.ToString - commentId: M:System.Exception.ToString - parent: System.Exception - isExternal: true - name: ToString() - nameWithType: Exception.ToString() - fullName: System.Exception.ToString() - spec.csharp: - - uid: System.Exception.ToString - name: ToString - nameWithType: Exception.ToString - fullName: System.Exception.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Exception.ToString - name: ToString - nameWithType: Exception.ToString - fullName: System.Exception.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Exception.Data - commentId: P:System.Exception.Data - parent: System.Exception - isExternal: true - name: Data - nameWithType: Exception.Data - fullName: System.Exception.Data -- uid: System.Exception.HelpLink - commentId: P:System.Exception.HelpLink - parent: System.Exception - isExternal: true - name: HelpLink - nameWithType: Exception.HelpLink - fullName: System.Exception.HelpLink -- uid: System.Exception.HResult - commentId: P:System.Exception.HResult - parent: System.Exception - isExternal: true - name: HResult - nameWithType: Exception.HResult - fullName: System.Exception.HResult -- uid: System.Exception.InnerException - commentId: P:System.Exception.InnerException - parent: System.Exception - isExternal: true - name: InnerException - nameWithType: Exception.InnerException - fullName: System.Exception.InnerException -- uid: System.Exception.Message - commentId: P:System.Exception.Message - parent: System.Exception - isExternal: true - name: Message - nameWithType: Exception.Message - fullName: System.Exception.Message -- uid: System.Exception.Source - commentId: P:System.Exception.Source - parent: System.Exception - isExternal: true - name: Source - nameWithType: Exception.Source - fullName: System.Exception.Source -- uid: System.Exception.StackTrace - commentId: P:System.Exception.StackTrace - parent: System.Exception - isExternal: true - name: StackTrace - nameWithType: Exception.StackTrace - fullName: System.Exception.StackTrace -- uid: System.Object.Equals(System.Object) - commentId: M:System.Object.Equals(System.Object) - parent: System.Object - isExternal: true - name: Equals(Object) - nameWithType: Object.Equals(Object) - fullName: System.Object.Equals(System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetHashCode - commentId: M:System.Object.GetHashCode - parent: System.Object - isExternal: true - name: GetHashCode() - nameWithType: Object.GetHashCode() - fullName: System.Object.GetHashCode() - spec.csharp: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - name: MemberwiseClone() - nameWithType: Object.MemberwiseClone() - fullName: System.Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System diff --git a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OnnxValueType.yml b/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OnnxValueType.yml deleted file mode 100644 index 4aef1f29200a5..0000000000000 --- a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OnnxValueType.yml +++ /dev/null @@ -1,246 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Microsoft.ML.OnnxRuntime.OnnxValueType - commentId: T:Microsoft.ML.OnnxRuntime.OnnxValueType - id: OnnxValueType - parent: Microsoft.ML.OnnxRuntime - children: - - Microsoft.ML.OnnxRuntime.OnnxValueType.ONNX_TYPE_MAP - - Microsoft.ML.OnnxRuntime.OnnxValueType.ONNX_TYPE_OPAQUE - - Microsoft.ML.OnnxRuntime.OnnxValueType.ONNX_TYPE_SEQUENCE - - Microsoft.ML.OnnxRuntime.OnnxValueType.ONNX_TYPE_SPARSETENSOR - - Microsoft.ML.OnnxRuntime.OnnxValueType.ONNX_TYPE_TENSOR - - Microsoft.ML.OnnxRuntime.OnnxValueType.ONNX_TYPE_UNKNOWN - langs: - - csharp - - vb - name: OnnxValueType - nameWithType: OnnxValueType - fullName: Microsoft.ML.OnnxRuntime.OnnxValueType - type: Enum - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtValue.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: OnnxValueType - path: ../src/Microsoft.ML.OnnxRuntime/OrtValue.shared.cs - startLine: 14 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nA type of data that OrtValue encapsulates.\n" - example: [] - syntax: - content: public enum OnnxValueType - content.vb: Public Enum OnnxValueType - modifiers.csharp: - - public - - enum - modifiers.vb: - - Public - - Enum -- uid: Microsoft.ML.OnnxRuntime.OnnxValueType.ONNX_TYPE_UNKNOWN - commentId: F:Microsoft.ML.OnnxRuntime.OnnxValueType.ONNX_TYPE_UNKNOWN - id: ONNX_TYPE_UNKNOWN - parent: Microsoft.ML.OnnxRuntime.OnnxValueType - langs: - - csharp - - vb - name: ONNX_TYPE_UNKNOWN - nameWithType: OnnxValueType.ONNX_TYPE_UNKNOWN - fullName: Microsoft.ML.OnnxRuntime.OnnxValueType.ONNX_TYPE_UNKNOWN - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtValue.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ONNX_TYPE_UNKNOWN - path: ../src/Microsoft.ML.OnnxRuntime/OrtValue.shared.cs - startLine: 16 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: ONNX_TYPE_UNKNOWN = 0 - return: - type: Microsoft.ML.OnnxRuntime.OnnxValueType - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Microsoft.ML.OnnxRuntime.OnnxValueType.ONNX_TYPE_TENSOR - commentId: F:Microsoft.ML.OnnxRuntime.OnnxValueType.ONNX_TYPE_TENSOR - id: ONNX_TYPE_TENSOR - parent: Microsoft.ML.OnnxRuntime.OnnxValueType - langs: - - csharp - - vb - name: ONNX_TYPE_TENSOR - nameWithType: OnnxValueType.ONNX_TYPE_TENSOR - fullName: Microsoft.ML.OnnxRuntime.OnnxValueType.ONNX_TYPE_TENSOR - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtValue.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ONNX_TYPE_TENSOR - path: ../src/Microsoft.ML.OnnxRuntime/OrtValue.shared.cs - startLine: 17 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: ONNX_TYPE_TENSOR = 1 - return: - type: Microsoft.ML.OnnxRuntime.OnnxValueType - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Microsoft.ML.OnnxRuntime.OnnxValueType.ONNX_TYPE_SEQUENCE - commentId: F:Microsoft.ML.OnnxRuntime.OnnxValueType.ONNX_TYPE_SEQUENCE - id: ONNX_TYPE_SEQUENCE - parent: Microsoft.ML.OnnxRuntime.OnnxValueType - langs: - - csharp - - vb - name: ONNX_TYPE_SEQUENCE - nameWithType: OnnxValueType.ONNX_TYPE_SEQUENCE - fullName: Microsoft.ML.OnnxRuntime.OnnxValueType.ONNX_TYPE_SEQUENCE - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtValue.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ONNX_TYPE_SEQUENCE - path: ../src/Microsoft.ML.OnnxRuntime/OrtValue.shared.cs - startLine: 18 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: ONNX_TYPE_SEQUENCE = 2 - return: - type: Microsoft.ML.OnnxRuntime.OnnxValueType - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Microsoft.ML.OnnxRuntime.OnnxValueType.ONNX_TYPE_MAP - commentId: F:Microsoft.ML.OnnxRuntime.OnnxValueType.ONNX_TYPE_MAP - id: ONNX_TYPE_MAP - parent: Microsoft.ML.OnnxRuntime.OnnxValueType - langs: - - csharp - - vb - name: ONNX_TYPE_MAP - nameWithType: OnnxValueType.ONNX_TYPE_MAP - fullName: Microsoft.ML.OnnxRuntime.OnnxValueType.ONNX_TYPE_MAP - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtValue.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ONNX_TYPE_MAP - path: ../src/Microsoft.ML.OnnxRuntime/OrtValue.shared.cs - startLine: 19 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: ONNX_TYPE_MAP = 3 - return: - type: Microsoft.ML.OnnxRuntime.OnnxValueType - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Microsoft.ML.OnnxRuntime.OnnxValueType.ONNX_TYPE_OPAQUE - commentId: F:Microsoft.ML.OnnxRuntime.OnnxValueType.ONNX_TYPE_OPAQUE - id: ONNX_TYPE_OPAQUE - parent: Microsoft.ML.OnnxRuntime.OnnxValueType - langs: - - csharp - - vb - name: ONNX_TYPE_OPAQUE - nameWithType: OnnxValueType.ONNX_TYPE_OPAQUE - fullName: Microsoft.ML.OnnxRuntime.OnnxValueType.ONNX_TYPE_OPAQUE - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtValue.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ONNX_TYPE_OPAQUE - path: ../src/Microsoft.ML.OnnxRuntime/OrtValue.shared.cs - startLine: 20 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: ONNX_TYPE_OPAQUE = 4 - return: - type: Microsoft.ML.OnnxRuntime.OnnxValueType - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Microsoft.ML.OnnxRuntime.OnnxValueType.ONNX_TYPE_SPARSETENSOR - commentId: F:Microsoft.ML.OnnxRuntime.OnnxValueType.ONNX_TYPE_SPARSETENSOR - id: ONNX_TYPE_SPARSETENSOR - parent: Microsoft.ML.OnnxRuntime.OnnxValueType - langs: - - csharp - - vb - name: ONNX_TYPE_SPARSETENSOR - nameWithType: OnnxValueType.ONNX_TYPE_SPARSETENSOR - fullName: Microsoft.ML.OnnxRuntime.OnnxValueType.ONNX_TYPE_SPARSETENSOR - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtValue.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ONNX_TYPE_SPARSETENSOR - path: ../src/Microsoft.ML.OnnxRuntime/OrtValue.shared.cs - startLine: 21 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: ONNX_TYPE_SPARSETENSOR = 5 - return: - type: Microsoft.ML.OnnxRuntime.OnnxValueType - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -references: -- uid: Microsoft.ML.OnnxRuntime - commentId: N:Microsoft.ML.OnnxRuntime - name: Microsoft.ML.OnnxRuntime - nameWithType: Microsoft.ML.OnnxRuntime - fullName: Microsoft.ML.OnnxRuntime -- uid: Microsoft.ML.OnnxRuntime.OnnxValueType - commentId: T:Microsoft.ML.OnnxRuntime.OnnxValueType - parent: Microsoft.ML.OnnxRuntime - name: OnnxValueType - nameWithType: OnnxValueType - fullName: Microsoft.ML.OnnxRuntime.OnnxValueType diff --git a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtAllocator.yml b/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtAllocator.yml deleted file mode 100644 index 1265670bd3222..0000000000000 --- a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtAllocator.yml +++ /dev/null @@ -1,986 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Microsoft.ML.OnnxRuntime.OrtAllocator - commentId: T:Microsoft.ML.OnnxRuntime.OrtAllocator - id: OrtAllocator - parent: Microsoft.ML.OnnxRuntime - children: - - Microsoft.ML.OnnxRuntime.OrtAllocator.#ctor(Microsoft.ML.OnnxRuntime.InferenceSession,Microsoft.ML.OnnxRuntime.OrtMemoryInfo) - - Microsoft.ML.OnnxRuntime.OrtAllocator.Allocate(System.UInt32) - - Microsoft.ML.OnnxRuntime.OrtAllocator.DefaultInstance - - Microsoft.ML.OnnxRuntime.OrtAllocator.Info - - Microsoft.ML.OnnxRuntime.OrtAllocator.IsInvalid - - Microsoft.ML.OnnxRuntime.OrtAllocator.ReleaseHandle - langs: - - csharp - - vb - name: OrtAllocator - nameWithType: OrtAllocator - fullName: Microsoft.ML.OnnxRuntime.OrtAllocator - type: Class - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: OrtAllocator - path: ../src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - startLine: 466 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nThe class exposes native internal allocator for Onnxruntime.\nThis allocator enables you to allocate memory from the internal\nmemory pools including device allocations. Useful for binding.\n" - example: [] - syntax: - content: 'public class OrtAllocator : SafeHandle, IDisposable' - content.vb: >- - Public Class OrtAllocator - Inherits SafeHandle - Implements IDisposable - inheritance: - - System.Object - - System.Runtime.InteropServices.SafeHandle - implements: - - System.IDisposable - inheritedMembers: - - System.Runtime.InteropServices.SafeHandle.handle - - System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - - System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - - System.Runtime.InteropServices.SafeHandle.DangerousRelease - - System.Runtime.InteropServices.SafeHandle.Dispose - - System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - - System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - - System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - - System.Runtime.InteropServices.SafeHandle.IsClosed - - System.Object.Equals(System.Object) - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetHashCode - - System.Object.GetType - - System.Object.MemberwiseClone - - System.Object.ReferenceEquals(System.Object,System.Object) - - System.Object.ToString - modifiers.csharp: - - public - - class - modifiers.vb: - - Public - - Class -- uid: Microsoft.ML.OnnxRuntime.OrtAllocator.DefaultInstance - commentId: P:Microsoft.ML.OnnxRuntime.OrtAllocator.DefaultInstance - id: DefaultInstance - parent: Microsoft.ML.OnnxRuntime.OrtAllocator - langs: - - csharp - - vb - name: DefaultInstance - nameWithType: OrtAllocator.DefaultInstance - fullName: Microsoft.ML.OnnxRuntime.OrtAllocator.DefaultInstance - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: DefaultInstance - path: ../src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - startLine: 483 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nDefault CPU allocator instance\n" - example: [] - syntax: - content: public static OrtAllocator DefaultInstance { get; } - parameters: [] - return: - type: Microsoft.ML.OnnxRuntime.OrtAllocator - content.vb: Public Shared ReadOnly Property DefaultInstance As OrtAllocator - overload: Microsoft.ML.OnnxRuntime.OrtAllocator.DefaultInstance* - modifiers.csharp: - - public - - static - - get - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: Microsoft.ML.OnnxRuntime.OrtAllocator.IsInvalid - commentId: P:Microsoft.ML.OnnxRuntime.OrtAllocator.IsInvalid - id: IsInvalid - parent: Microsoft.ML.OnnxRuntime.OrtAllocator - langs: - - csharp - - vb - name: IsInvalid - nameWithType: OrtAllocator.IsInvalid - fullName: Microsoft.ML.OnnxRuntime.OrtAllocator.IsInvalid - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: IsInvalid - path: ../src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - startLine: 503 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nOverrides SafeHandle.IsInvalid\n" - example: [] - syntax: - content: public override bool IsInvalid { get; } - parameters: [] - return: - type: System.Boolean - description: returns true if handle is equal to Zero - content.vb: Public Overrides ReadOnly Property IsInvalid As Boolean - overridden: System.Runtime.InteropServices.SafeHandle.IsInvalid - overload: Microsoft.ML.OnnxRuntime.OrtAllocator.IsInvalid* - modifiers.csharp: - - public - - override - - get - modifiers.vb: - - Public - - Overrides - - ReadOnly -- uid: Microsoft.ML.OnnxRuntime.OrtAllocator.#ctor(Microsoft.ML.OnnxRuntime.InferenceSession,Microsoft.ML.OnnxRuntime.OrtMemoryInfo) - commentId: M:Microsoft.ML.OnnxRuntime.OrtAllocator.#ctor(Microsoft.ML.OnnxRuntime.InferenceSession,Microsoft.ML.OnnxRuntime.OrtMemoryInfo) - id: '#ctor(Microsoft.ML.OnnxRuntime.InferenceSession,Microsoft.ML.OnnxRuntime.OrtMemoryInfo)' - parent: Microsoft.ML.OnnxRuntime.OrtAllocator - langs: - - csharp - - vb - name: OrtAllocator(InferenceSession, OrtMemoryInfo) - nameWithType: OrtAllocator.OrtAllocator(InferenceSession, OrtMemoryInfo) - fullName: Microsoft.ML.OnnxRuntime.OrtAllocator.OrtAllocator(Microsoft.ML.OnnxRuntime.InferenceSession, Microsoft.ML.OnnxRuntime.OrtMemoryInfo) - type: Constructor - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: .ctor - path: ../src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - startLine: 524 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nCreates an instance of OrtAllocator according to the specifications in OrtMemorInfo.\nThe requested allocator should be available within the given session instance. This means\nboth, the native library was build with specific allocators (for instance CUDA) and the corresponding\nprovider was added to SessionsOptions before instantiating the session object.\n" - example: [] - syntax: - content: public OrtAllocator(InferenceSession session, OrtMemoryInfo memInfo) - parameters: - - id: session - type: Microsoft.ML.OnnxRuntime.InferenceSession - description: '' - - id: memInfo - type: Microsoft.ML.OnnxRuntime.OrtMemoryInfo - description: '' - content.vb: Public Sub New(session As InferenceSession, memInfo As OrtMemoryInfo) - overload: Microsoft.ML.OnnxRuntime.OrtAllocator.#ctor* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtAllocator.Info - commentId: P:Microsoft.ML.OnnxRuntime.OrtAllocator.Info - id: Info - parent: Microsoft.ML.OnnxRuntime.OrtAllocator - langs: - - csharp - - vb - name: Info - nameWithType: OrtAllocator.Info - fullName: Microsoft.ML.OnnxRuntime.OrtAllocator.Info - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Info - path: ../src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - startLine: 535 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nOrtMemoryInfo instance owned by the allocator\n" - example: [] - syntax: - content: public OrtMemoryInfo Info { get; } - parameters: [] - return: - type: Microsoft.ML.OnnxRuntime.OrtMemoryInfo - description: Instance of OrtMemoryInfo describing this allocator - content.vb: Public ReadOnly Property Info As OrtMemoryInfo - overload: Microsoft.ML.OnnxRuntime.OrtAllocator.Info* - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly -- uid: Microsoft.ML.OnnxRuntime.OrtAllocator.Allocate(System.UInt32) - commentId: M:Microsoft.ML.OnnxRuntime.OrtAllocator.Allocate(System.UInt32) - id: Allocate(System.UInt32) - parent: Microsoft.ML.OnnxRuntime.OrtAllocator - langs: - - csharp - - vb - name: Allocate(UInt32) - nameWithType: OrtAllocator.Allocate(UInt32) - fullName: Microsoft.ML.OnnxRuntime.OrtAllocator.Allocate(System.UInt32) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Allocate - path: ../src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - startLine: 551 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nAllocate native memory. Returns a disposable instance of OrtMemoryAllocation\n" - example: [] - syntax: - content: public OrtMemoryAllocation Allocate(uint size) - parameters: - - id: size - type: System.UInt32 - description: number of bytes to allocate - return: - type: Microsoft.ML.OnnxRuntime.OrtMemoryAllocation - description: Instance of OrtMemoryAllocation - content.vb: Public Function Allocate(size As UInteger) As OrtMemoryAllocation - overload: Microsoft.ML.OnnxRuntime.OrtAllocator.Allocate* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtAllocator.ReleaseHandle - commentId: M:Microsoft.ML.OnnxRuntime.OrtAllocator.ReleaseHandle - id: ReleaseHandle - parent: Microsoft.ML.OnnxRuntime.OrtAllocator - langs: - - csharp - - vb - name: ReleaseHandle() - nameWithType: OrtAllocator.ReleaseHandle() - fullName: Microsoft.ML.OnnxRuntime.OrtAllocator.ReleaseHandle() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ReleaseHandle - path: ../src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - startLine: 573 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nOverrides SafeHandle.ReleaseHandle() to properly dispose of\nthe native instance of OrtAllocator\n" - example: [] - syntax: - content: protected override bool ReleaseHandle() - return: - type: System.Boolean - description: always returns true - content.vb: Protected Overrides Function ReleaseHandle As Boolean - overridden: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - overload: Microsoft.ML.OnnxRuntime.OrtAllocator.ReleaseHandle* - modifiers.csharp: - - protected - - override - modifiers.vb: - - Protected - - Overrides -references: -- uid: Microsoft.ML.OnnxRuntime - commentId: N:Microsoft.ML.OnnxRuntime - name: Microsoft.ML.OnnxRuntime - nameWithType: Microsoft.ML.OnnxRuntime - fullName: Microsoft.ML.OnnxRuntime -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: System.Runtime.InteropServices.SafeHandle - commentId: T:System.Runtime.InteropServices.SafeHandle - parent: System.Runtime.InteropServices - isExternal: true - name: SafeHandle - nameWithType: SafeHandle - fullName: System.Runtime.InteropServices.SafeHandle -- uid: System.IDisposable - commentId: T:System.IDisposable - parent: System - isExternal: true - name: IDisposable - nameWithType: IDisposable - fullName: System.IDisposable -- uid: System.Runtime.InteropServices.SafeHandle.handle - commentId: F:System.Runtime.InteropServices.SafeHandle.handle - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: handle - nameWithType: SafeHandle.handle - fullName: System.Runtime.InteropServices.SafeHandle.handle -- uid: System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - commentId: M:System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: DangerousAddRef(Boolean) - nameWithType: SafeHandle.DangerousAddRef(Boolean) - fullName: System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean) - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - name: DangerousAddRef - nameWithType: SafeHandle.DangerousAddRef - fullName: System.Runtime.InteropServices.SafeHandle.DangerousAddRef - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - name: DangerousAddRef - nameWithType: SafeHandle.DangerousAddRef - fullName: System.Runtime.InteropServices.SafeHandle.DangerousAddRef - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - commentId: M:System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: DangerousGetHandle() - nameWithType: SafeHandle.DangerousGetHandle() - fullName: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - name: DangerousGetHandle - nameWithType: SafeHandle.DangerousGetHandle - fullName: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - name: DangerousGetHandle - nameWithType: SafeHandle.DangerousGetHandle - fullName: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.DangerousRelease - commentId: M:System.Runtime.InteropServices.SafeHandle.DangerousRelease - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: DangerousRelease() - nameWithType: SafeHandle.DangerousRelease() - fullName: System.Runtime.InteropServices.SafeHandle.DangerousRelease() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousRelease - name: DangerousRelease - nameWithType: SafeHandle.DangerousRelease - fullName: System.Runtime.InteropServices.SafeHandle.DangerousRelease - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousRelease - name: DangerousRelease - nameWithType: SafeHandle.DangerousRelease - fullName: System.Runtime.InteropServices.SafeHandle.DangerousRelease - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.Dispose - commentId: M:System.Runtime.InteropServices.SafeHandle.Dispose - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: Dispose() - nameWithType: SafeHandle.Dispose() - fullName: System.Runtime.InteropServices.SafeHandle.Dispose() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.Dispose - name: Dispose - nameWithType: SafeHandle.Dispose - fullName: System.Runtime.InteropServices.SafeHandle.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.Dispose - name: Dispose - nameWithType: SafeHandle.Dispose - fullName: System.Runtime.InteropServices.SafeHandle.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - commentId: M:System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: Dispose(Boolean) - nameWithType: SafeHandle.Dispose(Boolean) - fullName: System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - name: Dispose - nameWithType: SafeHandle.Dispose - fullName: System.Runtime.InteropServices.SafeHandle.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - name: Dispose - nameWithType: SafeHandle.Dispose - fullName: System.Runtime.InteropServices.SafeHandle.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - commentId: M:System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: SetHandle(IntPtr) - nameWithType: SafeHandle.SetHandle(IntPtr) - fullName: System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - name: SetHandle - nameWithType: SafeHandle.SetHandle - fullName: System.Runtime.InteropServices.SafeHandle.SetHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.IntPtr - name: IntPtr - nameWithType: IntPtr - fullName: System.IntPtr - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - name: SetHandle - nameWithType: SafeHandle.SetHandle - fullName: System.Runtime.InteropServices.SafeHandle.SetHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.IntPtr - name: IntPtr - nameWithType: IntPtr - fullName: System.IntPtr - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - commentId: M:System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: SetHandleAsInvalid() - nameWithType: SafeHandle.SetHandleAsInvalid() - fullName: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - name: SetHandleAsInvalid - nameWithType: SafeHandle.SetHandleAsInvalid - fullName: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - name: SetHandleAsInvalid - nameWithType: SafeHandle.SetHandleAsInvalid - fullName: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.IsClosed - commentId: P:System.Runtime.InteropServices.SafeHandle.IsClosed - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: IsClosed - nameWithType: SafeHandle.IsClosed - fullName: System.Runtime.InteropServices.SafeHandle.IsClosed -- uid: System.Object.Equals(System.Object) - commentId: M:System.Object.Equals(System.Object) - parent: System.Object - isExternal: true - name: Equals(Object) - nameWithType: Object.Equals(Object) - fullName: System.Object.Equals(System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetHashCode - commentId: M:System.Object.GetHashCode - parent: System.Object - isExternal: true - name: GetHashCode() - nameWithType: Object.GetHashCode() - fullName: System.Object.GetHashCode() - spec.csharp: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - name: MemberwiseClone() - nameWithType: Object.MemberwiseClone() - fullName: System.Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ToString - commentId: M:System.Object.ToString - parent: System.Object - isExternal: true - name: ToString() - nameWithType: Object.ToString() - fullName: System.Object.ToString() - spec.csharp: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System -- uid: System.Runtime.InteropServices - commentId: N:System.Runtime.InteropServices - isExternal: true - name: System.Runtime.InteropServices - nameWithType: System.Runtime.InteropServices - fullName: System.Runtime.InteropServices -- uid: Microsoft.ML.OnnxRuntime.OrtAllocator.DefaultInstance* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtAllocator.DefaultInstance - name: DefaultInstance - nameWithType: OrtAllocator.DefaultInstance - fullName: Microsoft.ML.OnnxRuntime.OrtAllocator.DefaultInstance -- uid: Microsoft.ML.OnnxRuntime.OrtAllocator - commentId: T:Microsoft.ML.OnnxRuntime.OrtAllocator - parent: Microsoft.ML.OnnxRuntime - name: OrtAllocator - nameWithType: OrtAllocator - fullName: Microsoft.ML.OnnxRuntime.OrtAllocator -- uid: System.Runtime.InteropServices.SafeHandle.IsInvalid - commentId: P:System.Runtime.InteropServices.SafeHandle.IsInvalid - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: IsInvalid - nameWithType: SafeHandle.IsInvalid - fullName: System.Runtime.InteropServices.SafeHandle.IsInvalid -- uid: Microsoft.ML.OnnxRuntime.OrtAllocator.IsInvalid* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtAllocator.IsInvalid - name: IsInvalid - nameWithType: OrtAllocator.IsInvalid - fullName: Microsoft.ML.OnnxRuntime.OrtAllocator.IsInvalid -- uid: System.Boolean - commentId: T:System.Boolean - parent: System - isExternal: true - name: Boolean - nameWithType: Boolean - fullName: System.Boolean -- uid: Microsoft.ML.OnnxRuntime.OrtAllocator.#ctor* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtAllocator.#ctor - name: OrtAllocator - nameWithType: OrtAllocator.OrtAllocator - fullName: Microsoft.ML.OnnxRuntime.OrtAllocator.OrtAllocator -- uid: Microsoft.ML.OnnxRuntime.InferenceSession - commentId: T:Microsoft.ML.OnnxRuntime.InferenceSession - parent: Microsoft.ML.OnnxRuntime - name: InferenceSession - nameWithType: InferenceSession - fullName: Microsoft.ML.OnnxRuntime.InferenceSession -- uid: Microsoft.ML.OnnxRuntime.OrtMemoryInfo - commentId: T:Microsoft.ML.OnnxRuntime.OrtMemoryInfo - parent: Microsoft.ML.OnnxRuntime - name: OrtMemoryInfo - nameWithType: OrtMemoryInfo - fullName: Microsoft.ML.OnnxRuntime.OrtMemoryInfo -- uid: Microsoft.ML.OnnxRuntime.OrtAllocator.Info* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtAllocator.Info - name: Info - nameWithType: OrtAllocator.Info - fullName: Microsoft.ML.OnnxRuntime.OrtAllocator.Info -- uid: Microsoft.ML.OnnxRuntime.OrtAllocator.Allocate* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtAllocator.Allocate - name: Allocate - nameWithType: OrtAllocator.Allocate - fullName: Microsoft.ML.OnnxRuntime.OrtAllocator.Allocate -- uid: System.UInt32 - commentId: T:System.UInt32 - parent: System - isExternal: true - name: UInt32 - nameWithType: UInt32 - fullName: System.UInt32 -- uid: Microsoft.ML.OnnxRuntime.OrtMemoryAllocation - commentId: T:Microsoft.ML.OnnxRuntime.OrtMemoryAllocation - parent: Microsoft.ML.OnnxRuntime - name: OrtMemoryAllocation - nameWithType: OrtMemoryAllocation - fullName: Microsoft.ML.OnnxRuntime.OrtMemoryAllocation -- uid: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - commentId: M:System.Runtime.InteropServices.SafeHandle.ReleaseHandle - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: ReleaseHandle() - nameWithType: SafeHandle.ReleaseHandle() - fullName: System.Runtime.InteropServices.SafeHandle.ReleaseHandle() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - name: ReleaseHandle - nameWithType: SafeHandle.ReleaseHandle - fullName: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - name: ReleaseHandle - nameWithType: SafeHandle.ReleaseHandle - fullName: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.OrtAllocator.ReleaseHandle* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtAllocator.ReleaseHandle - name: ReleaseHandle - nameWithType: OrtAllocator.ReleaseHandle - fullName: Microsoft.ML.OnnxRuntime.OrtAllocator.ReleaseHandle diff --git a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtAllocatorType.yml b/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtAllocatorType.yml deleted file mode 100644 index 5385718f335f1..0000000000000 --- a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtAllocatorType.yml +++ /dev/null @@ -1,114 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Microsoft.ML.OnnxRuntime.OrtAllocatorType - commentId: T:Microsoft.ML.OnnxRuntime.OrtAllocatorType - id: OrtAllocatorType - parent: Microsoft.ML.OnnxRuntime - children: - - Microsoft.ML.OnnxRuntime.OrtAllocatorType.ArenaAllocator - - Microsoft.ML.OnnxRuntime.OrtAllocatorType.DeviceAllocator - langs: - - csharp - - vb - name: OrtAllocatorType - nameWithType: OrtAllocatorType - fullName: Microsoft.ML.OnnxRuntime.OrtAllocatorType - type: Enum - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: OrtAllocatorType - path: ../src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - startLine: 13 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nSee documentation for OrtAllocatorType in C API\n" - example: [] - syntax: - content: public enum OrtAllocatorType - content.vb: Public Enum OrtAllocatorType - modifiers.csharp: - - public - - enum - modifiers.vb: - - Public - - Enum -- uid: Microsoft.ML.OnnxRuntime.OrtAllocatorType.DeviceAllocator - commentId: F:Microsoft.ML.OnnxRuntime.OrtAllocatorType.DeviceAllocator - id: DeviceAllocator - parent: Microsoft.ML.OnnxRuntime.OrtAllocatorType - langs: - - csharp - - vb - name: DeviceAllocator - nameWithType: OrtAllocatorType.DeviceAllocator - fullName: Microsoft.ML.OnnxRuntime.OrtAllocatorType.DeviceAllocator - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: DeviceAllocator - path: ../src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - startLine: 15 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: DeviceAllocator = 0 - return: - type: Microsoft.ML.OnnxRuntime.OrtAllocatorType - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Microsoft.ML.OnnxRuntime.OrtAllocatorType.ArenaAllocator - commentId: F:Microsoft.ML.OnnxRuntime.OrtAllocatorType.ArenaAllocator - id: ArenaAllocator - parent: Microsoft.ML.OnnxRuntime.OrtAllocatorType - langs: - - csharp - - vb - name: ArenaAllocator - nameWithType: OrtAllocatorType.ArenaAllocator - fullName: Microsoft.ML.OnnxRuntime.OrtAllocatorType.ArenaAllocator - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ArenaAllocator - path: ../src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - startLine: 16 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: ArenaAllocator = 1 - return: - type: Microsoft.ML.OnnxRuntime.OrtAllocatorType - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -references: -- uid: Microsoft.ML.OnnxRuntime - commentId: N:Microsoft.ML.OnnxRuntime - name: Microsoft.ML.OnnxRuntime - nameWithType: Microsoft.ML.OnnxRuntime - fullName: Microsoft.ML.OnnxRuntime -- uid: Microsoft.ML.OnnxRuntime.OrtAllocatorType - commentId: T:Microsoft.ML.OnnxRuntime.OrtAllocatorType - parent: Microsoft.ML.OnnxRuntime - name: OrtAllocatorType - nameWithType: OrtAllocatorType - fullName: Microsoft.ML.OnnxRuntime.OrtAllocatorType diff --git a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtApi.yml b/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtApi.yml deleted file mode 100644 index d106faff869ea..0000000000000 --- a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtApi.yml +++ /dev/null @@ -1,7266 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Microsoft.ML.OnnxRuntime.OrtApi - commentId: T:Microsoft.ML.OnnxRuntime.OrtApi - id: OrtApi - parent: Microsoft.ML.OnnxRuntime - children: - - Microsoft.ML.OnnxRuntime.OrtApi.AddCustomOpDomain - - Microsoft.ML.OnnxRuntime.OrtApi.AddExternalInitializers - - Microsoft.ML.OnnxRuntime.OrtApi.AddFreeDimensionOverride - - Microsoft.ML.OnnxRuntime.OrtApi.AddFreeDimensionOverrideByName - - Microsoft.ML.OnnxRuntime.OrtApi.AddInitializer - - Microsoft.ML.OnnxRuntime.OrtApi.AddRunConfigEntry - - Microsoft.ML.OnnxRuntime.OrtApi.AddSessionConfigEntry - - Microsoft.ML.OnnxRuntime.OrtApi.AllocatorAlloc - - Microsoft.ML.OnnxRuntime.OrtApi.AllocatorFree - - Microsoft.ML.OnnxRuntime.OrtApi.AllocatorGetInfo - - Microsoft.ML.OnnxRuntime.OrtApi.BindInput - - Microsoft.ML.OnnxRuntime.OrtApi.BindOutput - - Microsoft.ML.OnnxRuntime.OrtApi.BindOutputToDevice - - Microsoft.ML.OnnxRuntime.OrtApi.CastTypeInfoToMapTypeInfo - - Microsoft.ML.OnnxRuntime.OrtApi.CastTypeInfoToSequenceTypeInfo - - Microsoft.ML.OnnxRuntime.OrtApi.CastTypeInfoToTensorInfo - - Microsoft.ML.OnnxRuntime.OrtApi.ClearBoundInputs - - Microsoft.ML.OnnxRuntime.OrtApi.ClearBoundOutputs - - Microsoft.ML.OnnxRuntime.OrtApi.CloneSessionOptions - - Microsoft.ML.OnnxRuntime.OrtApi.CompareMemoryInfo - - Microsoft.ML.OnnxRuntime.OrtApi.CreateAllocator - - Microsoft.ML.OnnxRuntime.OrtApi.CreateAndRegisterAllocator - - Microsoft.ML.OnnxRuntime.OrtApi.CreateArenaCfg - - Microsoft.ML.OnnxRuntime.OrtApi.CreateArenaCfgV2 - - Microsoft.ML.OnnxRuntime.OrtApi.CreateCpuMemoryInfo - - Microsoft.ML.OnnxRuntime.OrtApi.CreateCUDAProviderOptions - - Microsoft.ML.OnnxRuntime.OrtApi.CreateCustomOpDomain - - Microsoft.ML.OnnxRuntime.OrtApi.CreateEnv - - Microsoft.ML.OnnxRuntime.OrtApi.CreateEnvWithCustomLogger - - Microsoft.ML.OnnxRuntime.OrtApi.CreateEnvWithCustomLoggerAndGlobalThreadPools - - Microsoft.ML.OnnxRuntime.OrtApi.CreateEnvWithGlobalThreadPools - - Microsoft.ML.OnnxRuntime.OrtApi.CreateIoBinding - - Microsoft.ML.OnnxRuntime.OrtApi.CreateMemoryInfo - - Microsoft.ML.OnnxRuntime.OrtApi.CreateOp - - Microsoft.ML.OnnxRuntime.OrtApi.CreateOpaqueValue - - Microsoft.ML.OnnxRuntime.OrtApi.CreateOpAttr - - Microsoft.ML.OnnxRuntime.OrtApi.CreatePrepackedWeightsContainer - - Microsoft.ML.OnnxRuntime.OrtApi.CreateRunOptions - - Microsoft.ML.OnnxRuntime.OrtApi.CreateSession - - Microsoft.ML.OnnxRuntime.OrtApi.CreateSessionFromArray - - Microsoft.ML.OnnxRuntime.OrtApi.CreateSessionFromArrayWithPrepackedWeightsContainer - - Microsoft.ML.OnnxRuntime.OrtApi.CreateSessionOptions - - Microsoft.ML.OnnxRuntime.OrtApi.CreateSessionWithPrepackedWeightsContainer - - Microsoft.ML.OnnxRuntime.OrtApi.CreateSparseTensorAsOrtValue - - Microsoft.ML.OnnxRuntime.OrtApi.CreateSparseTensorWithValuesAsOrtValue - - Microsoft.ML.OnnxRuntime.OrtApi.CreateStatus - - Microsoft.ML.OnnxRuntime.OrtApi.CreateTensorAsOrtValue - - Microsoft.ML.OnnxRuntime.OrtApi.CreateTensorRTProviderOptions - - Microsoft.ML.OnnxRuntime.OrtApi.CreateTensorTypeAndShapeInfo - - Microsoft.ML.OnnxRuntime.OrtApi.CreateTensorWithDataAsOrtValue - - Microsoft.ML.OnnxRuntime.OrtApi.CreateThreadingOptions - - Microsoft.ML.OnnxRuntime.OrtApi.CreateValue - - Microsoft.ML.OnnxRuntime.OrtApi.CustomOpDomain_Add - - Microsoft.ML.OnnxRuntime.OrtApi.DisableCpuMemArena - - Microsoft.ML.OnnxRuntime.OrtApi.DisableMemPattern - - Microsoft.ML.OnnxRuntime.OrtApi.DisablePerSessionThreads - - Microsoft.ML.OnnxRuntime.OrtApi.DisableProfiling - - Microsoft.ML.OnnxRuntime.OrtApi.DisableTelemetryEvents - - Microsoft.ML.OnnxRuntime.OrtApi.EnableCpuMemArena - - Microsoft.ML.OnnxRuntime.OrtApi.EnableMemPattern - - Microsoft.ML.OnnxRuntime.OrtApi.EnableOrtCustomOps - - Microsoft.ML.OnnxRuntime.OrtApi.EnableProfiling - - Microsoft.ML.OnnxRuntime.OrtApi.EnableTelemetryEvents - - Microsoft.ML.OnnxRuntime.OrtApi.FillSparseTensorBlockSparse - - Microsoft.ML.OnnxRuntime.OrtApi.FillSparseTensorCoo - - Microsoft.ML.OnnxRuntime.OrtApi.FillSparseTensorCsr - - Microsoft.ML.OnnxRuntime.OrtApi.FillStringTensor - - Microsoft.ML.OnnxRuntime.OrtApi.FillStringTensorElement - - Microsoft.ML.OnnxRuntime.OrtApi.GetAllocatorWithDefaultOptions - - Microsoft.ML.OnnxRuntime.OrtApi.GetAvailableProviders - - Microsoft.ML.OnnxRuntime.OrtApi.GetBoundOutputNames - - Microsoft.ML.OnnxRuntime.OrtApi.GetBoundOutputValues - - Microsoft.ML.OnnxRuntime.OrtApi.GetCUDAProviderOptionsAsString - - Microsoft.ML.OnnxRuntime.OrtApi.GetCurrentGpuDeviceId - - Microsoft.ML.OnnxRuntime.OrtApi.GetDenotationFromTypeInfo - - Microsoft.ML.OnnxRuntime.OrtApi.GetDimensions - - Microsoft.ML.OnnxRuntime.OrtApi.GetDimensionsCount - - Microsoft.ML.OnnxRuntime.OrtApi.GetErrorCode - - Microsoft.ML.OnnxRuntime.OrtApi.GetErrorMessage - - Microsoft.ML.OnnxRuntime.OrtApi.GetExecutionProviderApi - - Microsoft.ML.OnnxRuntime.OrtApi.GetMapKeyType - - Microsoft.ML.OnnxRuntime.OrtApi.GetMapValueType - - Microsoft.ML.OnnxRuntime.OrtApi.GetOnnxTypeFromTypeInfo - - Microsoft.ML.OnnxRuntime.OrtApi.GetOpaqueValue - - Microsoft.ML.OnnxRuntime.OrtApi.GetSequenceElementType - - Microsoft.ML.OnnxRuntime.OrtApi.GetSparseTensorFormat - - Microsoft.ML.OnnxRuntime.OrtApi.GetSparseTensorIndices - - Microsoft.ML.OnnxRuntime.OrtApi.GetSparseTensorIndicesTypeShape - - Microsoft.ML.OnnxRuntime.OrtApi.GetSparseTensorValues - - Microsoft.ML.OnnxRuntime.OrtApi.GetSparseTensorValuesTypeAndShape - - Microsoft.ML.OnnxRuntime.OrtApi.GetStringTensorContent - - Microsoft.ML.OnnxRuntime.OrtApi.GetStringTensorDataLength - - Microsoft.ML.OnnxRuntime.OrtApi.GetStringTensorElement - - Microsoft.ML.OnnxRuntime.OrtApi.GetStringTensorElementLength - - Microsoft.ML.OnnxRuntime.OrtApi.GetSymbolicDimensions - - Microsoft.ML.OnnxRuntime.OrtApi.GetTensorElementType - - Microsoft.ML.OnnxRuntime.OrtApi.GetTensorMemoryInfo - - Microsoft.ML.OnnxRuntime.OrtApi.GetTensorMutableData - - Microsoft.ML.OnnxRuntime.OrtApi.GetTensorRTProviderOptionsAsString - - Microsoft.ML.OnnxRuntime.OrtApi.GetTensorShapeElementCount - - Microsoft.ML.OnnxRuntime.OrtApi.GetTensorTypeAndShape - - Microsoft.ML.OnnxRuntime.OrtApi.GetTypeInfo - - Microsoft.ML.OnnxRuntime.OrtApi.GetValue - - Microsoft.ML.OnnxRuntime.OrtApi.GetValueCount - - Microsoft.ML.OnnxRuntime.OrtApi.GetValueType - - Microsoft.ML.OnnxRuntime.OrtApi.HasValue - - Microsoft.ML.OnnxRuntime.OrtApi.InvokeOp - - Microsoft.ML.OnnxRuntime.OrtApi.IsSparseTensor - - Microsoft.ML.OnnxRuntime.OrtApi.IsTensor - - Microsoft.ML.OnnxRuntime.OrtApi.KernelContext_GetGPUComputeStream - - Microsoft.ML.OnnxRuntime.OrtApi.KernelContext_GetInput - - Microsoft.ML.OnnxRuntime.OrtApi.KernelContext_GetInputCount - - Microsoft.ML.OnnxRuntime.OrtApi.KernelContext_GetOutput - - Microsoft.ML.OnnxRuntime.OrtApi.KernelContext_GetOutputCount - - Microsoft.ML.OnnxRuntime.OrtApi.KernelInfoGetAttribute_float - - Microsoft.ML.OnnxRuntime.OrtApi.KernelInfoGetAttribute_int64 - - Microsoft.ML.OnnxRuntime.OrtApi.KernelInfoGetAttribute_string - - Microsoft.ML.OnnxRuntime.OrtApi.KernelInfoGetAttributeArray_float - - Microsoft.ML.OnnxRuntime.OrtApi.KernelInfoGetAttributeArray_int64 - - Microsoft.ML.OnnxRuntime.OrtApi.MemoryInfoGetId - - Microsoft.ML.OnnxRuntime.OrtApi.MemoryInfoGetMemType - - Microsoft.ML.OnnxRuntime.OrtApi.MemoryInfoGetName - - Microsoft.ML.OnnxRuntime.OrtApi.MemoryInfoGetType - - Microsoft.ML.OnnxRuntime.OrtApi.ModelMetadataGetCustomMetadataMapKeys - - Microsoft.ML.OnnxRuntime.OrtApi.ModelMetadataGetDescription - - Microsoft.ML.OnnxRuntime.OrtApi.ModelMetadataGetDomain - - Microsoft.ML.OnnxRuntime.OrtApi.ModelMetadataGetGraphDescription - - Microsoft.ML.OnnxRuntime.OrtApi.ModelMetadataGetGraphName - - Microsoft.ML.OnnxRuntime.OrtApi.ModelMetadataGetProducerName - - Microsoft.ML.OnnxRuntime.OrtApi.ModelMetadataGetVersion - - Microsoft.ML.OnnxRuntime.OrtApi.ModelMetadataLookupCustomMetadataMap - - Microsoft.ML.OnnxRuntime.OrtApi.RegisterAllocator - - Microsoft.ML.OnnxRuntime.OrtApi.RegisterCustomOpsLibrary - - Microsoft.ML.OnnxRuntime.OrtApi.ReleaseAllocator - - Microsoft.ML.OnnxRuntime.OrtApi.ReleaseArenaCfg - - Microsoft.ML.OnnxRuntime.OrtApi.ReleaseAvailableProviders - - Microsoft.ML.OnnxRuntime.OrtApi.ReleaseCUDAProviderOptions - - Microsoft.ML.OnnxRuntime.OrtApi.ReleaseCustomOpDomain - - Microsoft.ML.OnnxRuntime.OrtApi.ReleaseEnv - - Microsoft.ML.OnnxRuntime.OrtApi.ReleaseIoBinding - - Microsoft.ML.OnnxRuntime.OrtApi.ReleaseMapTypeInfo - - Microsoft.ML.OnnxRuntime.OrtApi.ReleaseMemoryInfo - - Microsoft.ML.OnnxRuntime.OrtApi.ReleaseModelMetadata - - Microsoft.ML.OnnxRuntime.OrtApi.ReleaseOp - - Microsoft.ML.OnnxRuntime.OrtApi.ReleaseOpAttr - - Microsoft.ML.OnnxRuntime.OrtApi.ReleasePrepackedWeightsContainer - - Microsoft.ML.OnnxRuntime.OrtApi.ReleaseRunOptions - - Microsoft.ML.OnnxRuntime.OrtApi.ReleaseSequenceTypeInfo - - Microsoft.ML.OnnxRuntime.OrtApi.ReleaseSession - - Microsoft.ML.OnnxRuntime.OrtApi.ReleaseSessionOptions - - Microsoft.ML.OnnxRuntime.OrtApi.ReleaseStatus - - Microsoft.ML.OnnxRuntime.OrtApi.ReleaseTensorRTProviderOptions - - Microsoft.ML.OnnxRuntime.OrtApi.ReleaseTensorTypeAndShapeInfo - - Microsoft.ML.OnnxRuntime.OrtApi.ReleaseThreadingOptions - - Microsoft.ML.OnnxRuntime.OrtApi.ReleaseTypeInfo - - Microsoft.ML.OnnxRuntime.OrtApi.ReleaseValue - - Microsoft.ML.OnnxRuntime.OrtApi.Run - - Microsoft.ML.OnnxRuntime.OrtApi.RunOptionsGetRunLogSeverityLevel - - Microsoft.ML.OnnxRuntime.OrtApi.RunOptionsGetRunLogVerbosityLevel - - Microsoft.ML.OnnxRuntime.OrtApi.RunOptionsGetRunTag - - Microsoft.ML.OnnxRuntime.OrtApi.RunOptionsSetRunLogSeverityLevel - - Microsoft.ML.OnnxRuntime.OrtApi.RunOptionsSetRunLogVerbosityLevel - - Microsoft.ML.OnnxRuntime.OrtApi.RunOptionsSetRunTag - - Microsoft.ML.OnnxRuntime.OrtApi.RunOptionsSetTerminate - - Microsoft.ML.OnnxRuntime.OrtApi.RunOptionsUnsetTerminate - - Microsoft.ML.OnnxRuntime.OrtApi.RunWithBinding - - Microsoft.ML.OnnxRuntime.OrtApi.SessionEndProfiling - - Microsoft.ML.OnnxRuntime.OrtApi.SessionGetInputCount - - Microsoft.ML.OnnxRuntime.OrtApi.SessionGetInputName - - Microsoft.ML.OnnxRuntime.OrtApi.SessionGetInputTypeInfo - - Microsoft.ML.OnnxRuntime.OrtApi.SessionGetModelMetadata - - Microsoft.ML.OnnxRuntime.OrtApi.SessionGetOutputCount - - Microsoft.ML.OnnxRuntime.OrtApi.SessionGetOutputName - - Microsoft.ML.OnnxRuntime.OrtApi.SessionGetOutputTypeInfo - - Microsoft.ML.OnnxRuntime.OrtApi.SessionGetOverridableInitializerCount - - Microsoft.ML.OnnxRuntime.OrtApi.SessionGetOverridableInitializerName - - Microsoft.ML.OnnxRuntime.OrtApi.SessionGetOverridableInitializerTypeInfo - - Microsoft.ML.OnnxRuntime.OrtApi.SessionGetProfilingStartTimeNs - - Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsAppendExecutionProvider - - Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsAppendExecutionProvider_CUDA - - Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsAppendExecutionProvider_CUDA_V2 - - Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsAppendExecutionProvider_MIGraphX - - Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsAppendExecutionProvider_OpenVINO - - Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsAppendExecutionProvider_ROCM - - Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsAppendExecutionProvider_TensorRT - - Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsAppendExecutionProvider_TensorRT_V2 - - Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsSetCustomCreateThreadFn - - Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsSetCustomJoinThreadFn - - Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsSetCustomThreadCreationOptions - - Microsoft.ML.OnnxRuntime.OrtApi.SetCurrentGpuDeviceId - - Microsoft.ML.OnnxRuntime.OrtApi.SetDimensions - - Microsoft.ML.OnnxRuntime.OrtApi.SetGlobalCustomCreateThreadFn - - Microsoft.ML.OnnxRuntime.OrtApi.SetGlobalCustomJoinThreadFn - - Microsoft.ML.OnnxRuntime.OrtApi.SetGlobalCustomThreadCreationOptions - - Microsoft.ML.OnnxRuntime.OrtApi.SetGlobalDenormalAsZero - - Microsoft.ML.OnnxRuntime.OrtApi.SetGlobalInterOpNumThreads - - Microsoft.ML.OnnxRuntime.OrtApi.SetGlobalIntraOpNumThreads - - Microsoft.ML.OnnxRuntime.OrtApi.SetGlobalSpinControl - - Microsoft.ML.OnnxRuntime.OrtApi.SetInterOpNumThreads - - Microsoft.ML.OnnxRuntime.OrtApi.SetIntraOpNumThreads - - Microsoft.ML.OnnxRuntime.OrtApi.SetLanguageProjection - - Microsoft.ML.OnnxRuntime.OrtApi.SetOptimizedModelFilePath - - Microsoft.ML.OnnxRuntime.OrtApi.SetSessionExecutionMode - - Microsoft.ML.OnnxRuntime.OrtApi.SetSessionGraphOptimizationLevel - - Microsoft.ML.OnnxRuntime.OrtApi.SetSessionLogId - - Microsoft.ML.OnnxRuntime.OrtApi.SetSessionLogSeverityLevel - - Microsoft.ML.OnnxRuntime.OrtApi.SetSessionLogVerbosityLevel - - Microsoft.ML.OnnxRuntime.OrtApi.SetTensorElementType - - Microsoft.ML.OnnxRuntime.OrtApi.SynchronizeBoundInputs - - Microsoft.ML.OnnxRuntime.OrtApi.SynchronizeBoundOutputs - - Microsoft.ML.OnnxRuntime.OrtApi.TensorAt - - Microsoft.ML.OnnxRuntime.OrtApi.UnregisterAllocator - - Microsoft.ML.OnnxRuntime.OrtApi.UpdateCUDAProviderOptions - - Microsoft.ML.OnnxRuntime.OrtApi.UpdateTensorRTProviderOptions - - Microsoft.ML.OnnxRuntime.OrtApi.UseBlockSparseIndices - - Microsoft.ML.OnnxRuntime.OrtApi.UseCooIndices - - Microsoft.ML.OnnxRuntime.OrtApi.UseCsrIndices - langs: - - csharp - - vb - name: OrtApi - nameWithType: OrtApi - fullName: Microsoft.ML.OnnxRuntime.OrtApi - type: Struct - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: OrtApi - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 17 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public struct OrtApi - content.vb: Public Structure OrtApi - inheritedMembers: - - System.ValueType.Equals(System.Object) - - System.ValueType.GetHashCode - - System.ValueType.ToString - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetType - - System.Object.ReferenceEquals(System.Object,System.Object) - modifiers.csharp: - - public - - struct - modifiers.vb: - - Public - - Structure -- uid: Microsoft.ML.OnnxRuntime.OrtApi.CreateStatus - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.CreateStatus - id: CreateStatus - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: CreateStatus - nameWithType: OrtApi.CreateStatus - fullName: Microsoft.ML.OnnxRuntime.OrtApi.CreateStatus - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CreateStatus - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 20 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr CreateStatus - return: - type: System.IntPtr - content.vb: Public CreateStatus As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.GetErrorCode - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.GetErrorCode - id: GetErrorCode - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: GetErrorCode - nameWithType: OrtApi.GetErrorCode - fullName: Microsoft.ML.OnnxRuntime.OrtApi.GetErrorCode - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetErrorCode - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 21 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr GetErrorCode - return: - type: System.IntPtr - content.vb: Public GetErrorCode As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.GetErrorMessage - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.GetErrorMessage - id: GetErrorMessage - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: GetErrorMessage - nameWithType: OrtApi.GetErrorMessage - fullName: Microsoft.ML.OnnxRuntime.OrtApi.GetErrorMessage - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetErrorMessage - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 22 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr GetErrorMessage - return: - type: System.IntPtr - content.vb: Public GetErrorMessage As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.CreateEnv - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.CreateEnv - id: CreateEnv - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: CreateEnv - nameWithType: OrtApi.CreateEnv - fullName: Microsoft.ML.OnnxRuntime.OrtApi.CreateEnv - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CreateEnv - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 23 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr CreateEnv - return: - type: System.IntPtr - content.vb: Public CreateEnv As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.CreateEnvWithCustomLogger - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.CreateEnvWithCustomLogger - id: CreateEnvWithCustomLogger - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: CreateEnvWithCustomLogger - nameWithType: OrtApi.CreateEnvWithCustomLogger - fullName: Microsoft.ML.OnnxRuntime.OrtApi.CreateEnvWithCustomLogger - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CreateEnvWithCustomLogger - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 24 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr CreateEnvWithCustomLogger - return: - type: System.IntPtr - content.vb: Public CreateEnvWithCustomLogger As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.EnableTelemetryEvents - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.EnableTelemetryEvents - id: EnableTelemetryEvents - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: EnableTelemetryEvents - nameWithType: OrtApi.EnableTelemetryEvents - fullName: Microsoft.ML.OnnxRuntime.OrtApi.EnableTelemetryEvents - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: EnableTelemetryEvents - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 25 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr EnableTelemetryEvents - return: - type: System.IntPtr - content.vb: Public EnableTelemetryEvents As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.DisableTelemetryEvents - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.DisableTelemetryEvents - id: DisableTelemetryEvents - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: DisableTelemetryEvents - nameWithType: OrtApi.DisableTelemetryEvents - fullName: Microsoft.ML.OnnxRuntime.OrtApi.DisableTelemetryEvents - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: DisableTelemetryEvents - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 26 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr DisableTelemetryEvents - return: - type: System.IntPtr - content.vb: Public DisableTelemetryEvents As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.CreateSession - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.CreateSession - id: CreateSession - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: CreateSession - nameWithType: OrtApi.CreateSession - fullName: Microsoft.ML.OnnxRuntime.OrtApi.CreateSession - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CreateSession - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 27 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr CreateSession - return: - type: System.IntPtr - content.vb: Public CreateSession As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.CreateSessionFromArray - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.CreateSessionFromArray - id: CreateSessionFromArray - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: CreateSessionFromArray - nameWithType: OrtApi.CreateSessionFromArray - fullName: Microsoft.ML.OnnxRuntime.OrtApi.CreateSessionFromArray - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CreateSessionFromArray - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 28 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr CreateSessionFromArray - return: - type: System.IntPtr - content.vb: Public CreateSessionFromArray As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.Run - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.Run - id: Run - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: Run - nameWithType: OrtApi.Run - fullName: Microsoft.ML.OnnxRuntime.OrtApi.Run - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Run - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 29 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr Run - return: - type: System.IntPtr - content.vb: Public Run As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.CreateSessionOptions - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.CreateSessionOptions - id: CreateSessionOptions - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: CreateSessionOptions - nameWithType: OrtApi.CreateSessionOptions - fullName: Microsoft.ML.OnnxRuntime.OrtApi.CreateSessionOptions - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CreateSessionOptions - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 31 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr CreateSessionOptions - return: - type: System.IntPtr - content.vb: Public CreateSessionOptions As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.SetOptimizedModelFilePath - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.SetOptimizedModelFilePath - id: SetOptimizedModelFilePath - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: SetOptimizedModelFilePath - nameWithType: OrtApi.SetOptimizedModelFilePath - fullName: Microsoft.ML.OnnxRuntime.OrtApi.SetOptimizedModelFilePath - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: SetOptimizedModelFilePath - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 32 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr SetOptimizedModelFilePath - return: - type: System.IntPtr - content.vb: Public SetOptimizedModelFilePath As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.CloneSessionOptions - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.CloneSessionOptions - id: CloneSessionOptions - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: CloneSessionOptions - nameWithType: OrtApi.CloneSessionOptions - fullName: Microsoft.ML.OnnxRuntime.OrtApi.CloneSessionOptions - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CloneSessionOptions - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 33 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr CloneSessionOptions - return: - type: System.IntPtr - content.vb: Public CloneSessionOptions As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.SetSessionExecutionMode - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.SetSessionExecutionMode - id: SetSessionExecutionMode - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: SetSessionExecutionMode - nameWithType: OrtApi.SetSessionExecutionMode - fullName: Microsoft.ML.OnnxRuntime.OrtApi.SetSessionExecutionMode - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: SetSessionExecutionMode - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 34 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr SetSessionExecutionMode - return: - type: System.IntPtr - content.vb: Public SetSessionExecutionMode As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.EnableProfiling - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.EnableProfiling - id: EnableProfiling - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: EnableProfiling - nameWithType: OrtApi.EnableProfiling - fullName: Microsoft.ML.OnnxRuntime.OrtApi.EnableProfiling - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: EnableProfiling - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 35 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr EnableProfiling - return: - type: System.IntPtr - content.vb: Public EnableProfiling As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.DisableProfiling - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.DisableProfiling - id: DisableProfiling - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: DisableProfiling - nameWithType: OrtApi.DisableProfiling - fullName: Microsoft.ML.OnnxRuntime.OrtApi.DisableProfiling - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: DisableProfiling - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 36 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr DisableProfiling - return: - type: System.IntPtr - content.vb: Public DisableProfiling As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.EnableMemPattern - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.EnableMemPattern - id: EnableMemPattern - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: EnableMemPattern - nameWithType: OrtApi.EnableMemPattern - fullName: Microsoft.ML.OnnxRuntime.OrtApi.EnableMemPattern - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: EnableMemPattern - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 37 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr EnableMemPattern - return: - type: System.IntPtr - content.vb: Public EnableMemPattern As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.DisableMemPattern - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.DisableMemPattern - id: DisableMemPattern - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: DisableMemPattern - nameWithType: OrtApi.DisableMemPattern - fullName: Microsoft.ML.OnnxRuntime.OrtApi.DisableMemPattern - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: DisableMemPattern - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 38 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr DisableMemPattern - return: - type: System.IntPtr - content.vb: Public DisableMemPattern As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.EnableCpuMemArena - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.EnableCpuMemArena - id: EnableCpuMemArena - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: EnableCpuMemArena - nameWithType: OrtApi.EnableCpuMemArena - fullName: Microsoft.ML.OnnxRuntime.OrtApi.EnableCpuMemArena - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: EnableCpuMemArena - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 39 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr EnableCpuMemArena - return: - type: System.IntPtr - content.vb: Public EnableCpuMemArena As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.DisableCpuMemArena - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.DisableCpuMemArena - id: DisableCpuMemArena - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: DisableCpuMemArena - nameWithType: OrtApi.DisableCpuMemArena - fullName: Microsoft.ML.OnnxRuntime.OrtApi.DisableCpuMemArena - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: DisableCpuMemArena - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 40 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr DisableCpuMemArena - return: - type: System.IntPtr - content.vb: Public DisableCpuMemArena As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.SetSessionLogId - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.SetSessionLogId - id: SetSessionLogId - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: SetSessionLogId - nameWithType: OrtApi.SetSessionLogId - fullName: Microsoft.ML.OnnxRuntime.OrtApi.SetSessionLogId - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: SetSessionLogId - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 41 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr SetSessionLogId - return: - type: System.IntPtr - content.vb: Public SetSessionLogId As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.SetSessionLogVerbosityLevel - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.SetSessionLogVerbosityLevel - id: SetSessionLogVerbosityLevel - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: SetSessionLogVerbosityLevel - nameWithType: OrtApi.SetSessionLogVerbosityLevel - fullName: Microsoft.ML.OnnxRuntime.OrtApi.SetSessionLogVerbosityLevel - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: SetSessionLogVerbosityLevel - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 42 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr SetSessionLogVerbosityLevel - return: - type: System.IntPtr - content.vb: Public SetSessionLogVerbosityLevel As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.SetSessionLogSeverityLevel - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.SetSessionLogSeverityLevel - id: SetSessionLogSeverityLevel - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: SetSessionLogSeverityLevel - nameWithType: OrtApi.SetSessionLogSeverityLevel - fullName: Microsoft.ML.OnnxRuntime.OrtApi.SetSessionLogSeverityLevel - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: SetSessionLogSeverityLevel - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 43 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr SetSessionLogSeverityLevel - return: - type: System.IntPtr - content.vb: Public SetSessionLogSeverityLevel As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.SetSessionGraphOptimizationLevel - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.SetSessionGraphOptimizationLevel - id: SetSessionGraphOptimizationLevel - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: SetSessionGraphOptimizationLevel - nameWithType: OrtApi.SetSessionGraphOptimizationLevel - fullName: Microsoft.ML.OnnxRuntime.OrtApi.SetSessionGraphOptimizationLevel - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: SetSessionGraphOptimizationLevel - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 44 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr SetSessionGraphOptimizationLevel - return: - type: System.IntPtr - content.vb: Public SetSessionGraphOptimizationLevel As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.SetIntraOpNumThreads - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.SetIntraOpNumThreads - id: SetIntraOpNumThreads - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: SetIntraOpNumThreads - nameWithType: OrtApi.SetIntraOpNumThreads - fullName: Microsoft.ML.OnnxRuntime.OrtApi.SetIntraOpNumThreads - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: SetIntraOpNumThreads - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 45 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr SetIntraOpNumThreads - return: - type: System.IntPtr - content.vb: Public SetIntraOpNumThreads As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.SetInterOpNumThreads - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.SetInterOpNumThreads - id: SetInterOpNumThreads - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: SetInterOpNumThreads - nameWithType: OrtApi.SetInterOpNumThreads - fullName: Microsoft.ML.OnnxRuntime.OrtApi.SetInterOpNumThreads - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: SetInterOpNumThreads - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 46 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr SetInterOpNumThreads - return: - type: System.IntPtr - content.vb: Public SetInterOpNumThreads As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.CreateCustomOpDomain - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.CreateCustomOpDomain - id: CreateCustomOpDomain - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: CreateCustomOpDomain - nameWithType: OrtApi.CreateCustomOpDomain - fullName: Microsoft.ML.OnnxRuntime.OrtApi.CreateCustomOpDomain - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CreateCustomOpDomain - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 48 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr CreateCustomOpDomain - return: - type: System.IntPtr - content.vb: Public CreateCustomOpDomain As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.CustomOpDomain_Add - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.CustomOpDomain_Add - id: CustomOpDomain_Add - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: CustomOpDomain_Add - nameWithType: OrtApi.CustomOpDomain_Add - fullName: Microsoft.ML.OnnxRuntime.OrtApi.CustomOpDomain_Add - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CustomOpDomain_Add - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 49 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr CustomOpDomain_Add - return: - type: System.IntPtr - content.vb: Public CustomOpDomain_Add As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.AddCustomOpDomain - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.AddCustomOpDomain - id: AddCustomOpDomain - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: AddCustomOpDomain - nameWithType: OrtApi.AddCustomOpDomain - fullName: Microsoft.ML.OnnxRuntime.OrtApi.AddCustomOpDomain - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: AddCustomOpDomain - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 50 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr AddCustomOpDomain - return: - type: System.IntPtr - content.vb: Public AddCustomOpDomain As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.RegisterCustomOpsLibrary - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.RegisterCustomOpsLibrary - id: RegisterCustomOpsLibrary - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: RegisterCustomOpsLibrary - nameWithType: OrtApi.RegisterCustomOpsLibrary - fullName: Microsoft.ML.OnnxRuntime.OrtApi.RegisterCustomOpsLibrary - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: RegisterCustomOpsLibrary - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 51 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr RegisterCustomOpsLibrary - return: - type: System.IntPtr - content.vb: Public RegisterCustomOpsLibrary As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.SessionGetInputCount - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.SessionGetInputCount - id: SessionGetInputCount - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: SessionGetInputCount - nameWithType: OrtApi.SessionGetInputCount - fullName: Microsoft.ML.OnnxRuntime.OrtApi.SessionGetInputCount - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: SessionGetInputCount - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 53 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr SessionGetInputCount - return: - type: System.IntPtr - content.vb: Public SessionGetInputCount As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.SessionGetOutputCount - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.SessionGetOutputCount - id: SessionGetOutputCount - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: SessionGetOutputCount - nameWithType: OrtApi.SessionGetOutputCount - fullName: Microsoft.ML.OnnxRuntime.OrtApi.SessionGetOutputCount - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: SessionGetOutputCount - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 54 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr SessionGetOutputCount - return: - type: System.IntPtr - content.vb: Public SessionGetOutputCount As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.SessionGetOverridableInitializerCount - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.SessionGetOverridableInitializerCount - id: SessionGetOverridableInitializerCount - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: SessionGetOverridableInitializerCount - nameWithType: OrtApi.SessionGetOverridableInitializerCount - fullName: Microsoft.ML.OnnxRuntime.OrtApi.SessionGetOverridableInitializerCount - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: SessionGetOverridableInitializerCount - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 55 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr SessionGetOverridableInitializerCount - return: - type: System.IntPtr - content.vb: Public SessionGetOverridableInitializerCount As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.SessionGetInputTypeInfo - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.SessionGetInputTypeInfo - id: SessionGetInputTypeInfo - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: SessionGetInputTypeInfo - nameWithType: OrtApi.SessionGetInputTypeInfo - fullName: Microsoft.ML.OnnxRuntime.OrtApi.SessionGetInputTypeInfo - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: SessionGetInputTypeInfo - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 56 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr SessionGetInputTypeInfo - return: - type: System.IntPtr - content.vb: Public SessionGetInputTypeInfo As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.SessionGetOutputTypeInfo - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.SessionGetOutputTypeInfo - id: SessionGetOutputTypeInfo - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: SessionGetOutputTypeInfo - nameWithType: OrtApi.SessionGetOutputTypeInfo - fullName: Microsoft.ML.OnnxRuntime.OrtApi.SessionGetOutputTypeInfo - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: SessionGetOutputTypeInfo - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 57 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr SessionGetOutputTypeInfo - return: - type: System.IntPtr - content.vb: Public SessionGetOutputTypeInfo As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.SessionGetOverridableInitializerTypeInfo - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.SessionGetOverridableInitializerTypeInfo - id: SessionGetOverridableInitializerTypeInfo - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: SessionGetOverridableInitializerTypeInfo - nameWithType: OrtApi.SessionGetOverridableInitializerTypeInfo - fullName: Microsoft.ML.OnnxRuntime.OrtApi.SessionGetOverridableInitializerTypeInfo - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: SessionGetOverridableInitializerTypeInfo - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 58 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr SessionGetOverridableInitializerTypeInfo - return: - type: System.IntPtr - content.vb: Public SessionGetOverridableInitializerTypeInfo As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.SessionGetInputName - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.SessionGetInputName - id: SessionGetInputName - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: SessionGetInputName - nameWithType: OrtApi.SessionGetInputName - fullName: Microsoft.ML.OnnxRuntime.OrtApi.SessionGetInputName - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: SessionGetInputName - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 59 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr SessionGetInputName - return: - type: System.IntPtr - content.vb: Public SessionGetInputName As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.SessionGetOutputName - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.SessionGetOutputName - id: SessionGetOutputName - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: SessionGetOutputName - nameWithType: OrtApi.SessionGetOutputName - fullName: Microsoft.ML.OnnxRuntime.OrtApi.SessionGetOutputName - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: SessionGetOutputName - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 60 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr SessionGetOutputName - return: - type: System.IntPtr - content.vb: Public SessionGetOutputName As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.SessionGetOverridableInitializerName - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.SessionGetOverridableInitializerName - id: SessionGetOverridableInitializerName - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: SessionGetOverridableInitializerName - nameWithType: OrtApi.SessionGetOverridableInitializerName - fullName: Microsoft.ML.OnnxRuntime.OrtApi.SessionGetOverridableInitializerName - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: SessionGetOverridableInitializerName - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 61 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr SessionGetOverridableInitializerName - return: - type: System.IntPtr - content.vb: Public SessionGetOverridableInitializerName As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.CreateRunOptions - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.CreateRunOptions - id: CreateRunOptions - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: CreateRunOptions - nameWithType: OrtApi.CreateRunOptions - fullName: Microsoft.ML.OnnxRuntime.OrtApi.CreateRunOptions - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CreateRunOptions - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 62 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr CreateRunOptions - return: - type: System.IntPtr - content.vb: Public CreateRunOptions As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.RunOptionsSetRunLogVerbosityLevel - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.RunOptionsSetRunLogVerbosityLevel - id: RunOptionsSetRunLogVerbosityLevel - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: RunOptionsSetRunLogVerbosityLevel - nameWithType: OrtApi.RunOptionsSetRunLogVerbosityLevel - fullName: Microsoft.ML.OnnxRuntime.OrtApi.RunOptionsSetRunLogVerbosityLevel - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: RunOptionsSetRunLogVerbosityLevel - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 63 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr RunOptionsSetRunLogVerbosityLevel - return: - type: System.IntPtr - content.vb: Public RunOptionsSetRunLogVerbosityLevel As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.RunOptionsSetRunLogSeverityLevel - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.RunOptionsSetRunLogSeverityLevel - id: RunOptionsSetRunLogSeverityLevel - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: RunOptionsSetRunLogSeverityLevel - nameWithType: OrtApi.RunOptionsSetRunLogSeverityLevel - fullName: Microsoft.ML.OnnxRuntime.OrtApi.RunOptionsSetRunLogSeverityLevel - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: RunOptionsSetRunLogSeverityLevel - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 64 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr RunOptionsSetRunLogSeverityLevel - return: - type: System.IntPtr - content.vb: Public RunOptionsSetRunLogSeverityLevel As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.RunOptionsSetRunTag - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.RunOptionsSetRunTag - id: RunOptionsSetRunTag - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: RunOptionsSetRunTag - nameWithType: OrtApi.RunOptionsSetRunTag - fullName: Microsoft.ML.OnnxRuntime.OrtApi.RunOptionsSetRunTag - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: RunOptionsSetRunTag - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 65 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr RunOptionsSetRunTag - return: - type: System.IntPtr - content.vb: Public RunOptionsSetRunTag As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.RunOptionsGetRunLogVerbosityLevel - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.RunOptionsGetRunLogVerbosityLevel - id: RunOptionsGetRunLogVerbosityLevel - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: RunOptionsGetRunLogVerbosityLevel - nameWithType: OrtApi.RunOptionsGetRunLogVerbosityLevel - fullName: Microsoft.ML.OnnxRuntime.OrtApi.RunOptionsGetRunLogVerbosityLevel - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: RunOptionsGetRunLogVerbosityLevel - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 66 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr RunOptionsGetRunLogVerbosityLevel - return: - type: System.IntPtr - content.vb: Public RunOptionsGetRunLogVerbosityLevel As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.RunOptionsGetRunLogSeverityLevel - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.RunOptionsGetRunLogSeverityLevel - id: RunOptionsGetRunLogSeverityLevel - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: RunOptionsGetRunLogSeverityLevel - nameWithType: OrtApi.RunOptionsGetRunLogSeverityLevel - fullName: Microsoft.ML.OnnxRuntime.OrtApi.RunOptionsGetRunLogSeverityLevel - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: RunOptionsGetRunLogSeverityLevel - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 67 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr RunOptionsGetRunLogSeverityLevel - return: - type: System.IntPtr - content.vb: Public RunOptionsGetRunLogSeverityLevel As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.RunOptionsGetRunTag - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.RunOptionsGetRunTag - id: RunOptionsGetRunTag - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: RunOptionsGetRunTag - nameWithType: OrtApi.RunOptionsGetRunTag - fullName: Microsoft.ML.OnnxRuntime.OrtApi.RunOptionsGetRunTag - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: RunOptionsGetRunTag - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 68 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr RunOptionsGetRunTag - return: - type: System.IntPtr - content.vb: Public RunOptionsGetRunTag As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.RunOptionsSetTerminate - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.RunOptionsSetTerminate - id: RunOptionsSetTerminate - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: RunOptionsSetTerminate - nameWithType: OrtApi.RunOptionsSetTerminate - fullName: Microsoft.ML.OnnxRuntime.OrtApi.RunOptionsSetTerminate - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: RunOptionsSetTerminate - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 69 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr RunOptionsSetTerminate - return: - type: System.IntPtr - content.vb: Public RunOptionsSetTerminate As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.RunOptionsUnsetTerminate - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.RunOptionsUnsetTerminate - id: RunOptionsUnsetTerminate - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: RunOptionsUnsetTerminate - nameWithType: OrtApi.RunOptionsUnsetTerminate - fullName: Microsoft.ML.OnnxRuntime.OrtApi.RunOptionsUnsetTerminate - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: RunOptionsUnsetTerminate - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 70 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr RunOptionsUnsetTerminate - return: - type: System.IntPtr - content.vb: Public RunOptionsUnsetTerminate As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.CreateTensorAsOrtValue - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.CreateTensorAsOrtValue - id: CreateTensorAsOrtValue - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: CreateTensorAsOrtValue - nameWithType: OrtApi.CreateTensorAsOrtValue - fullName: Microsoft.ML.OnnxRuntime.OrtApi.CreateTensorAsOrtValue - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CreateTensorAsOrtValue - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 72 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr CreateTensorAsOrtValue - return: - type: System.IntPtr - content.vb: Public CreateTensorAsOrtValue As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.CreateTensorWithDataAsOrtValue - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.CreateTensorWithDataAsOrtValue - id: CreateTensorWithDataAsOrtValue - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: CreateTensorWithDataAsOrtValue - nameWithType: OrtApi.CreateTensorWithDataAsOrtValue - fullName: Microsoft.ML.OnnxRuntime.OrtApi.CreateTensorWithDataAsOrtValue - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CreateTensorWithDataAsOrtValue - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 73 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr CreateTensorWithDataAsOrtValue - return: - type: System.IntPtr - content.vb: Public CreateTensorWithDataAsOrtValue As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.IsTensor - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.IsTensor - id: IsTensor - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: IsTensor - nameWithType: OrtApi.IsTensor - fullName: Microsoft.ML.OnnxRuntime.OrtApi.IsTensor - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: IsTensor - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 74 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr IsTensor - return: - type: System.IntPtr - content.vb: Public IsTensor As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.GetTensorMutableData - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.GetTensorMutableData - id: GetTensorMutableData - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: GetTensorMutableData - nameWithType: OrtApi.GetTensorMutableData - fullName: Microsoft.ML.OnnxRuntime.OrtApi.GetTensorMutableData - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetTensorMutableData - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 75 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr GetTensorMutableData - return: - type: System.IntPtr - content.vb: Public GetTensorMutableData As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.FillStringTensor - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.FillStringTensor - id: FillStringTensor - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: FillStringTensor - nameWithType: OrtApi.FillStringTensor - fullName: Microsoft.ML.OnnxRuntime.OrtApi.FillStringTensor - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: FillStringTensor - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 76 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr FillStringTensor - return: - type: System.IntPtr - content.vb: Public FillStringTensor As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.GetStringTensorDataLength - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.GetStringTensorDataLength - id: GetStringTensorDataLength - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: GetStringTensorDataLength - nameWithType: OrtApi.GetStringTensorDataLength - fullName: Microsoft.ML.OnnxRuntime.OrtApi.GetStringTensorDataLength - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetStringTensorDataLength - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 78 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr GetStringTensorDataLength - return: - type: System.IntPtr - content.vb: Public GetStringTensorDataLength As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.GetStringTensorContent - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.GetStringTensorContent - id: GetStringTensorContent - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: GetStringTensorContent - nameWithType: OrtApi.GetStringTensorContent - fullName: Microsoft.ML.OnnxRuntime.OrtApi.GetStringTensorContent - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetStringTensorContent - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 79 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr GetStringTensorContent - return: - type: System.IntPtr - content.vb: Public GetStringTensorContent As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.CastTypeInfoToTensorInfo - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.CastTypeInfoToTensorInfo - id: CastTypeInfoToTensorInfo - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: CastTypeInfoToTensorInfo - nameWithType: OrtApi.CastTypeInfoToTensorInfo - fullName: Microsoft.ML.OnnxRuntime.OrtApi.CastTypeInfoToTensorInfo - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CastTypeInfoToTensorInfo - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 81 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr CastTypeInfoToTensorInfo - return: - type: System.IntPtr - content.vb: Public CastTypeInfoToTensorInfo As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.GetOnnxTypeFromTypeInfo - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.GetOnnxTypeFromTypeInfo - id: GetOnnxTypeFromTypeInfo - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: GetOnnxTypeFromTypeInfo - nameWithType: OrtApi.GetOnnxTypeFromTypeInfo - fullName: Microsoft.ML.OnnxRuntime.OrtApi.GetOnnxTypeFromTypeInfo - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetOnnxTypeFromTypeInfo - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 82 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr GetOnnxTypeFromTypeInfo - return: - type: System.IntPtr - content.vb: Public GetOnnxTypeFromTypeInfo As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.CreateTensorTypeAndShapeInfo - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.CreateTensorTypeAndShapeInfo - id: CreateTensorTypeAndShapeInfo - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: CreateTensorTypeAndShapeInfo - nameWithType: OrtApi.CreateTensorTypeAndShapeInfo - fullName: Microsoft.ML.OnnxRuntime.OrtApi.CreateTensorTypeAndShapeInfo - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CreateTensorTypeAndShapeInfo - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 83 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr CreateTensorTypeAndShapeInfo - return: - type: System.IntPtr - content.vb: Public CreateTensorTypeAndShapeInfo As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.SetTensorElementType - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.SetTensorElementType - id: SetTensorElementType - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: SetTensorElementType - nameWithType: OrtApi.SetTensorElementType - fullName: Microsoft.ML.OnnxRuntime.OrtApi.SetTensorElementType - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: SetTensorElementType - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 84 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr SetTensorElementType - return: - type: System.IntPtr - content.vb: Public SetTensorElementType As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.SetDimensions - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.SetDimensions - id: SetDimensions - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: SetDimensions - nameWithType: OrtApi.SetDimensions - fullName: Microsoft.ML.OnnxRuntime.OrtApi.SetDimensions - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: SetDimensions - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 86 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr SetDimensions - return: - type: System.IntPtr - content.vb: Public SetDimensions As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.GetTensorElementType - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.GetTensorElementType - id: GetTensorElementType - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: GetTensorElementType - nameWithType: OrtApi.GetTensorElementType - fullName: Microsoft.ML.OnnxRuntime.OrtApi.GetTensorElementType - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetTensorElementType - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 87 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr GetTensorElementType - return: - type: System.IntPtr - content.vb: Public GetTensorElementType As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.GetDimensionsCount - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.GetDimensionsCount - id: GetDimensionsCount - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: GetDimensionsCount - nameWithType: OrtApi.GetDimensionsCount - fullName: Microsoft.ML.OnnxRuntime.OrtApi.GetDimensionsCount - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetDimensionsCount - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 88 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr GetDimensionsCount - return: - type: System.IntPtr - content.vb: Public GetDimensionsCount As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.GetDimensions - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.GetDimensions - id: GetDimensions - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: GetDimensions - nameWithType: OrtApi.GetDimensions - fullName: Microsoft.ML.OnnxRuntime.OrtApi.GetDimensions - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetDimensions - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 89 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr GetDimensions - return: - type: System.IntPtr - content.vb: Public GetDimensions As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.GetSymbolicDimensions - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.GetSymbolicDimensions - id: GetSymbolicDimensions - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: GetSymbolicDimensions - nameWithType: OrtApi.GetSymbolicDimensions - fullName: Microsoft.ML.OnnxRuntime.OrtApi.GetSymbolicDimensions - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetSymbolicDimensions - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 90 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr GetSymbolicDimensions - return: - type: System.IntPtr - content.vb: Public GetSymbolicDimensions As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.GetTensorShapeElementCount - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.GetTensorShapeElementCount - id: GetTensorShapeElementCount - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: GetTensorShapeElementCount - nameWithType: OrtApi.GetTensorShapeElementCount - fullName: Microsoft.ML.OnnxRuntime.OrtApi.GetTensorShapeElementCount - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetTensorShapeElementCount - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 91 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr GetTensorShapeElementCount - return: - type: System.IntPtr - content.vb: Public GetTensorShapeElementCount As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.GetTensorTypeAndShape - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.GetTensorTypeAndShape - id: GetTensorTypeAndShape - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: GetTensorTypeAndShape - nameWithType: OrtApi.GetTensorTypeAndShape - fullName: Microsoft.ML.OnnxRuntime.OrtApi.GetTensorTypeAndShape - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetTensorTypeAndShape - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 92 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr GetTensorTypeAndShape - return: - type: System.IntPtr - content.vb: Public GetTensorTypeAndShape As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.GetTypeInfo - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.GetTypeInfo - id: GetTypeInfo - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: GetTypeInfo - nameWithType: OrtApi.GetTypeInfo - fullName: Microsoft.ML.OnnxRuntime.OrtApi.GetTypeInfo - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetTypeInfo - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 93 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr GetTypeInfo - return: - type: System.IntPtr - content.vb: Public GetTypeInfo As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.GetValueType - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.GetValueType - id: GetValueType - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: GetValueType - nameWithType: OrtApi.GetValueType - fullName: Microsoft.ML.OnnxRuntime.OrtApi.GetValueType - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetValueType - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 94 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr GetValueType - return: - type: System.IntPtr - content.vb: Public GetValueType As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.CreateMemoryInfo - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.CreateMemoryInfo - id: CreateMemoryInfo - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: CreateMemoryInfo - nameWithType: OrtApi.CreateMemoryInfo - fullName: Microsoft.ML.OnnxRuntime.OrtApi.CreateMemoryInfo - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CreateMemoryInfo - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 95 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr CreateMemoryInfo - return: - type: System.IntPtr - content.vb: Public CreateMemoryInfo As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.CreateCpuMemoryInfo - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.CreateCpuMemoryInfo - id: CreateCpuMemoryInfo - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: CreateCpuMemoryInfo - nameWithType: OrtApi.CreateCpuMemoryInfo - fullName: Microsoft.ML.OnnxRuntime.OrtApi.CreateCpuMemoryInfo - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CreateCpuMemoryInfo - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 96 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr CreateCpuMemoryInfo - return: - type: System.IntPtr - content.vb: Public CreateCpuMemoryInfo As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.CompareMemoryInfo - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.CompareMemoryInfo - id: CompareMemoryInfo - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: CompareMemoryInfo - nameWithType: OrtApi.CompareMemoryInfo - fullName: Microsoft.ML.OnnxRuntime.OrtApi.CompareMemoryInfo - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CompareMemoryInfo - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 97 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr CompareMemoryInfo - return: - type: System.IntPtr - content.vb: Public CompareMemoryInfo As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.MemoryInfoGetName - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.MemoryInfoGetName - id: MemoryInfoGetName - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: MemoryInfoGetName - nameWithType: OrtApi.MemoryInfoGetName - fullName: Microsoft.ML.OnnxRuntime.OrtApi.MemoryInfoGetName - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: MemoryInfoGetName - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 98 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr MemoryInfoGetName - return: - type: System.IntPtr - content.vb: Public MemoryInfoGetName As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.MemoryInfoGetId - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.MemoryInfoGetId - id: MemoryInfoGetId - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: MemoryInfoGetId - nameWithType: OrtApi.MemoryInfoGetId - fullName: Microsoft.ML.OnnxRuntime.OrtApi.MemoryInfoGetId - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: MemoryInfoGetId - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 99 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr MemoryInfoGetId - return: - type: System.IntPtr - content.vb: Public MemoryInfoGetId As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.MemoryInfoGetMemType - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.MemoryInfoGetMemType - id: MemoryInfoGetMemType - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: MemoryInfoGetMemType - nameWithType: OrtApi.MemoryInfoGetMemType - fullName: Microsoft.ML.OnnxRuntime.OrtApi.MemoryInfoGetMemType - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: MemoryInfoGetMemType - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 100 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr MemoryInfoGetMemType - return: - type: System.IntPtr - content.vb: Public MemoryInfoGetMemType As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.MemoryInfoGetType - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.MemoryInfoGetType - id: MemoryInfoGetType - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: MemoryInfoGetType - nameWithType: OrtApi.MemoryInfoGetType - fullName: Microsoft.ML.OnnxRuntime.OrtApi.MemoryInfoGetType - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: MemoryInfoGetType - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 101 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr MemoryInfoGetType - return: - type: System.IntPtr - content.vb: Public MemoryInfoGetType As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.AllocatorAlloc - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.AllocatorAlloc - id: AllocatorAlloc - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: AllocatorAlloc - nameWithType: OrtApi.AllocatorAlloc - fullName: Microsoft.ML.OnnxRuntime.OrtApi.AllocatorAlloc - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: AllocatorAlloc - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 102 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr AllocatorAlloc - return: - type: System.IntPtr - content.vb: Public AllocatorAlloc As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.AllocatorFree - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.AllocatorFree - id: AllocatorFree - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: AllocatorFree - nameWithType: OrtApi.AllocatorFree - fullName: Microsoft.ML.OnnxRuntime.OrtApi.AllocatorFree - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: AllocatorFree - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 103 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr AllocatorFree - return: - type: System.IntPtr - content.vb: Public AllocatorFree As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.AllocatorGetInfo - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.AllocatorGetInfo - id: AllocatorGetInfo - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: AllocatorGetInfo - nameWithType: OrtApi.AllocatorGetInfo - fullName: Microsoft.ML.OnnxRuntime.OrtApi.AllocatorGetInfo - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: AllocatorGetInfo - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 104 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr AllocatorGetInfo - return: - type: System.IntPtr - content.vb: Public AllocatorGetInfo As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.GetAllocatorWithDefaultOptions - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.GetAllocatorWithDefaultOptions - id: GetAllocatorWithDefaultOptions - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: GetAllocatorWithDefaultOptions - nameWithType: OrtApi.GetAllocatorWithDefaultOptions - fullName: Microsoft.ML.OnnxRuntime.OrtApi.GetAllocatorWithDefaultOptions - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetAllocatorWithDefaultOptions - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 105 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr GetAllocatorWithDefaultOptions - return: - type: System.IntPtr - content.vb: Public GetAllocatorWithDefaultOptions As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.AddFreeDimensionOverride - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.AddFreeDimensionOverride - id: AddFreeDimensionOverride - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: AddFreeDimensionOverride - nameWithType: OrtApi.AddFreeDimensionOverride - fullName: Microsoft.ML.OnnxRuntime.OrtApi.AddFreeDimensionOverride - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: AddFreeDimensionOverride - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 106 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr AddFreeDimensionOverride - return: - type: System.IntPtr - content.vb: Public AddFreeDimensionOverride As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.GetValue - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.GetValue - id: GetValue - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: GetValue - nameWithType: OrtApi.GetValue - fullName: Microsoft.ML.OnnxRuntime.OrtApi.GetValue - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetValue - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 107 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr GetValue - return: - type: System.IntPtr - content.vb: Public GetValue As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.GetValueCount - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.GetValueCount - id: GetValueCount - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: GetValueCount - nameWithType: OrtApi.GetValueCount - fullName: Microsoft.ML.OnnxRuntime.OrtApi.GetValueCount - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetValueCount - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 108 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr GetValueCount - return: - type: System.IntPtr - content.vb: Public GetValueCount As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.CreateValue - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.CreateValue - id: CreateValue - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: CreateValue - nameWithType: OrtApi.CreateValue - fullName: Microsoft.ML.OnnxRuntime.OrtApi.CreateValue - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CreateValue - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 109 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr CreateValue - return: - type: System.IntPtr - content.vb: Public CreateValue As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.CreateOpaqueValue - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.CreateOpaqueValue - id: CreateOpaqueValue - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: CreateOpaqueValue - nameWithType: OrtApi.CreateOpaqueValue - fullName: Microsoft.ML.OnnxRuntime.OrtApi.CreateOpaqueValue - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CreateOpaqueValue - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 110 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr CreateOpaqueValue - return: - type: System.IntPtr - content.vb: Public CreateOpaqueValue As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.GetOpaqueValue - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.GetOpaqueValue - id: GetOpaqueValue - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: GetOpaqueValue - nameWithType: OrtApi.GetOpaqueValue - fullName: Microsoft.ML.OnnxRuntime.OrtApi.GetOpaqueValue - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetOpaqueValue - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 111 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr GetOpaqueValue - return: - type: System.IntPtr - content.vb: Public GetOpaqueValue As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.KernelInfoGetAttribute_float - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.KernelInfoGetAttribute_float - id: KernelInfoGetAttribute_float - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: KernelInfoGetAttribute_float - nameWithType: OrtApi.KernelInfoGetAttribute_float - fullName: Microsoft.ML.OnnxRuntime.OrtApi.KernelInfoGetAttribute_float - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: KernelInfoGetAttribute_float - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 113 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr KernelInfoGetAttribute_float - return: - type: System.IntPtr - content.vb: Public KernelInfoGetAttribute_float As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.KernelInfoGetAttribute_int64 - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.KernelInfoGetAttribute_int64 - id: KernelInfoGetAttribute_int64 - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: KernelInfoGetAttribute_int64 - nameWithType: OrtApi.KernelInfoGetAttribute_int64 - fullName: Microsoft.ML.OnnxRuntime.OrtApi.KernelInfoGetAttribute_int64 - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: KernelInfoGetAttribute_int64 - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 114 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr KernelInfoGetAttribute_int64 - return: - type: System.IntPtr - content.vb: Public KernelInfoGetAttribute_int64 As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.KernelInfoGetAttribute_string - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.KernelInfoGetAttribute_string - id: KernelInfoGetAttribute_string - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: KernelInfoGetAttribute_string - nameWithType: OrtApi.KernelInfoGetAttribute_string - fullName: Microsoft.ML.OnnxRuntime.OrtApi.KernelInfoGetAttribute_string - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: KernelInfoGetAttribute_string - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 115 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr KernelInfoGetAttribute_string - return: - type: System.IntPtr - content.vb: Public KernelInfoGetAttribute_string As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.KernelContext_GetInputCount - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.KernelContext_GetInputCount - id: KernelContext_GetInputCount - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: KernelContext_GetInputCount - nameWithType: OrtApi.KernelContext_GetInputCount - fullName: Microsoft.ML.OnnxRuntime.OrtApi.KernelContext_GetInputCount - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: KernelContext_GetInputCount - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 116 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr KernelContext_GetInputCount - return: - type: System.IntPtr - content.vb: Public KernelContext_GetInputCount As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.KernelContext_GetOutputCount - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.KernelContext_GetOutputCount - id: KernelContext_GetOutputCount - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: KernelContext_GetOutputCount - nameWithType: OrtApi.KernelContext_GetOutputCount - fullName: Microsoft.ML.OnnxRuntime.OrtApi.KernelContext_GetOutputCount - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: KernelContext_GetOutputCount - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 117 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr KernelContext_GetOutputCount - return: - type: System.IntPtr - content.vb: Public KernelContext_GetOutputCount As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.KernelContext_GetInput - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.KernelContext_GetInput - id: KernelContext_GetInput - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: KernelContext_GetInput - nameWithType: OrtApi.KernelContext_GetInput - fullName: Microsoft.ML.OnnxRuntime.OrtApi.KernelContext_GetInput - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: KernelContext_GetInput - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 118 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr KernelContext_GetInput - return: - type: System.IntPtr - content.vb: Public KernelContext_GetInput As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.KernelContext_GetOutput - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.KernelContext_GetOutput - id: KernelContext_GetOutput - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: KernelContext_GetOutput - nameWithType: OrtApi.KernelContext_GetOutput - fullName: Microsoft.ML.OnnxRuntime.OrtApi.KernelContext_GetOutput - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: KernelContext_GetOutput - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 119 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr KernelContext_GetOutput - return: - type: System.IntPtr - content.vb: Public KernelContext_GetOutput As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.ReleaseEnv - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.ReleaseEnv - id: ReleaseEnv - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: ReleaseEnv - nameWithType: OrtApi.ReleaseEnv - fullName: Microsoft.ML.OnnxRuntime.OrtApi.ReleaseEnv - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ReleaseEnv - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 121 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr ReleaseEnv - return: - type: System.IntPtr - content.vb: Public ReleaseEnv As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.ReleaseStatus - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.ReleaseStatus - id: ReleaseStatus - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: ReleaseStatus - nameWithType: OrtApi.ReleaseStatus - fullName: Microsoft.ML.OnnxRuntime.OrtApi.ReleaseStatus - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ReleaseStatus - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 122 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr ReleaseStatus - return: - type: System.IntPtr - content.vb: Public ReleaseStatus As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.ReleaseMemoryInfo - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.ReleaseMemoryInfo - id: ReleaseMemoryInfo - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: ReleaseMemoryInfo - nameWithType: OrtApi.ReleaseMemoryInfo - fullName: Microsoft.ML.OnnxRuntime.OrtApi.ReleaseMemoryInfo - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ReleaseMemoryInfo - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 123 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr ReleaseMemoryInfo - return: - type: System.IntPtr - content.vb: Public ReleaseMemoryInfo As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.ReleaseSession - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.ReleaseSession - id: ReleaseSession - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: ReleaseSession - nameWithType: OrtApi.ReleaseSession - fullName: Microsoft.ML.OnnxRuntime.OrtApi.ReleaseSession - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ReleaseSession - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 124 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr ReleaseSession - return: - type: System.IntPtr - content.vb: Public ReleaseSession As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.ReleaseValue - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.ReleaseValue - id: ReleaseValue - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: ReleaseValue - nameWithType: OrtApi.ReleaseValue - fullName: Microsoft.ML.OnnxRuntime.OrtApi.ReleaseValue - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ReleaseValue - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 125 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr ReleaseValue - return: - type: System.IntPtr - content.vb: Public ReleaseValue As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.ReleaseRunOptions - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.ReleaseRunOptions - id: ReleaseRunOptions - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: ReleaseRunOptions - nameWithType: OrtApi.ReleaseRunOptions - fullName: Microsoft.ML.OnnxRuntime.OrtApi.ReleaseRunOptions - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ReleaseRunOptions - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 126 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr ReleaseRunOptions - return: - type: System.IntPtr - content.vb: Public ReleaseRunOptions As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.ReleaseTypeInfo - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.ReleaseTypeInfo - id: ReleaseTypeInfo - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: ReleaseTypeInfo - nameWithType: OrtApi.ReleaseTypeInfo - fullName: Microsoft.ML.OnnxRuntime.OrtApi.ReleaseTypeInfo - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ReleaseTypeInfo - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 127 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr ReleaseTypeInfo - return: - type: System.IntPtr - content.vb: Public ReleaseTypeInfo As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.ReleaseTensorTypeAndShapeInfo - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.ReleaseTensorTypeAndShapeInfo - id: ReleaseTensorTypeAndShapeInfo - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: ReleaseTensorTypeAndShapeInfo - nameWithType: OrtApi.ReleaseTensorTypeAndShapeInfo - fullName: Microsoft.ML.OnnxRuntime.OrtApi.ReleaseTensorTypeAndShapeInfo - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ReleaseTensorTypeAndShapeInfo - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 128 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr ReleaseTensorTypeAndShapeInfo - return: - type: System.IntPtr - content.vb: Public ReleaseTensorTypeAndShapeInfo As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.ReleaseSessionOptions - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.ReleaseSessionOptions - id: ReleaseSessionOptions - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: ReleaseSessionOptions - nameWithType: OrtApi.ReleaseSessionOptions - fullName: Microsoft.ML.OnnxRuntime.OrtApi.ReleaseSessionOptions - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ReleaseSessionOptions - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 129 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr ReleaseSessionOptions - return: - type: System.IntPtr - content.vb: Public ReleaseSessionOptions As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.ReleaseCustomOpDomain - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.ReleaseCustomOpDomain - id: ReleaseCustomOpDomain - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: ReleaseCustomOpDomain - nameWithType: OrtApi.ReleaseCustomOpDomain - fullName: Microsoft.ML.OnnxRuntime.OrtApi.ReleaseCustomOpDomain - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ReleaseCustomOpDomain - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 130 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr ReleaseCustomOpDomain - return: - type: System.IntPtr - content.vb: Public ReleaseCustomOpDomain As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.GetDenotationFromTypeInfo - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.GetDenotationFromTypeInfo - id: GetDenotationFromTypeInfo - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: GetDenotationFromTypeInfo - nameWithType: OrtApi.GetDenotationFromTypeInfo - fullName: Microsoft.ML.OnnxRuntime.OrtApi.GetDenotationFromTypeInfo - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetDenotationFromTypeInfo - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 131 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr GetDenotationFromTypeInfo - return: - type: System.IntPtr - content.vb: Public GetDenotationFromTypeInfo As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.CastTypeInfoToMapTypeInfo - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.CastTypeInfoToMapTypeInfo - id: CastTypeInfoToMapTypeInfo - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: CastTypeInfoToMapTypeInfo - nameWithType: OrtApi.CastTypeInfoToMapTypeInfo - fullName: Microsoft.ML.OnnxRuntime.OrtApi.CastTypeInfoToMapTypeInfo - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CastTypeInfoToMapTypeInfo - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 132 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr CastTypeInfoToMapTypeInfo - return: - type: System.IntPtr - content.vb: Public CastTypeInfoToMapTypeInfo As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.CastTypeInfoToSequenceTypeInfo - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.CastTypeInfoToSequenceTypeInfo - id: CastTypeInfoToSequenceTypeInfo - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: CastTypeInfoToSequenceTypeInfo - nameWithType: OrtApi.CastTypeInfoToSequenceTypeInfo - fullName: Microsoft.ML.OnnxRuntime.OrtApi.CastTypeInfoToSequenceTypeInfo - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CastTypeInfoToSequenceTypeInfo - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 133 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr CastTypeInfoToSequenceTypeInfo - return: - type: System.IntPtr - content.vb: Public CastTypeInfoToSequenceTypeInfo As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.GetMapKeyType - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.GetMapKeyType - id: GetMapKeyType - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: GetMapKeyType - nameWithType: OrtApi.GetMapKeyType - fullName: Microsoft.ML.OnnxRuntime.OrtApi.GetMapKeyType - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetMapKeyType - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 134 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr GetMapKeyType - return: - type: System.IntPtr - content.vb: Public GetMapKeyType As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.GetMapValueType - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.GetMapValueType - id: GetMapValueType - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: GetMapValueType - nameWithType: OrtApi.GetMapValueType - fullName: Microsoft.ML.OnnxRuntime.OrtApi.GetMapValueType - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetMapValueType - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 135 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr GetMapValueType - return: - type: System.IntPtr - content.vb: Public GetMapValueType As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.GetSequenceElementType - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.GetSequenceElementType - id: GetSequenceElementType - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: GetSequenceElementType - nameWithType: OrtApi.GetSequenceElementType - fullName: Microsoft.ML.OnnxRuntime.OrtApi.GetSequenceElementType - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetSequenceElementType - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 136 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr GetSequenceElementType - return: - type: System.IntPtr - content.vb: Public GetSequenceElementType As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.ReleaseMapTypeInfo - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.ReleaseMapTypeInfo - id: ReleaseMapTypeInfo - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: ReleaseMapTypeInfo - nameWithType: OrtApi.ReleaseMapTypeInfo - fullName: Microsoft.ML.OnnxRuntime.OrtApi.ReleaseMapTypeInfo - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ReleaseMapTypeInfo - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 137 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr ReleaseMapTypeInfo - return: - type: System.IntPtr - content.vb: Public ReleaseMapTypeInfo As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.ReleaseSequenceTypeInfo - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.ReleaseSequenceTypeInfo - id: ReleaseSequenceTypeInfo - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: ReleaseSequenceTypeInfo - nameWithType: OrtApi.ReleaseSequenceTypeInfo - fullName: Microsoft.ML.OnnxRuntime.OrtApi.ReleaseSequenceTypeInfo - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ReleaseSequenceTypeInfo - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 138 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr ReleaseSequenceTypeInfo - return: - type: System.IntPtr - content.vb: Public ReleaseSequenceTypeInfo As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.SessionEndProfiling - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.SessionEndProfiling - id: SessionEndProfiling - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: SessionEndProfiling - nameWithType: OrtApi.SessionEndProfiling - fullName: Microsoft.ML.OnnxRuntime.OrtApi.SessionEndProfiling - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: SessionEndProfiling - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 139 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr SessionEndProfiling - return: - type: System.IntPtr - content.vb: Public SessionEndProfiling As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.SessionGetModelMetadata - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.SessionGetModelMetadata - id: SessionGetModelMetadata - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: SessionGetModelMetadata - nameWithType: OrtApi.SessionGetModelMetadata - fullName: Microsoft.ML.OnnxRuntime.OrtApi.SessionGetModelMetadata - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: SessionGetModelMetadata - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 141 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr SessionGetModelMetadata - return: - type: System.IntPtr - content.vb: Public SessionGetModelMetadata As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.ModelMetadataGetProducerName - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.ModelMetadataGetProducerName - id: ModelMetadataGetProducerName - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: ModelMetadataGetProducerName - nameWithType: OrtApi.ModelMetadataGetProducerName - fullName: Microsoft.ML.OnnxRuntime.OrtApi.ModelMetadataGetProducerName - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ModelMetadataGetProducerName - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 142 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr ModelMetadataGetProducerName - return: - type: System.IntPtr - content.vb: Public ModelMetadataGetProducerName As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.ModelMetadataGetGraphName - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.ModelMetadataGetGraphName - id: ModelMetadataGetGraphName - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: ModelMetadataGetGraphName - nameWithType: OrtApi.ModelMetadataGetGraphName - fullName: Microsoft.ML.OnnxRuntime.OrtApi.ModelMetadataGetGraphName - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ModelMetadataGetGraphName - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 143 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr ModelMetadataGetGraphName - return: - type: System.IntPtr - content.vb: Public ModelMetadataGetGraphName As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.ModelMetadataGetDomain - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.ModelMetadataGetDomain - id: ModelMetadataGetDomain - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: ModelMetadataGetDomain - nameWithType: OrtApi.ModelMetadataGetDomain - fullName: Microsoft.ML.OnnxRuntime.OrtApi.ModelMetadataGetDomain - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ModelMetadataGetDomain - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 144 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr ModelMetadataGetDomain - return: - type: System.IntPtr - content.vb: Public ModelMetadataGetDomain As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.ModelMetadataGetDescription - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.ModelMetadataGetDescription - id: ModelMetadataGetDescription - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: ModelMetadataGetDescription - nameWithType: OrtApi.ModelMetadataGetDescription - fullName: Microsoft.ML.OnnxRuntime.OrtApi.ModelMetadataGetDescription - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ModelMetadataGetDescription - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 145 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr ModelMetadataGetDescription - return: - type: System.IntPtr - content.vb: Public ModelMetadataGetDescription As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.ModelMetadataLookupCustomMetadataMap - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.ModelMetadataLookupCustomMetadataMap - id: ModelMetadataLookupCustomMetadataMap - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: ModelMetadataLookupCustomMetadataMap - nameWithType: OrtApi.ModelMetadataLookupCustomMetadataMap - fullName: Microsoft.ML.OnnxRuntime.OrtApi.ModelMetadataLookupCustomMetadataMap - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ModelMetadataLookupCustomMetadataMap - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 146 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr ModelMetadataLookupCustomMetadataMap - return: - type: System.IntPtr - content.vb: Public ModelMetadataLookupCustomMetadataMap As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.ModelMetadataGetVersion - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.ModelMetadataGetVersion - id: ModelMetadataGetVersion - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: ModelMetadataGetVersion - nameWithType: OrtApi.ModelMetadataGetVersion - fullName: Microsoft.ML.OnnxRuntime.OrtApi.ModelMetadataGetVersion - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ModelMetadataGetVersion - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 147 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr ModelMetadataGetVersion - return: - type: System.IntPtr - content.vb: Public ModelMetadataGetVersion As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.ReleaseModelMetadata - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.ReleaseModelMetadata - id: ReleaseModelMetadata - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: ReleaseModelMetadata - nameWithType: OrtApi.ReleaseModelMetadata - fullName: Microsoft.ML.OnnxRuntime.OrtApi.ReleaseModelMetadata - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ReleaseModelMetadata - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 148 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr ReleaseModelMetadata - return: - type: System.IntPtr - content.vb: Public ReleaseModelMetadata As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.CreateEnvWithGlobalThreadPools - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.CreateEnvWithGlobalThreadPools - id: CreateEnvWithGlobalThreadPools - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: CreateEnvWithGlobalThreadPools - nameWithType: OrtApi.CreateEnvWithGlobalThreadPools - fullName: Microsoft.ML.OnnxRuntime.OrtApi.CreateEnvWithGlobalThreadPools - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CreateEnvWithGlobalThreadPools - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 150 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr CreateEnvWithGlobalThreadPools - return: - type: System.IntPtr - content.vb: Public CreateEnvWithGlobalThreadPools As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.DisablePerSessionThreads - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.DisablePerSessionThreads - id: DisablePerSessionThreads - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: DisablePerSessionThreads - nameWithType: OrtApi.DisablePerSessionThreads - fullName: Microsoft.ML.OnnxRuntime.OrtApi.DisablePerSessionThreads - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: DisablePerSessionThreads - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 151 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr DisablePerSessionThreads - return: - type: System.IntPtr - content.vb: Public DisablePerSessionThreads As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.CreateThreadingOptions - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.CreateThreadingOptions - id: CreateThreadingOptions - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: CreateThreadingOptions - nameWithType: OrtApi.CreateThreadingOptions - fullName: Microsoft.ML.OnnxRuntime.OrtApi.CreateThreadingOptions - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CreateThreadingOptions - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 152 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr CreateThreadingOptions - return: - type: System.IntPtr - content.vb: Public CreateThreadingOptions As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.ReleaseThreadingOptions - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.ReleaseThreadingOptions - id: ReleaseThreadingOptions - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: ReleaseThreadingOptions - nameWithType: OrtApi.ReleaseThreadingOptions - fullName: Microsoft.ML.OnnxRuntime.OrtApi.ReleaseThreadingOptions - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ReleaseThreadingOptions - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 153 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr ReleaseThreadingOptions - return: - type: System.IntPtr - content.vb: Public ReleaseThreadingOptions As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.ModelMetadataGetCustomMetadataMapKeys - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.ModelMetadataGetCustomMetadataMapKeys - id: ModelMetadataGetCustomMetadataMapKeys - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: ModelMetadataGetCustomMetadataMapKeys - nameWithType: OrtApi.ModelMetadataGetCustomMetadataMapKeys - fullName: Microsoft.ML.OnnxRuntime.OrtApi.ModelMetadataGetCustomMetadataMapKeys - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ModelMetadataGetCustomMetadataMapKeys - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 154 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr ModelMetadataGetCustomMetadataMapKeys - return: - type: System.IntPtr - content.vb: Public ModelMetadataGetCustomMetadataMapKeys As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.AddFreeDimensionOverrideByName - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.AddFreeDimensionOverrideByName - id: AddFreeDimensionOverrideByName - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: AddFreeDimensionOverrideByName - nameWithType: OrtApi.AddFreeDimensionOverrideByName - fullName: Microsoft.ML.OnnxRuntime.OrtApi.AddFreeDimensionOverrideByName - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: AddFreeDimensionOverrideByName - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 155 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr AddFreeDimensionOverrideByName - return: - type: System.IntPtr - content.vb: Public AddFreeDimensionOverrideByName As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.GetAvailableProviders - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.GetAvailableProviders - id: GetAvailableProviders - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: GetAvailableProviders - nameWithType: OrtApi.GetAvailableProviders - fullName: Microsoft.ML.OnnxRuntime.OrtApi.GetAvailableProviders - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetAvailableProviders - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 157 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr GetAvailableProviders - return: - type: System.IntPtr - content.vb: Public GetAvailableProviders As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.ReleaseAvailableProviders - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.ReleaseAvailableProviders - id: ReleaseAvailableProviders - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: ReleaseAvailableProviders - nameWithType: OrtApi.ReleaseAvailableProviders - fullName: Microsoft.ML.OnnxRuntime.OrtApi.ReleaseAvailableProviders - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ReleaseAvailableProviders - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 158 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr ReleaseAvailableProviders - return: - type: System.IntPtr - content.vb: Public ReleaseAvailableProviders As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.GetStringTensorElementLength - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.GetStringTensorElementLength - id: GetStringTensorElementLength - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: GetStringTensorElementLength - nameWithType: OrtApi.GetStringTensorElementLength - fullName: Microsoft.ML.OnnxRuntime.OrtApi.GetStringTensorElementLength - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetStringTensorElementLength - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 159 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr GetStringTensorElementLength - return: - type: System.IntPtr - content.vb: Public GetStringTensorElementLength As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.GetStringTensorElement - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.GetStringTensorElement - id: GetStringTensorElement - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: GetStringTensorElement - nameWithType: OrtApi.GetStringTensorElement - fullName: Microsoft.ML.OnnxRuntime.OrtApi.GetStringTensorElement - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetStringTensorElement - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 160 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr GetStringTensorElement - return: - type: System.IntPtr - content.vb: Public GetStringTensorElement As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.FillStringTensorElement - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.FillStringTensorElement - id: FillStringTensorElement - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: FillStringTensorElement - nameWithType: OrtApi.FillStringTensorElement - fullName: Microsoft.ML.OnnxRuntime.OrtApi.FillStringTensorElement - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: FillStringTensorElement - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 161 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr FillStringTensorElement - return: - type: System.IntPtr - content.vb: Public FillStringTensorElement As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.AddSessionConfigEntry - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.AddSessionConfigEntry - id: AddSessionConfigEntry - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: AddSessionConfigEntry - nameWithType: OrtApi.AddSessionConfigEntry - fullName: Microsoft.ML.OnnxRuntime.OrtApi.AddSessionConfigEntry - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: AddSessionConfigEntry - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 162 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr AddSessionConfigEntry - return: - type: System.IntPtr - content.vb: Public AddSessionConfigEntry As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.CreateAllocator - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.CreateAllocator - id: CreateAllocator - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: CreateAllocator - nameWithType: OrtApi.CreateAllocator - fullName: Microsoft.ML.OnnxRuntime.OrtApi.CreateAllocator - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CreateAllocator - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 164 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr CreateAllocator - return: - type: System.IntPtr - content.vb: Public CreateAllocator As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.ReleaseAllocator - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.ReleaseAllocator - id: ReleaseAllocator - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: ReleaseAllocator - nameWithType: OrtApi.ReleaseAllocator - fullName: Microsoft.ML.OnnxRuntime.OrtApi.ReleaseAllocator - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ReleaseAllocator - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 165 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr ReleaseAllocator - return: - type: System.IntPtr - content.vb: Public ReleaseAllocator As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.RunWithBinding - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.RunWithBinding - id: RunWithBinding - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: RunWithBinding - nameWithType: OrtApi.RunWithBinding - fullName: Microsoft.ML.OnnxRuntime.OrtApi.RunWithBinding - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: RunWithBinding - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 166 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr RunWithBinding - return: - type: System.IntPtr - content.vb: Public RunWithBinding As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.CreateIoBinding - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.CreateIoBinding - id: CreateIoBinding - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: CreateIoBinding - nameWithType: OrtApi.CreateIoBinding - fullName: Microsoft.ML.OnnxRuntime.OrtApi.CreateIoBinding - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CreateIoBinding - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 167 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr CreateIoBinding - return: - type: System.IntPtr - content.vb: Public CreateIoBinding As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.ReleaseIoBinding - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.ReleaseIoBinding - id: ReleaseIoBinding - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: ReleaseIoBinding - nameWithType: OrtApi.ReleaseIoBinding - fullName: Microsoft.ML.OnnxRuntime.OrtApi.ReleaseIoBinding - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ReleaseIoBinding - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 168 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr ReleaseIoBinding - return: - type: System.IntPtr - content.vb: Public ReleaseIoBinding As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.BindInput - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.BindInput - id: BindInput - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: BindInput - nameWithType: OrtApi.BindInput - fullName: Microsoft.ML.OnnxRuntime.OrtApi.BindInput - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: BindInput - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 169 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr BindInput - return: - type: System.IntPtr - content.vb: Public BindInput As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.BindOutput - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.BindOutput - id: BindOutput - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: BindOutput - nameWithType: OrtApi.BindOutput - fullName: Microsoft.ML.OnnxRuntime.OrtApi.BindOutput - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: BindOutput - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 170 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr BindOutput - return: - type: System.IntPtr - content.vb: Public BindOutput As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.BindOutputToDevice - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.BindOutputToDevice - id: BindOutputToDevice - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: BindOutputToDevice - nameWithType: OrtApi.BindOutputToDevice - fullName: Microsoft.ML.OnnxRuntime.OrtApi.BindOutputToDevice - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: BindOutputToDevice - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 171 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr BindOutputToDevice - return: - type: System.IntPtr - content.vb: Public BindOutputToDevice As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.GetBoundOutputNames - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.GetBoundOutputNames - id: GetBoundOutputNames - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: GetBoundOutputNames - nameWithType: OrtApi.GetBoundOutputNames - fullName: Microsoft.ML.OnnxRuntime.OrtApi.GetBoundOutputNames - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetBoundOutputNames - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 172 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr GetBoundOutputNames - return: - type: System.IntPtr - content.vb: Public GetBoundOutputNames As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.GetBoundOutputValues - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.GetBoundOutputValues - id: GetBoundOutputValues - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: GetBoundOutputValues - nameWithType: OrtApi.GetBoundOutputValues - fullName: Microsoft.ML.OnnxRuntime.OrtApi.GetBoundOutputValues - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetBoundOutputValues - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 173 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr GetBoundOutputValues - return: - type: System.IntPtr - content.vb: Public GetBoundOutputValues As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.ClearBoundInputs - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.ClearBoundInputs - id: ClearBoundInputs - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: ClearBoundInputs - nameWithType: OrtApi.ClearBoundInputs - fullName: Microsoft.ML.OnnxRuntime.OrtApi.ClearBoundInputs - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ClearBoundInputs - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 174 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr ClearBoundInputs - return: - type: System.IntPtr - content.vb: Public ClearBoundInputs As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.ClearBoundOutputs - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.ClearBoundOutputs - id: ClearBoundOutputs - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: ClearBoundOutputs - nameWithType: OrtApi.ClearBoundOutputs - fullName: Microsoft.ML.OnnxRuntime.OrtApi.ClearBoundOutputs - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ClearBoundOutputs - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 175 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr ClearBoundOutputs - return: - type: System.IntPtr - content.vb: Public ClearBoundOutputs As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.TensorAt - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.TensorAt - id: TensorAt - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: TensorAt - nameWithType: OrtApi.TensorAt - fullName: Microsoft.ML.OnnxRuntime.OrtApi.TensorAt - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: TensorAt - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 176 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr TensorAt - return: - type: System.IntPtr - content.vb: Public TensorAt As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.CreateAndRegisterAllocator - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.CreateAndRegisterAllocator - id: CreateAndRegisterAllocator - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: CreateAndRegisterAllocator - nameWithType: OrtApi.CreateAndRegisterAllocator - fullName: Microsoft.ML.OnnxRuntime.OrtApi.CreateAndRegisterAllocator - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CreateAndRegisterAllocator - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 177 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr CreateAndRegisterAllocator - return: - type: System.IntPtr - content.vb: Public CreateAndRegisterAllocator As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.SetLanguageProjection - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.SetLanguageProjection - id: SetLanguageProjection - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: SetLanguageProjection - nameWithType: OrtApi.SetLanguageProjection - fullName: Microsoft.ML.OnnxRuntime.OrtApi.SetLanguageProjection - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: SetLanguageProjection - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 178 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr SetLanguageProjection - return: - type: System.IntPtr - content.vb: Public SetLanguageProjection As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.SessionGetProfilingStartTimeNs - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.SessionGetProfilingStartTimeNs - id: SessionGetProfilingStartTimeNs - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: SessionGetProfilingStartTimeNs - nameWithType: OrtApi.SessionGetProfilingStartTimeNs - fullName: Microsoft.ML.OnnxRuntime.OrtApi.SessionGetProfilingStartTimeNs - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: SessionGetProfilingStartTimeNs - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 179 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr SessionGetProfilingStartTimeNs - return: - type: System.IntPtr - content.vb: Public SessionGetProfilingStartTimeNs As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.SetGlobalIntraOpNumThreads - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.SetGlobalIntraOpNumThreads - id: SetGlobalIntraOpNumThreads - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: SetGlobalIntraOpNumThreads - nameWithType: OrtApi.SetGlobalIntraOpNumThreads - fullName: Microsoft.ML.OnnxRuntime.OrtApi.SetGlobalIntraOpNumThreads - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: SetGlobalIntraOpNumThreads - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 180 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr SetGlobalIntraOpNumThreads - return: - type: System.IntPtr - content.vb: Public SetGlobalIntraOpNumThreads As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.SetGlobalInterOpNumThreads - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.SetGlobalInterOpNumThreads - id: SetGlobalInterOpNumThreads - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: SetGlobalInterOpNumThreads - nameWithType: OrtApi.SetGlobalInterOpNumThreads - fullName: Microsoft.ML.OnnxRuntime.OrtApi.SetGlobalInterOpNumThreads - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: SetGlobalInterOpNumThreads - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 181 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr SetGlobalInterOpNumThreads - return: - type: System.IntPtr - content.vb: Public SetGlobalInterOpNumThreads As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.SetGlobalSpinControl - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.SetGlobalSpinControl - id: SetGlobalSpinControl - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: SetGlobalSpinControl - nameWithType: OrtApi.SetGlobalSpinControl - fullName: Microsoft.ML.OnnxRuntime.OrtApi.SetGlobalSpinControl - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: SetGlobalSpinControl - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 182 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr SetGlobalSpinControl - return: - type: System.IntPtr - content.vb: Public SetGlobalSpinControl As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.AddInitializer - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.AddInitializer - id: AddInitializer - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: AddInitializer - nameWithType: OrtApi.AddInitializer - fullName: Microsoft.ML.OnnxRuntime.OrtApi.AddInitializer - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: AddInitializer - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 183 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr AddInitializer - return: - type: System.IntPtr - content.vb: Public AddInitializer As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.CreateEnvWithCustomLoggerAndGlobalThreadPools - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.CreateEnvWithCustomLoggerAndGlobalThreadPools - id: CreateEnvWithCustomLoggerAndGlobalThreadPools - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: CreateEnvWithCustomLoggerAndGlobalThreadPools - nameWithType: OrtApi.CreateEnvWithCustomLoggerAndGlobalThreadPools - fullName: Microsoft.ML.OnnxRuntime.OrtApi.CreateEnvWithCustomLoggerAndGlobalThreadPools - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CreateEnvWithCustomLoggerAndGlobalThreadPools - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 184 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr CreateEnvWithCustomLoggerAndGlobalThreadPools - return: - type: System.IntPtr - content.vb: Public CreateEnvWithCustomLoggerAndGlobalThreadPools As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsAppendExecutionProvider_CUDA - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsAppendExecutionProvider_CUDA - id: SessionOptionsAppendExecutionProvider_CUDA - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: SessionOptionsAppendExecutionProvider_CUDA - nameWithType: OrtApi.SessionOptionsAppendExecutionProvider_CUDA - fullName: Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsAppendExecutionProvider_CUDA - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: SessionOptionsAppendExecutionProvider_CUDA - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 185 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr SessionOptionsAppendExecutionProvider_CUDA - return: - type: System.IntPtr - content.vb: Public SessionOptionsAppendExecutionProvider_CUDA As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsAppendExecutionProvider_ROCM - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsAppendExecutionProvider_ROCM - id: SessionOptionsAppendExecutionProvider_ROCM - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: SessionOptionsAppendExecutionProvider_ROCM - nameWithType: OrtApi.SessionOptionsAppendExecutionProvider_ROCM - fullName: Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsAppendExecutionProvider_ROCM - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: SessionOptionsAppendExecutionProvider_ROCM - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 186 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr SessionOptionsAppendExecutionProvider_ROCM - return: - type: System.IntPtr - content.vb: Public SessionOptionsAppendExecutionProvider_ROCM As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsAppendExecutionProvider_OpenVINO - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsAppendExecutionProvider_OpenVINO - id: SessionOptionsAppendExecutionProvider_OpenVINO - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: SessionOptionsAppendExecutionProvider_OpenVINO - nameWithType: OrtApi.SessionOptionsAppendExecutionProvider_OpenVINO - fullName: Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsAppendExecutionProvider_OpenVINO - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: SessionOptionsAppendExecutionProvider_OpenVINO - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 187 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr SessionOptionsAppendExecutionProvider_OpenVINO - return: - type: System.IntPtr - content.vb: Public SessionOptionsAppendExecutionProvider_OpenVINO As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.SetGlobalDenormalAsZero - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.SetGlobalDenormalAsZero - id: SetGlobalDenormalAsZero - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: SetGlobalDenormalAsZero - nameWithType: OrtApi.SetGlobalDenormalAsZero - fullName: Microsoft.ML.OnnxRuntime.OrtApi.SetGlobalDenormalAsZero - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: SetGlobalDenormalAsZero - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 188 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr SetGlobalDenormalAsZero - return: - type: System.IntPtr - content.vb: Public SetGlobalDenormalAsZero As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.CreateArenaCfg - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.CreateArenaCfg - id: CreateArenaCfg - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: CreateArenaCfg - nameWithType: OrtApi.CreateArenaCfg - fullName: Microsoft.ML.OnnxRuntime.OrtApi.CreateArenaCfg - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CreateArenaCfg - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 189 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr CreateArenaCfg - return: - type: System.IntPtr - content.vb: Public CreateArenaCfg As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.ReleaseArenaCfg - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.ReleaseArenaCfg - id: ReleaseArenaCfg - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: ReleaseArenaCfg - nameWithType: OrtApi.ReleaseArenaCfg - fullName: Microsoft.ML.OnnxRuntime.OrtApi.ReleaseArenaCfg - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ReleaseArenaCfg - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 190 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr ReleaseArenaCfg - return: - type: System.IntPtr - content.vb: Public ReleaseArenaCfg As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.ModelMetadataGetGraphDescription - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.ModelMetadataGetGraphDescription - id: ModelMetadataGetGraphDescription - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: ModelMetadataGetGraphDescription - nameWithType: OrtApi.ModelMetadataGetGraphDescription - fullName: Microsoft.ML.OnnxRuntime.OrtApi.ModelMetadataGetGraphDescription - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ModelMetadataGetGraphDescription - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 191 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr ModelMetadataGetGraphDescription - return: - type: System.IntPtr - content.vb: Public ModelMetadataGetGraphDescription As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsAppendExecutionProvider_TensorRT - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsAppendExecutionProvider_TensorRT - id: SessionOptionsAppendExecutionProvider_TensorRT - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: SessionOptionsAppendExecutionProvider_TensorRT - nameWithType: OrtApi.SessionOptionsAppendExecutionProvider_TensorRT - fullName: Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsAppendExecutionProvider_TensorRT - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: SessionOptionsAppendExecutionProvider_TensorRT - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 192 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr SessionOptionsAppendExecutionProvider_TensorRT - return: - type: System.IntPtr - content.vb: Public SessionOptionsAppendExecutionProvider_TensorRT As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.SetCurrentGpuDeviceId - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.SetCurrentGpuDeviceId - id: SetCurrentGpuDeviceId - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: SetCurrentGpuDeviceId - nameWithType: OrtApi.SetCurrentGpuDeviceId - fullName: Microsoft.ML.OnnxRuntime.OrtApi.SetCurrentGpuDeviceId - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: SetCurrentGpuDeviceId - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 193 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr SetCurrentGpuDeviceId - return: - type: System.IntPtr - content.vb: Public SetCurrentGpuDeviceId As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.GetCurrentGpuDeviceId - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.GetCurrentGpuDeviceId - id: GetCurrentGpuDeviceId - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: GetCurrentGpuDeviceId - nameWithType: OrtApi.GetCurrentGpuDeviceId - fullName: Microsoft.ML.OnnxRuntime.OrtApi.GetCurrentGpuDeviceId - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetCurrentGpuDeviceId - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 194 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr GetCurrentGpuDeviceId - return: - type: System.IntPtr - content.vb: Public GetCurrentGpuDeviceId As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.KernelInfoGetAttributeArray_float - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.KernelInfoGetAttributeArray_float - id: KernelInfoGetAttributeArray_float - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: KernelInfoGetAttributeArray_float - nameWithType: OrtApi.KernelInfoGetAttributeArray_float - fullName: Microsoft.ML.OnnxRuntime.OrtApi.KernelInfoGetAttributeArray_float - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: KernelInfoGetAttributeArray_float - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 195 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr KernelInfoGetAttributeArray_float - return: - type: System.IntPtr - content.vb: Public KernelInfoGetAttributeArray_float As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.KernelInfoGetAttributeArray_int64 - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.KernelInfoGetAttributeArray_int64 - id: KernelInfoGetAttributeArray_int64 - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: KernelInfoGetAttributeArray_int64 - nameWithType: OrtApi.KernelInfoGetAttributeArray_int64 - fullName: Microsoft.ML.OnnxRuntime.OrtApi.KernelInfoGetAttributeArray_int64 - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: KernelInfoGetAttributeArray_int64 - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 196 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr KernelInfoGetAttributeArray_int64 - return: - type: System.IntPtr - content.vb: Public KernelInfoGetAttributeArray_int64 As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.CreateArenaCfgV2 - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.CreateArenaCfgV2 - id: CreateArenaCfgV2 - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: CreateArenaCfgV2 - nameWithType: OrtApi.CreateArenaCfgV2 - fullName: Microsoft.ML.OnnxRuntime.OrtApi.CreateArenaCfgV2 - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CreateArenaCfgV2 - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 197 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr CreateArenaCfgV2 - return: - type: System.IntPtr - content.vb: Public CreateArenaCfgV2 As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.AddRunConfigEntry - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.AddRunConfigEntry - id: AddRunConfigEntry - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: AddRunConfigEntry - nameWithType: OrtApi.AddRunConfigEntry - fullName: Microsoft.ML.OnnxRuntime.OrtApi.AddRunConfigEntry - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: AddRunConfigEntry - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 198 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr AddRunConfigEntry - return: - type: System.IntPtr - content.vb: Public AddRunConfigEntry As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.CreatePrepackedWeightsContainer - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.CreatePrepackedWeightsContainer - id: CreatePrepackedWeightsContainer - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: CreatePrepackedWeightsContainer - nameWithType: OrtApi.CreatePrepackedWeightsContainer - fullName: Microsoft.ML.OnnxRuntime.OrtApi.CreatePrepackedWeightsContainer - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CreatePrepackedWeightsContainer - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 199 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr CreatePrepackedWeightsContainer - return: - type: System.IntPtr - content.vb: Public CreatePrepackedWeightsContainer As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.ReleasePrepackedWeightsContainer - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.ReleasePrepackedWeightsContainer - id: ReleasePrepackedWeightsContainer - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: ReleasePrepackedWeightsContainer - nameWithType: OrtApi.ReleasePrepackedWeightsContainer - fullName: Microsoft.ML.OnnxRuntime.OrtApi.ReleasePrepackedWeightsContainer - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ReleasePrepackedWeightsContainer - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 200 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr ReleasePrepackedWeightsContainer - return: - type: System.IntPtr - content.vb: Public ReleasePrepackedWeightsContainer As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.CreateSessionWithPrepackedWeightsContainer - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.CreateSessionWithPrepackedWeightsContainer - id: CreateSessionWithPrepackedWeightsContainer - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: CreateSessionWithPrepackedWeightsContainer - nameWithType: OrtApi.CreateSessionWithPrepackedWeightsContainer - fullName: Microsoft.ML.OnnxRuntime.OrtApi.CreateSessionWithPrepackedWeightsContainer - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CreateSessionWithPrepackedWeightsContainer - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 201 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr CreateSessionWithPrepackedWeightsContainer - return: - type: System.IntPtr - content.vb: Public CreateSessionWithPrepackedWeightsContainer As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.CreateSessionFromArrayWithPrepackedWeightsContainer - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.CreateSessionFromArrayWithPrepackedWeightsContainer - id: CreateSessionFromArrayWithPrepackedWeightsContainer - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: CreateSessionFromArrayWithPrepackedWeightsContainer - nameWithType: OrtApi.CreateSessionFromArrayWithPrepackedWeightsContainer - fullName: Microsoft.ML.OnnxRuntime.OrtApi.CreateSessionFromArrayWithPrepackedWeightsContainer - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CreateSessionFromArrayWithPrepackedWeightsContainer - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 202 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr CreateSessionFromArrayWithPrepackedWeightsContainer - return: - type: System.IntPtr - content.vb: Public CreateSessionFromArrayWithPrepackedWeightsContainer As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsAppendExecutionProvider_TensorRT_V2 - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsAppendExecutionProvider_TensorRT_V2 - id: SessionOptionsAppendExecutionProvider_TensorRT_V2 - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: SessionOptionsAppendExecutionProvider_TensorRT_V2 - nameWithType: OrtApi.SessionOptionsAppendExecutionProvider_TensorRT_V2 - fullName: Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsAppendExecutionProvider_TensorRT_V2 - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: SessionOptionsAppendExecutionProvider_TensorRT_V2 - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 203 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr SessionOptionsAppendExecutionProvider_TensorRT_V2 - return: - type: System.IntPtr - content.vb: Public SessionOptionsAppendExecutionProvider_TensorRT_V2 As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.CreateTensorRTProviderOptions - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.CreateTensorRTProviderOptions - id: CreateTensorRTProviderOptions - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: CreateTensorRTProviderOptions - nameWithType: OrtApi.CreateTensorRTProviderOptions - fullName: Microsoft.ML.OnnxRuntime.OrtApi.CreateTensorRTProviderOptions - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CreateTensorRTProviderOptions - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 204 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr CreateTensorRTProviderOptions - return: - type: System.IntPtr - content.vb: Public CreateTensorRTProviderOptions As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.UpdateTensorRTProviderOptions - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.UpdateTensorRTProviderOptions - id: UpdateTensorRTProviderOptions - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: UpdateTensorRTProviderOptions - nameWithType: OrtApi.UpdateTensorRTProviderOptions - fullName: Microsoft.ML.OnnxRuntime.OrtApi.UpdateTensorRTProviderOptions - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: UpdateTensorRTProviderOptions - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 205 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr UpdateTensorRTProviderOptions - return: - type: System.IntPtr - content.vb: Public UpdateTensorRTProviderOptions As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.GetTensorRTProviderOptionsAsString - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.GetTensorRTProviderOptionsAsString - id: GetTensorRTProviderOptionsAsString - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: GetTensorRTProviderOptionsAsString - nameWithType: OrtApi.GetTensorRTProviderOptionsAsString - fullName: Microsoft.ML.OnnxRuntime.OrtApi.GetTensorRTProviderOptionsAsString - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetTensorRTProviderOptionsAsString - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 206 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr GetTensorRTProviderOptionsAsString - return: - type: System.IntPtr - content.vb: Public GetTensorRTProviderOptionsAsString As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.ReleaseTensorRTProviderOptions - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.ReleaseTensorRTProviderOptions - id: ReleaseTensorRTProviderOptions - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: ReleaseTensorRTProviderOptions - nameWithType: OrtApi.ReleaseTensorRTProviderOptions - fullName: Microsoft.ML.OnnxRuntime.OrtApi.ReleaseTensorRTProviderOptions - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ReleaseTensorRTProviderOptions - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 207 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr ReleaseTensorRTProviderOptions - return: - type: System.IntPtr - content.vb: Public ReleaseTensorRTProviderOptions As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.EnableOrtCustomOps - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.EnableOrtCustomOps - id: EnableOrtCustomOps - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: EnableOrtCustomOps - nameWithType: OrtApi.EnableOrtCustomOps - fullName: Microsoft.ML.OnnxRuntime.OrtApi.EnableOrtCustomOps - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: EnableOrtCustomOps - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 208 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr EnableOrtCustomOps - return: - type: System.IntPtr - content.vb: Public EnableOrtCustomOps As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.RegisterAllocator - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.RegisterAllocator - id: RegisterAllocator - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: RegisterAllocator - nameWithType: OrtApi.RegisterAllocator - fullName: Microsoft.ML.OnnxRuntime.OrtApi.RegisterAllocator - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: RegisterAllocator - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 209 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr RegisterAllocator - return: - type: System.IntPtr - content.vb: Public RegisterAllocator As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.UnregisterAllocator - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.UnregisterAllocator - id: UnregisterAllocator - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: UnregisterAllocator - nameWithType: OrtApi.UnregisterAllocator - fullName: Microsoft.ML.OnnxRuntime.OrtApi.UnregisterAllocator - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: UnregisterAllocator - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 210 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr UnregisterAllocator - return: - type: System.IntPtr - content.vb: Public UnregisterAllocator As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.IsSparseTensor - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.IsSparseTensor - id: IsSparseTensor - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: IsSparseTensor - nameWithType: OrtApi.IsSparseTensor - fullName: Microsoft.ML.OnnxRuntime.OrtApi.IsSparseTensor - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: IsSparseTensor - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 211 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr IsSparseTensor - return: - type: System.IntPtr - content.vb: Public IsSparseTensor As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.CreateSparseTensorAsOrtValue - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.CreateSparseTensorAsOrtValue - id: CreateSparseTensorAsOrtValue - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: CreateSparseTensorAsOrtValue - nameWithType: OrtApi.CreateSparseTensorAsOrtValue - fullName: Microsoft.ML.OnnxRuntime.OrtApi.CreateSparseTensorAsOrtValue - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CreateSparseTensorAsOrtValue - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 212 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr CreateSparseTensorAsOrtValue - return: - type: System.IntPtr - content.vb: Public CreateSparseTensorAsOrtValue As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.FillSparseTensorCoo - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.FillSparseTensorCoo - id: FillSparseTensorCoo - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: FillSparseTensorCoo - nameWithType: OrtApi.FillSparseTensorCoo - fullName: Microsoft.ML.OnnxRuntime.OrtApi.FillSparseTensorCoo - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: FillSparseTensorCoo - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 213 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr FillSparseTensorCoo - return: - type: System.IntPtr - content.vb: Public FillSparseTensorCoo As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.FillSparseTensorCsr - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.FillSparseTensorCsr - id: FillSparseTensorCsr - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: FillSparseTensorCsr - nameWithType: OrtApi.FillSparseTensorCsr - fullName: Microsoft.ML.OnnxRuntime.OrtApi.FillSparseTensorCsr - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: FillSparseTensorCsr - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 214 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr FillSparseTensorCsr - return: - type: System.IntPtr - content.vb: Public FillSparseTensorCsr As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.FillSparseTensorBlockSparse - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.FillSparseTensorBlockSparse - id: FillSparseTensorBlockSparse - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: FillSparseTensorBlockSparse - nameWithType: OrtApi.FillSparseTensorBlockSparse - fullName: Microsoft.ML.OnnxRuntime.OrtApi.FillSparseTensorBlockSparse - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: FillSparseTensorBlockSparse - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 215 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr FillSparseTensorBlockSparse - return: - type: System.IntPtr - content.vb: Public FillSparseTensorBlockSparse As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.CreateSparseTensorWithValuesAsOrtValue - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.CreateSparseTensorWithValuesAsOrtValue - id: CreateSparseTensorWithValuesAsOrtValue - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: CreateSparseTensorWithValuesAsOrtValue - nameWithType: OrtApi.CreateSparseTensorWithValuesAsOrtValue - fullName: Microsoft.ML.OnnxRuntime.OrtApi.CreateSparseTensorWithValuesAsOrtValue - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CreateSparseTensorWithValuesAsOrtValue - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 216 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr CreateSparseTensorWithValuesAsOrtValue - return: - type: System.IntPtr - content.vb: Public CreateSparseTensorWithValuesAsOrtValue As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.UseCooIndices - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.UseCooIndices - id: UseCooIndices - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: UseCooIndices - nameWithType: OrtApi.UseCooIndices - fullName: Microsoft.ML.OnnxRuntime.OrtApi.UseCooIndices - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: UseCooIndices - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 217 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr UseCooIndices - return: - type: System.IntPtr - content.vb: Public UseCooIndices As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.UseCsrIndices - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.UseCsrIndices - id: UseCsrIndices - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: UseCsrIndices - nameWithType: OrtApi.UseCsrIndices - fullName: Microsoft.ML.OnnxRuntime.OrtApi.UseCsrIndices - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: UseCsrIndices - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 218 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr UseCsrIndices - return: - type: System.IntPtr - content.vb: Public UseCsrIndices As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.UseBlockSparseIndices - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.UseBlockSparseIndices - id: UseBlockSparseIndices - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: UseBlockSparseIndices - nameWithType: OrtApi.UseBlockSparseIndices - fullName: Microsoft.ML.OnnxRuntime.OrtApi.UseBlockSparseIndices - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: UseBlockSparseIndices - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 219 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr UseBlockSparseIndices - return: - type: System.IntPtr - content.vb: Public UseBlockSparseIndices As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.GetSparseTensorFormat - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.GetSparseTensorFormat - id: GetSparseTensorFormat - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: GetSparseTensorFormat - nameWithType: OrtApi.GetSparseTensorFormat - fullName: Microsoft.ML.OnnxRuntime.OrtApi.GetSparseTensorFormat - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetSparseTensorFormat - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 220 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr GetSparseTensorFormat - return: - type: System.IntPtr - content.vb: Public GetSparseTensorFormat As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.GetSparseTensorValuesTypeAndShape - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.GetSparseTensorValuesTypeAndShape - id: GetSparseTensorValuesTypeAndShape - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: GetSparseTensorValuesTypeAndShape - nameWithType: OrtApi.GetSparseTensorValuesTypeAndShape - fullName: Microsoft.ML.OnnxRuntime.OrtApi.GetSparseTensorValuesTypeAndShape - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetSparseTensorValuesTypeAndShape - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 221 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr GetSparseTensorValuesTypeAndShape - return: - type: System.IntPtr - content.vb: Public GetSparseTensorValuesTypeAndShape As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.GetSparseTensorValues - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.GetSparseTensorValues - id: GetSparseTensorValues - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: GetSparseTensorValues - nameWithType: OrtApi.GetSparseTensorValues - fullName: Microsoft.ML.OnnxRuntime.OrtApi.GetSparseTensorValues - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetSparseTensorValues - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 222 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr GetSparseTensorValues - return: - type: System.IntPtr - content.vb: Public GetSparseTensorValues As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.GetSparseTensorIndicesTypeShape - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.GetSparseTensorIndicesTypeShape - id: GetSparseTensorIndicesTypeShape - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: GetSparseTensorIndicesTypeShape - nameWithType: OrtApi.GetSparseTensorIndicesTypeShape - fullName: Microsoft.ML.OnnxRuntime.OrtApi.GetSparseTensorIndicesTypeShape - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetSparseTensorIndicesTypeShape - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 223 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr GetSparseTensorIndicesTypeShape - return: - type: System.IntPtr - content.vb: Public GetSparseTensorIndicesTypeShape As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.GetSparseTensorIndices - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.GetSparseTensorIndices - id: GetSparseTensorIndices - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: GetSparseTensorIndices - nameWithType: OrtApi.GetSparseTensorIndices - fullName: Microsoft.ML.OnnxRuntime.OrtApi.GetSparseTensorIndices - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetSparseTensorIndices - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 224 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr GetSparseTensorIndices - return: - type: System.IntPtr - content.vb: Public GetSparseTensorIndices As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.HasValue - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.HasValue - id: HasValue - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: HasValue - nameWithType: OrtApi.HasValue - fullName: Microsoft.ML.OnnxRuntime.OrtApi.HasValue - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: HasValue - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 225 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr HasValue - return: - type: System.IntPtr - content.vb: Public HasValue As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.KernelContext_GetGPUComputeStream - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.KernelContext_GetGPUComputeStream - id: KernelContext_GetGPUComputeStream - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: KernelContext_GetGPUComputeStream - nameWithType: OrtApi.KernelContext_GetGPUComputeStream - fullName: Microsoft.ML.OnnxRuntime.OrtApi.KernelContext_GetGPUComputeStream - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: KernelContext_GetGPUComputeStream - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 226 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr KernelContext_GetGPUComputeStream - return: - type: System.IntPtr - content.vb: Public KernelContext_GetGPUComputeStream As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.GetTensorMemoryInfo - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.GetTensorMemoryInfo - id: GetTensorMemoryInfo - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: GetTensorMemoryInfo - nameWithType: OrtApi.GetTensorMemoryInfo - fullName: Microsoft.ML.OnnxRuntime.OrtApi.GetTensorMemoryInfo - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetTensorMemoryInfo - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 227 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr GetTensorMemoryInfo - return: - type: System.IntPtr - content.vb: Public GetTensorMemoryInfo As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.GetExecutionProviderApi - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.GetExecutionProviderApi - id: GetExecutionProviderApi - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: GetExecutionProviderApi - nameWithType: OrtApi.GetExecutionProviderApi - fullName: Microsoft.ML.OnnxRuntime.OrtApi.GetExecutionProviderApi - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetExecutionProviderApi - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 228 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr GetExecutionProviderApi - return: - type: System.IntPtr - content.vb: Public GetExecutionProviderApi As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsSetCustomCreateThreadFn - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsSetCustomCreateThreadFn - id: SessionOptionsSetCustomCreateThreadFn - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: SessionOptionsSetCustomCreateThreadFn - nameWithType: OrtApi.SessionOptionsSetCustomCreateThreadFn - fullName: Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsSetCustomCreateThreadFn - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: SessionOptionsSetCustomCreateThreadFn - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 229 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr SessionOptionsSetCustomCreateThreadFn - return: - type: System.IntPtr - content.vb: Public SessionOptionsSetCustomCreateThreadFn As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsSetCustomThreadCreationOptions - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsSetCustomThreadCreationOptions - id: SessionOptionsSetCustomThreadCreationOptions - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: SessionOptionsSetCustomThreadCreationOptions - nameWithType: OrtApi.SessionOptionsSetCustomThreadCreationOptions - fullName: Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsSetCustomThreadCreationOptions - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: SessionOptionsSetCustomThreadCreationOptions - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 230 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr SessionOptionsSetCustomThreadCreationOptions - return: - type: System.IntPtr - content.vb: Public SessionOptionsSetCustomThreadCreationOptions As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsSetCustomJoinThreadFn - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsSetCustomJoinThreadFn - id: SessionOptionsSetCustomJoinThreadFn - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: SessionOptionsSetCustomJoinThreadFn - nameWithType: OrtApi.SessionOptionsSetCustomJoinThreadFn - fullName: Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsSetCustomJoinThreadFn - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: SessionOptionsSetCustomJoinThreadFn - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 231 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr SessionOptionsSetCustomJoinThreadFn - return: - type: System.IntPtr - content.vb: Public SessionOptionsSetCustomJoinThreadFn As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.SetGlobalCustomCreateThreadFn - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.SetGlobalCustomCreateThreadFn - id: SetGlobalCustomCreateThreadFn - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: SetGlobalCustomCreateThreadFn - nameWithType: OrtApi.SetGlobalCustomCreateThreadFn - fullName: Microsoft.ML.OnnxRuntime.OrtApi.SetGlobalCustomCreateThreadFn - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: SetGlobalCustomCreateThreadFn - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 232 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr SetGlobalCustomCreateThreadFn - return: - type: System.IntPtr - content.vb: Public SetGlobalCustomCreateThreadFn As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.SetGlobalCustomThreadCreationOptions - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.SetGlobalCustomThreadCreationOptions - id: SetGlobalCustomThreadCreationOptions - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: SetGlobalCustomThreadCreationOptions - nameWithType: OrtApi.SetGlobalCustomThreadCreationOptions - fullName: Microsoft.ML.OnnxRuntime.OrtApi.SetGlobalCustomThreadCreationOptions - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: SetGlobalCustomThreadCreationOptions - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 233 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr SetGlobalCustomThreadCreationOptions - return: - type: System.IntPtr - content.vb: Public SetGlobalCustomThreadCreationOptions As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.SetGlobalCustomJoinThreadFn - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.SetGlobalCustomJoinThreadFn - id: SetGlobalCustomJoinThreadFn - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: SetGlobalCustomJoinThreadFn - nameWithType: OrtApi.SetGlobalCustomJoinThreadFn - fullName: Microsoft.ML.OnnxRuntime.OrtApi.SetGlobalCustomJoinThreadFn - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: SetGlobalCustomJoinThreadFn - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 234 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr SetGlobalCustomJoinThreadFn - return: - type: System.IntPtr - content.vb: Public SetGlobalCustomJoinThreadFn As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.SynchronizeBoundInputs - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.SynchronizeBoundInputs - id: SynchronizeBoundInputs - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: SynchronizeBoundInputs - nameWithType: OrtApi.SynchronizeBoundInputs - fullName: Microsoft.ML.OnnxRuntime.OrtApi.SynchronizeBoundInputs - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: SynchronizeBoundInputs - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 235 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr SynchronizeBoundInputs - return: - type: System.IntPtr - content.vb: Public SynchronizeBoundInputs As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.SynchronizeBoundOutputs - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.SynchronizeBoundOutputs - id: SynchronizeBoundOutputs - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: SynchronizeBoundOutputs - nameWithType: OrtApi.SynchronizeBoundOutputs - fullName: Microsoft.ML.OnnxRuntime.OrtApi.SynchronizeBoundOutputs - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: SynchronizeBoundOutputs - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 236 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr SynchronizeBoundOutputs - return: - type: System.IntPtr - content.vb: Public SynchronizeBoundOutputs As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsAppendExecutionProvider_CUDA_V2 - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsAppendExecutionProvider_CUDA_V2 - id: SessionOptionsAppendExecutionProvider_CUDA_V2 - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: SessionOptionsAppendExecutionProvider_CUDA_V2 - nameWithType: OrtApi.SessionOptionsAppendExecutionProvider_CUDA_V2 - fullName: Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsAppendExecutionProvider_CUDA_V2 - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: SessionOptionsAppendExecutionProvider_CUDA_V2 - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 237 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr SessionOptionsAppendExecutionProvider_CUDA_V2 - return: - type: System.IntPtr - content.vb: Public SessionOptionsAppendExecutionProvider_CUDA_V2 As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.CreateCUDAProviderOptions - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.CreateCUDAProviderOptions - id: CreateCUDAProviderOptions - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: CreateCUDAProviderOptions - nameWithType: OrtApi.CreateCUDAProviderOptions - fullName: Microsoft.ML.OnnxRuntime.OrtApi.CreateCUDAProviderOptions - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CreateCUDAProviderOptions - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 238 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr CreateCUDAProviderOptions - return: - type: System.IntPtr - content.vb: Public CreateCUDAProviderOptions As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.UpdateCUDAProviderOptions - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.UpdateCUDAProviderOptions - id: UpdateCUDAProviderOptions - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: UpdateCUDAProviderOptions - nameWithType: OrtApi.UpdateCUDAProviderOptions - fullName: Microsoft.ML.OnnxRuntime.OrtApi.UpdateCUDAProviderOptions - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: UpdateCUDAProviderOptions - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 239 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr UpdateCUDAProviderOptions - return: - type: System.IntPtr - content.vb: Public UpdateCUDAProviderOptions As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.GetCUDAProviderOptionsAsString - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.GetCUDAProviderOptionsAsString - id: GetCUDAProviderOptionsAsString - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: GetCUDAProviderOptionsAsString - nameWithType: OrtApi.GetCUDAProviderOptionsAsString - fullName: Microsoft.ML.OnnxRuntime.OrtApi.GetCUDAProviderOptionsAsString - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetCUDAProviderOptionsAsString - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 240 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr GetCUDAProviderOptionsAsString - return: - type: System.IntPtr - content.vb: Public GetCUDAProviderOptionsAsString As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.ReleaseCUDAProviderOptions - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.ReleaseCUDAProviderOptions - id: ReleaseCUDAProviderOptions - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: ReleaseCUDAProviderOptions - nameWithType: OrtApi.ReleaseCUDAProviderOptions - fullName: Microsoft.ML.OnnxRuntime.OrtApi.ReleaseCUDAProviderOptions - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ReleaseCUDAProviderOptions - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 241 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr ReleaseCUDAProviderOptions - return: - type: System.IntPtr - content.vb: Public ReleaseCUDAProviderOptions As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsAppendExecutionProvider_MIGraphX - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsAppendExecutionProvider_MIGraphX - id: SessionOptionsAppendExecutionProvider_MIGraphX - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: SessionOptionsAppendExecutionProvider_MIGraphX - nameWithType: OrtApi.SessionOptionsAppendExecutionProvider_MIGraphX - fullName: Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsAppendExecutionProvider_MIGraphX - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: SessionOptionsAppendExecutionProvider_MIGraphX - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 242 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr SessionOptionsAppendExecutionProvider_MIGraphX - return: - type: System.IntPtr - content.vb: Public SessionOptionsAppendExecutionProvider_MIGraphX As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.AddExternalInitializers - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.AddExternalInitializers - id: AddExternalInitializers - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: AddExternalInitializers - nameWithType: OrtApi.AddExternalInitializers - fullName: Microsoft.ML.OnnxRuntime.OrtApi.AddExternalInitializers - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: AddExternalInitializers - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 243 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr AddExternalInitializers - return: - type: System.IntPtr - content.vb: Public AddExternalInitializers As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.CreateOpAttr - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.CreateOpAttr - id: CreateOpAttr - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: CreateOpAttr - nameWithType: OrtApi.CreateOpAttr - fullName: Microsoft.ML.OnnxRuntime.OrtApi.CreateOpAttr - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CreateOpAttr - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 244 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr CreateOpAttr - return: - type: System.IntPtr - content.vb: Public CreateOpAttr As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.ReleaseOpAttr - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.ReleaseOpAttr - id: ReleaseOpAttr - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: ReleaseOpAttr - nameWithType: OrtApi.ReleaseOpAttr - fullName: Microsoft.ML.OnnxRuntime.OrtApi.ReleaseOpAttr - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ReleaseOpAttr - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 245 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr ReleaseOpAttr - return: - type: System.IntPtr - content.vb: Public ReleaseOpAttr As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.CreateOp - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.CreateOp - id: CreateOp - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: CreateOp - nameWithType: OrtApi.CreateOp - fullName: Microsoft.ML.OnnxRuntime.OrtApi.CreateOp - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CreateOp - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 246 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr CreateOp - return: - type: System.IntPtr - content.vb: Public CreateOp As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.InvokeOp - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.InvokeOp - id: InvokeOp - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: InvokeOp - nameWithType: OrtApi.InvokeOp - fullName: Microsoft.ML.OnnxRuntime.OrtApi.InvokeOp - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: InvokeOp - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 247 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr InvokeOp - return: - type: System.IntPtr - content.vb: Public InvokeOp As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.ReleaseOp - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.ReleaseOp - id: ReleaseOp - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: ReleaseOp - nameWithType: OrtApi.ReleaseOp - fullName: Microsoft.ML.OnnxRuntime.OrtApi.ReleaseOp - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ReleaseOp - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 248 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr ReleaseOp - return: - type: System.IntPtr - content.vb: Public ReleaseOp As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsAppendExecutionProvider - commentId: F:Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsAppendExecutionProvider - id: SessionOptionsAppendExecutionProvider - parent: Microsoft.ML.OnnxRuntime.OrtApi - langs: - - csharp - - vb - name: SessionOptionsAppendExecutionProvider - nameWithType: OrtApi.SessionOptionsAppendExecutionProvider - fullName: Microsoft.ML.OnnxRuntime.OrtApi.SessionOptionsAppendExecutionProvider - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: SessionOptionsAppendExecutionProvider - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 249 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr SessionOptionsAppendExecutionProvider - return: - type: System.IntPtr - content.vb: Public SessionOptionsAppendExecutionProvider As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -references: -- uid: Microsoft.ML.OnnxRuntime - commentId: N:Microsoft.ML.OnnxRuntime - name: Microsoft.ML.OnnxRuntime - nameWithType: Microsoft.ML.OnnxRuntime - fullName: Microsoft.ML.OnnxRuntime -- uid: System.ValueType.Equals(System.Object) - commentId: M:System.ValueType.Equals(System.Object) - parent: System.ValueType - isExternal: true - name: Equals(Object) - nameWithType: ValueType.Equals(Object) - fullName: System.ValueType.Equals(System.Object) - spec.csharp: - - uid: System.ValueType.Equals(System.Object) - name: Equals - nameWithType: ValueType.Equals - fullName: System.ValueType.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.ValueType.Equals(System.Object) - name: Equals - nameWithType: ValueType.Equals - fullName: System.ValueType.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.ValueType.GetHashCode - commentId: M:System.ValueType.GetHashCode - parent: System.ValueType - isExternal: true - name: GetHashCode() - nameWithType: ValueType.GetHashCode() - fullName: System.ValueType.GetHashCode() - spec.csharp: - - uid: System.ValueType.GetHashCode - name: GetHashCode - nameWithType: ValueType.GetHashCode - fullName: System.ValueType.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.ValueType.GetHashCode - name: GetHashCode - nameWithType: ValueType.GetHashCode - fullName: System.ValueType.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.ValueType.ToString - commentId: M:System.ValueType.ToString - parent: System.ValueType - isExternal: true - name: ToString() - nameWithType: ValueType.ToString() - fullName: System.ValueType.ToString() - spec.csharp: - - uid: System.ValueType.ToString - name: ToString - nameWithType: ValueType.ToString - fullName: System.ValueType.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.ValueType.ToString - name: ToString - nameWithType: ValueType.ToString - fullName: System.ValueType.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.ValueType - commentId: T:System.ValueType - parent: System - isExternal: true - name: ValueType - nameWithType: ValueType - fullName: System.ValueType -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System -- uid: System.IntPtr - commentId: T:System.IntPtr - parent: System - isExternal: true - name: IntPtr - nameWithType: IntPtr - fullName: System.IntPtr diff --git a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtApiBase.yml b/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtApiBase.yml deleted file mode 100644 index e978cebd264b3..0000000000000 --- a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtApiBase.yml +++ /dev/null @@ -1,386 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Microsoft.ML.OnnxRuntime.OrtApiBase - commentId: T:Microsoft.ML.OnnxRuntime.OrtApiBase - id: OrtApiBase - parent: Microsoft.ML.OnnxRuntime - children: - - Microsoft.ML.OnnxRuntime.OrtApiBase.GetApi - - Microsoft.ML.OnnxRuntime.OrtApiBase.GetVersionString - langs: - - csharp - - vb - name: OrtApiBase - nameWithType: OrtApiBase - fullName: Microsoft.ML.OnnxRuntime.OrtApiBase - type: Struct - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: OrtApiBase - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 8 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public struct OrtApiBase - content.vb: Public Structure OrtApiBase - inheritedMembers: - - System.ValueType.Equals(System.Object) - - System.ValueType.GetHashCode - - System.ValueType.ToString - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetType - - System.Object.ReferenceEquals(System.Object,System.Object) - modifiers.csharp: - - public - - struct - modifiers.vb: - - Public - - Structure -- uid: Microsoft.ML.OnnxRuntime.OrtApiBase.GetApi - commentId: F:Microsoft.ML.OnnxRuntime.OrtApiBase.GetApi - id: GetApi - parent: Microsoft.ML.OnnxRuntime.OrtApiBase - langs: - - csharp - - vb - name: GetApi - nameWithType: OrtApiBase.GetApi - fullName: Microsoft.ML.OnnxRuntime.OrtApiBase.GetApi - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetApi - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 11 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr GetApi - return: - type: System.IntPtr - content.vb: Public GetApi As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtApiBase.GetVersionString - commentId: F:Microsoft.ML.OnnxRuntime.OrtApiBase.GetVersionString - id: GetVersionString - parent: Microsoft.ML.OnnxRuntime.OrtApiBase - langs: - - csharp - - vb - name: GetVersionString - nameWithType: OrtApiBase.GetVersionString - fullName: Microsoft.ML.OnnxRuntime.OrtApiBase.GetVersionString - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetVersionString - path: ../src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs - startLine: 12 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IntPtr GetVersionString - return: - type: System.IntPtr - content.vb: Public GetVersionString As IntPtr - modifiers.csharp: - - public - modifiers.vb: - - Public -references: -- uid: Microsoft.ML.OnnxRuntime - commentId: N:Microsoft.ML.OnnxRuntime - name: Microsoft.ML.OnnxRuntime - nameWithType: Microsoft.ML.OnnxRuntime - fullName: Microsoft.ML.OnnxRuntime -- uid: System.ValueType.Equals(System.Object) - commentId: M:System.ValueType.Equals(System.Object) - parent: System.ValueType - isExternal: true - name: Equals(Object) - nameWithType: ValueType.Equals(Object) - fullName: System.ValueType.Equals(System.Object) - spec.csharp: - - uid: System.ValueType.Equals(System.Object) - name: Equals - nameWithType: ValueType.Equals - fullName: System.ValueType.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.ValueType.Equals(System.Object) - name: Equals - nameWithType: ValueType.Equals - fullName: System.ValueType.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.ValueType.GetHashCode - commentId: M:System.ValueType.GetHashCode - parent: System.ValueType - isExternal: true - name: GetHashCode() - nameWithType: ValueType.GetHashCode() - fullName: System.ValueType.GetHashCode() - spec.csharp: - - uid: System.ValueType.GetHashCode - name: GetHashCode - nameWithType: ValueType.GetHashCode - fullName: System.ValueType.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.ValueType.GetHashCode - name: GetHashCode - nameWithType: ValueType.GetHashCode - fullName: System.ValueType.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.ValueType.ToString - commentId: M:System.ValueType.ToString - parent: System.ValueType - isExternal: true - name: ToString() - nameWithType: ValueType.ToString() - fullName: System.ValueType.ToString() - spec.csharp: - - uid: System.ValueType.ToString - name: ToString - nameWithType: ValueType.ToString - fullName: System.ValueType.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.ValueType.ToString - name: ToString - nameWithType: ValueType.ToString - fullName: System.ValueType.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.ValueType - commentId: T:System.ValueType - parent: System - isExternal: true - name: ValueType - nameWithType: ValueType - fullName: System.ValueType -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System -- uid: System.IntPtr - commentId: T:System.IntPtr - parent: System - isExternal: true - name: IntPtr - nameWithType: IntPtr - fullName: System.IntPtr diff --git a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtArenaCfg.yml b/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtArenaCfg.yml deleted file mode 100644 index cef49f2f1a98d..0000000000000 --- a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtArenaCfg.yml +++ /dev/null @@ -1,841 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Microsoft.ML.OnnxRuntime.OrtArenaCfg - commentId: T:Microsoft.ML.OnnxRuntime.OrtArenaCfg - id: OrtArenaCfg - parent: Microsoft.ML.OnnxRuntime - children: - - Microsoft.ML.OnnxRuntime.OrtArenaCfg.#ctor(System.UInt32,System.Int32,System.Int32,System.Int32) - - Microsoft.ML.OnnxRuntime.OrtArenaCfg.IsInvalid - - Microsoft.ML.OnnxRuntime.OrtArenaCfg.ReleaseHandle - langs: - - csharp - - vb - name: OrtArenaCfg - nameWithType: OrtArenaCfg - fullName: Microsoft.ML.OnnxRuntime.OrtArenaCfg - type: Class - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: OrtArenaCfg - path: ../src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - startLine: 35 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nThis class encapsulates arena configuration information that will be used to define the behavior\nof an arena based allocator\nSee docs/C_API.md for more details\n" - example: [] - syntax: - content: 'public class OrtArenaCfg : SafeHandle, IDisposable' - content.vb: >- - Public Class OrtArenaCfg - Inherits SafeHandle - Implements IDisposable - inheritance: - - System.Object - - System.Runtime.InteropServices.SafeHandle - implements: - - System.IDisposable - inheritedMembers: - - System.Runtime.InteropServices.SafeHandle.handle - - System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - - System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - - System.Runtime.InteropServices.SafeHandle.DangerousRelease - - System.Runtime.InteropServices.SafeHandle.Dispose - - System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - - System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - - System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - - System.Runtime.InteropServices.SafeHandle.IsClosed - - System.Object.Equals(System.Object) - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetHashCode - - System.Object.GetType - - System.Object.MemberwiseClone - - System.Object.ReferenceEquals(System.Object,System.Object) - - System.Object.ToString - modifiers.csharp: - - public - - class - modifiers.vb: - - Public - - Class -- uid: Microsoft.ML.OnnxRuntime.OrtArenaCfg.#ctor(System.UInt32,System.Int32,System.Int32,System.Int32) - commentId: M:Microsoft.ML.OnnxRuntime.OrtArenaCfg.#ctor(System.UInt32,System.Int32,System.Int32,System.Int32) - id: '#ctor(System.UInt32,System.Int32,System.Int32,System.Int32)' - parent: Microsoft.ML.OnnxRuntime.OrtArenaCfg - langs: - - csharp - - vb - name: OrtArenaCfg(UInt32, Int32, Int32, Int32) - nameWithType: OrtArenaCfg.OrtArenaCfg(UInt32, Int32, Int32, Int32) - fullName: Microsoft.ML.OnnxRuntime.OrtArenaCfg.OrtArenaCfg(System.UInt32, System.Int32, System.Int32, System.Int32) - type: Constructor - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: .ctor - path: ../src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - startLine: 45 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nCreate an instance of arena configuration which will be used to create an arena based allocator\nSee docs/C_API.md for details on what the following parameters mean and how to choose these values\n" - example: [] - syntax: - content: public OrtArenaCfg(uint maxMemory, int arenaExtendStrategy, int initialChunkSizeBytes, int maxDeadBytesPerChunk) - parameters: - - id: maxMemory - type: System.UInt32 - description: Maximum amount of memory the arena allocates - - id: arenaExtendStrategy - type: System.Int32 - description: Strategy for arena expansion - - id: initialChunkSizeBytes - type: System.Int32 - description: Size of the region that the arena allocates first - - id: maxDeadBytesPerChunk - type: System.Int32 - description: Maximum amount of fragmentation allowed per chunk - content.vb: Public Sub New(maxMemory As UInteger, arenaExtendStrategy As Integer, initialChunkSizeBytes As Integer, maxDeadBytesPerChunk As Integer) - overload: Microsoft.ML.OnnxRuntime.OrtArenaCfg.#ctor* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtArenaCfg.IsInvalid - commentId: P:Microsoft.ML.OnnxRuntime.OrtArenaCfg.IsInvalid - id: IsInvalid - parent: Microsoft.ML.OnnxRuntime.OrtArenaCfg - langs: - - csharp - - vb - name: IsInvalid - nameWithType: OrtArenaCfg.IsInvalid - fullName: Microsoft.ML.OnnxRuntime.OrtArenaCfg.IsInvalid - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: IsInvalid - path: ../src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - startLine: 69 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nOverrides SafeHandle.IsInvalid\n" - example: [] - syntax: - content: public override bool IsInvalid { get; } - parameters: [] - return: - type: System.Boolean - description: returns true if handle is equal to Zero - content.vb: Public Overrides ReadOnly Property IsInvalid As Boolean - overridden: System.Runtime.InteropServices.SafeHandle.IsInvalid - overload: Microsoft.ML.OnnxRuntime.OrtArenaCfg.IsInvalid* - modifiers.csharp: - - public - - override - - get - modifiers.vb: - - Public - - Overrides - - ReadOnly -- uid: Microsoft.ML.OnnxRuntime.OrtArenaCfg.ReleaseHandle - commentId: M:Microsoft.ML.OnnxRuntime.OrtArenaCfg.ReleaseHandle - id: ReleaseHandle - parent: Microsoft.ML.OnnxRuntime.OrtArenaCfg - langs: - - csharp - - vb - name: ReleaseHandle() - nameWithType: OrtArenaCfg.ReleaseHandle() - fullName: Microsoft.ML.OnnxRuntime.OrtArenaCfg.ReleaseHandle() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ReleaseHandle - path: ../src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - startLine: 76 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nOverrides SafeHandle.ReleaseHandle() to properly dispose of\nthe native instance of OrtEnv\n" - example: [] - syntax: - content: protected override bool ReleaseHandle() - return: - type: System.Boolean - description: always returns true - content.vb: Protected Overrides Function ReleaseHandle As Boolean - overridden: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - overload: Microsoft.ML.OnnxRuntime.OrtArenaCfg.ReleaseHandle* - modifiers.csharp: - - protected - - override - modifiers.vb: - - Protected - - Overrides -references: -- uid: Microsoft.ML.OnnxRuntime - commentId: N:Microsoft.ML.OnnxRuntime - name: Microsoft.ML.OnnxRuntime - nameWithType: Microsoft.ML.OnnxRuntime - fullName: Microsoft.ML.OnnxRuntime -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: System.Runtime.InteropServices.SafeHandle - commentId: T:System.Runtime.InteropServices.SafeHandle - parent: System.Runtime.InteropServices - isExternal: true - name: SafeHandle - nameWithType: SafeHandle - fullName: System.Runtime.InteropServices.SafeHandle -- uid: System.IDisposable - commentId: T:System.IDisposable - parent: System - isExternal: true - name: IDisposable - nameWithType: IDisposable - fullName: System.IDisposable -- uid: System.Runtime.InteropServices.SafeHandle.handle - commentId: F:System.Runtime.InteropServices.SafeHandle.handle - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: handle - nameWithType: SafeHandle.handle - fullName: System.Runtime.InteropServices.SafeHandle.handle -- uid: System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - commentId: M:System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: DangerousAddRef(Boolean) - nameWithType: SafeHandle.DangerousAddRef(Boolean) - fullName: System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean) - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - name: DangerousAddRef - nameWithType: SafeHandle.DangerousAddRef - fullName: System.Runtime.InteropServices.SafeHandle.DangerousAddRef - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - name: DangerousAddRef - nameWithType: SafeHandle.DangerousAddRef - fullName: System.Runtime.InteropServices.SafeHandle.DangerousAddRef - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - commentId: M:System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: DangerousGetHandle() - nameWithType: SafeHandle.DangerousGetHandle() - fullName: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - name: DangerousGetHandle - nameWithType: SafeHandle.DangerousGetHandle - fullName: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - name: DangerousGetHandle - nameWithType: SafeHandle.DangerousGetHandle - fullName: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.DangerousRelease - commentId: M:System.Runtime.InteropServices.SafeHandle.DangerousRelease - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: DangerousRelease() - nameWithType: SafeHandle.DangerousRelease() - fullName: System.Runtime.InteropServices.SafeHandle.DangerousRelease() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousRelease - name: DangerousRelease - nameWithType: SafeHandle.DangerousRelease - fullName: System.Runtime.InteropServices.SafeHandle.DangerousRelease - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousRelease - name: DangerousRelease - nameWithType: SafeHandle.DangerousRelease - fullName: System.Runtime.InteropServices.SafeHandle.DangerousRelease - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.Dispose - commentId: M:System.Runtime.InteropServices.SafeHandle.Dispose - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: Dispose() - nameWithType: SafeHandle.Dispose() - fullName: System.Runtime.InteropServices.SafeHandle.Dispose() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.Dispose - name: Dispose - nameWithType: SafeHandle.Dispose - fullName: System.Runtime.InteropServices.SafeHandle.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.Dispose - name: Dispose - nameWithType: SafeHandle.Dispose - fullName: System.Runtime.InteropServices.SafeHandle.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - commentId: M:System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: Dispose(Boolean) - nameWithType: SafeHandle.Dispose(Boolean) - fullName: System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - name: Dispose - nameWithType: SafeHandle.Dispose - fullName: System.Runtime.InteropServices.SafeHandle.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - name: Dispose - nameWithType: SafeHandle.Dispose - fullName: System.Runtime.InteropServices.SafeHandle.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - commentId: M:System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: SetHandle(IntPtr) - nameWithType: SafeHandle.SetHandle(IntPtr) - fullName: System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - name: SetHandle - nameWithType: SafeHandle.SetHandle - fullName: System.Runtime.InteropServices.SafeHandle.SetHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.IntPtr - name: IntPtr - nameWithType: IntPtr - fullName: System.IntPtr - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - name: SetHandle - nameWithType: SafeHandle.SetHandle - fullName: System.Runtime.InteropServices.SafeHandle.SetHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.IntPtr - name: IntPtr - nameWithType: IntPtr - fullName: System.IntPtr - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - commentId: M:System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: SetHandleAsInvalid() - nameWithType: SafeHandle.SetHandleAsInvalid() - fullName: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - name: SetHandleAsInvalid - nameWithType: SafeHandle.SetHandleAsInvalid - fullName: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - name: SetHandleAsInvalid - nameWithType: SafeHandle.SetHandleAsInvalid - fullName: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.IsClosed - commentId: P:System.Runtime.InteropServices.SafeHandle.IsClosed - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: IsClosed - nameWithType: SafeHandle.IsClosed - fullName: System.Runtime.InteropServices.SafeHandle.IsClosed -- uid: System.Object.Equals(System.Object) - commentId: M:System.Object.Equals(System.Object) - parent: System.Object - isExternal: true - name: Equals(Object) - nameWithType: Object.Equals(Object) - fullName: System.Object.Equals(System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetHashCode - commentId: M:System.Object.GetHashCode - parent: System.Object - isExternal: true - name: GetHashCode() - nameWithType: Object.GetHashCode() - fullName: System.Object.GetHashCode() - spec.csharp: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - name: MemberwiseClone() - nameWithType: Object.MemberwiseClone() - fullName: System.Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ToString - commentId: M:System.Object.ToString - parent: System.Object - isExternal: true - name: ToString() - nameWithType: Object.ToString() - fullName: System.Object.ToString() - spec.csharp: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System -- uid: System.Runtime.InteropServices - commentId: N:System.Runtime.InteropServices - isExternal: true - name: System.Runtime.InteropServices - nameWithType: System.Runtime.InteropServices - fullName: System.Runtime.InteropServices -- uid: Microsoft.ML.OnnxRuntime.OrtArenaCfg.#ctor* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtArenaCfg.#ctor - name: OrtArenaCfg - nameWithType: OrtArenaCfg.OrtArenaCfg - fullName: Microsoft.ML.OnnxRuntime.OrtArenaCfg.OrtArenaCfg -- uid: System.UInt32 - commentId: T:System.UInt32 - parent: System - isExternal: true - name: UInt32 - nameWithType: UInt32 - fullName: System.UInt32 -- uid: System.Int32 - commentId: T:System.Int32 - parent: System - isExternal: true - name: Int32 - nameWithType: Int32 - fullName: System.Int32 -- uid: System.Runtime.InteropServices.SafeHandle.IsInvalid - commentId: P:System.Runtime.InteropServices.SafeHandle.IsInvalid - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: IsInvalid - nameWithType: SafeHandle.IsInvalid - fullName: System.Runtime.InteropServices.SafeHandle.IsInvalid -- uid: Microsoft.ML.OnnxRuntime.OrtArenaCfg.IsInvalid* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtArenaCfg.IsInvalid - name: IsInvalid - nameWithType: OrtArenaCfg.IsInvalid - fullName: Microsoft.ML.OnnxRuntime.OrtArenaCfg.IsInvalid -- uid: System.Boolean - commentId: T:System.Boolean - parent: System - isExternal: true - name: Boolean - nameWithType: Boolean - fullName: System.Boolean -- uid: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - commentId: M:System.Runtime.InteropServices.SafeHandle.ReleaseHandle - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: ReleaseHandle() - nameWithType: SafeHandle.ReleaseHandle() - fullName: System.Runtime.InteropServices.SafeHandle.ReleaseHandle() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - name: ReleaseHandle - nameWithType: SafeHandle.ReleaseHandle - fullName: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - name: ReleaseHandle - nameWithType: SafeHandle.ReleaseHandle - fullName: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.OrtArenaCfg.ReleaseHandle* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtArenaCfg.ReleaseHandle - name: ReleaseHandle - nameWithType: OrtArenaCfg.ReleaseHandle - fullName: Microsoft.ML.OnnxRuntime.OrtArenaCfg.ReleaseHandle diff --git a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions.yml b/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions.yml deleted file mode 100644 index 5e5606ba13f2b..0000000000000 --- a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions.yml +++ /dev/null @@ -1,1024 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions - commentId: T:Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions - id: OrtCUDAProviderOptions - parent: Microsoft.ML.OnnxRuntime - children: - - Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions.#ctor - - Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions.GetOptions - - Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions.IsInvalid - - Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions.ReleaseHandle - - Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions.UpdateOptions(System.Collections.Generic.Dictionary{System.String,System.String}) - langs: - - csharp - - vb - name: OrtCUDAProviderOptions - nameWithType: OrtCUDAProviderOptions - fullName: Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions - type: Class - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: OrtCUDAProviderOptions - path: ../src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - startLine: 126 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nHolds the options for configuring a CUDA Execution Provider instance\n" - example: [] - syntax: - content: 'public class OrtCUDAProviderOptions : SafeHandle, IDisposable' - content.vb: >- - Public Class OrtCUDAProviderOptions - Inherits SafeHandle - Implements IDisposable - inheritance: - - System.Object - - System.Runtime.InteropServices.SafeHandle - implements: - - System.IDisposable - inheritedMembers: - - System.Runtime.InteropServices.SafeHandle.handle - - System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - - System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - - System.Runtime.InteropServices.SafeHandle.DangerousRelease - - System.Runtime.InteropServices.SafeHandle.Dispose - - System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - - System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - - System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - - System.Runtime.InteropServices.SafeHandle.IsClosed - - System.Object.Equals(System.Object) - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetHashCode - - System.Object.GetType - - System.Object.MemberwiseClone - - System.Object.ReferenceEquals(System.Object,System.Object) - - System.Object.ToString - modifiers.csharp: - - public - - class - modifiers.vb: - - Public - - Class -- uid: Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions.#ctor - commentId: M:Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions.#ctor - id: '#ctor' - parent: Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions - langs: - - csharp - - vb - name: OrtCUDAProviderOptions() - nameWithType: OrtCUDAProviderOptions.OrtCUDAProviderOptions() - fullName: Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions.OrtCUDAProviderOptions() - type: Constructor - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: .ctor - path: ../src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - startLine: 142 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nConstructs an empty OrtCUDAroviderOptions instance\n" - example: [] - syntax: - content: public OrtCUDAProviderOptions() - content.vb: Public Sub New - overload: Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions.#ctor* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions.GetOptions - commentId: M:Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions.GetOptions - id: GetOptions - parent: Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions - langs: - - csharp - - vb - name: GetOptions() - nameWithType: OrtCUDAProviderOptions.GetOptions() - fullName: Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions.GetOptions() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetOptions - path: ../src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - startLine: 155 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nGet CUDA EP provider options\n" - example: [] - syntax: - content: public string GetOptions() - return: - type: System.String - description: 'return C# UTF-16 encoded string ' - content.vb: Public Function GetOptions As String - overload: Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions.GetOptions* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions.UpdateOptions(System.Collections.Generic.Dictionary{System.String,System.String}) - commentId: M:Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions.UpdateOptions(System.Collections.Generic.Dictionary{System.String,System.String}) - id: UpdateOptions(System.Collections.Generic.Dictionary{System.String,System.String}) - parent: Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions - langs: - - csharp - - vb - name: UpdateOptions(Dictionary) - nameWithType: OrtCUDAProviderOptions.UpdateOptions(Dictionary) - fullName: Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions.UpdateOptions(System.Collections.Generic.Dictionary) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: UpdateOptions - path: ../src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - startLine: 174 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nUpdates the configuration knobs of OrtCUDAProviderOptions that will eventually be used to configure a CUDA EP\nPlease refer to the following on different key/value pairs to configure a CUDA EP and their meaning:\nhttps://www.onnxruntime.ai/docs/reference/execution-providers/CUDA-ExecutionProvider.html\n" - example: [] - syntax: - content: public void UpdateOptions(Dictionary providerOptions) - parameters: - - id: providerOptions - type: System.Collections.Generic.Dictionary{System.String,System.String} - description: key/value pairs used to configure a CUDA Execution Provider - content.vb: Public Sub UpdateOptions(providerOptions As Dictionary(Of String, String)) - overload: Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions.UpdateOptions* - nameWithType.vb: OrtCUDAProviderOptions.UpdateOptions(Dictionary(Of String, String)) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions.UpdateOptions(System.Collections.Generic.Dictionary(Of System.String, System.String)) - name.vb: UpdateOptions(Dictionary(Of String, String)) -- uid: Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions.IsInvalid - commentId: P:Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions.IsInvalid - id: IsInvalid - parent: Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions - langs: - - csharp - - vb - name: IsInvalid - nameWithType: OrtCUDAProviderOptions.IsInvalid - fullName: Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions.IsInvalid - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: IsInvalid - path: ../src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - startLine: 194 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nOverrides SafeHandle.IsInvalid\n" - example: [] - syntax: - content: public override bool IsInvalid { get; } - parameters: [] - return: - type: System.Boolean - description: returns true if handle is equal to Zero - content.vb: Public Overrides ReadOnly Property IsInvalid As Boolean - overridden: System.Runtime.InteropServices.SafeHandle.IsInvalid - overload: Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions.IsInvalid* - modifiers.csharp: - - public - - override - - get - modifiers.vb: - - Public - - Overrides - - ReadOnly -- uid: Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions.ReleaseHandle - commentId: M:Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions.ReleaseHandle - id: ReleaseHandle - parent: Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions - langs: - - csharp - - vb - name: ReleaseHandle() - nameWithType: OrtCUDAProviderOptions.ReleaseHandle() - fullName: Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions.ReleaseHandle() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ReleaseHandle - path: ../src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - startLine: 209 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nOverrides SafeHandle.ReleaseHandle() to properly dispose of\nthe native instance of OrtCUDAProviderOptions\n" - example: [] - syntax: - content: protected override bool ReleaseHandle() - return: - type: System.Boolean - description: always returns true - content.vb: Protected Overrides Function ReleaseHandle As Boolean - overridden: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - overload: Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions.ReleaseHandle* - modifiers.csharp: - - protected - - override - modifiers.vb: - - Protected - - Overrides -references: -- uid: Microsoft.ML.OnnxRuntime - commentId: N:Microsoft.ML.OnnxRuntime - name: Microsoft.ML.OnnxRuntime - nameWithType: Microsoft.ML.OnnxRuntime - fullName: Microsoft.ML.OnnxRuntime -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: System.Runtime.InteropServices.SafeHandle - commentId: T:System.Runtime.InteropServices.SafeHandle - parent: System.Runtime.InteropServices - isExternal: true - name: SafeHandle - nameWithType: SafeHandle - fullName: System.Runtime.InteropServices.SafeHandle -- uid: System.IDisposable - commentId: T:System.IDisposable - parent: System - isExternal: true - name: IDisposable - nameWithType: IDisposable - fullName: System.IDisposable -- uid: System.Runtime.InteropServices.SafeHandle.handle - commentId: F:System.Runtime.InteropServices.SafeHandle.handle - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: handle - nameWithType: SafeHandle.handle - fullName: System.Runtime.InteropServices.SafeHandle.handle -- uid: System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - commentId: M:System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: DangerousAddRef(Boolean) - nameWithType: SafeHandle.DangerousAddRef(Boolean) - fullName: System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean) - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - name: DangerousAddRef - nameWithType: SafeHandle.DangerousAddRef - fullName: System.Runtime.InteropServices.SafeHandle.DangerousAddRef - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - name: DangerousAddRef - nameWithType: SafeHandle.DangerousAddRef - fullName: System.Runtime.InteropServices.SafeHandle.DangerousAddRef - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - commentId: M:System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: DangerousGetHandle() - nameWithType: SafeHandle.DangerousGetHandle() - fullName: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - name: DangerousGetHandle - nameWithType: SafeHandle.DangerousGetHandle - fullName: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - name: DangerousGetHandle - nameWithType: SafeHandle.DangerousGetHandle - fullName: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.DangerousRelease - commentId: M:System.Runtime.InteropServices.SafeHandle.DangerousRelease - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: DangerousRelease() - nameWithType: SafeHandle.DangerousRelease() - fullName: System.Runtime.InteropServices.SafeHandle.DangerousRelease() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousRelease - name: DangerousRelease - nameWithType: SafeHandle.DangerousRelease - fullName: System.Runtime.InteropServices.SafeHandle.DangerousRelease - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousRelease - name: DangerousRelease - nameWithType: SafeHandle.DangerousRelease - fullName: System.Runtime.InteropServices.SafeHandle.DangerousRelease - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.Dispose - commentId: M:System.Runtime.InteropServices.SafeHandle.Dispose - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: Dispose() - nameWithType: SafeHandle.Dispose() - fullName: System.Runtime.InteropServices.SafeHandle.Dispose() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.Dispose - name: Dispose - nameWithType: SafeHandle.Dispose - fullName: System.Runtime.InteropServices.SafeHandle.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.Dispose - name: Dispose - nameWithType: SafeHandle.Dispose - fullName: System.Runtime.InteropServices.SafeHandle.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - commentId: M:System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: Dispose(Boolean) - nameWithType: SafeHandle.Dispose(Boolean) - fullName: System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - name: Dispose - nameWithType: SafeHandle.Dispose - fullName: System.Runtime.InteropServices.SafeHandle.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - name: Dispose - nameWithType: SafeHandle.Dispose - fullName: System.Runtime.InteropServices.SafeHandle.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - commentId: M:System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: SetHandle(IntPtr) - nameWithType: SafeHandle.SetHandle(IntPtr) - fullName: System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - name: SetHandle - nameWithType: SafeHandle.SetHandle - fullName: System.Runtime.InteropServices.SafeHandle.SetHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.IntPtr - name: IntPtr - nameWithType: IntPtr - fullName: System.IntPtr - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - name: SetHandle - nameWithType: SafeHandle.SetHandle - fullName: System.Runtime.InteropServices.SafeHandle.SetHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.IntPtr - name: IntPtr - nameWithType: IntPtr - fullName: System.IntPtr - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - commentId: M:System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: SetHandleAsInvalid() - nameWithType: SafeHandle.SetHandleAsInvalid() - fullName: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - name: SetHandleAsInvalid - nameWithType: SafeHandle.SetHandleAsInvalid - fullName: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - name: SetHandleAsInvalid - nameWithType: SafeHandle.SetHandleAsInvalid - fullName: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.IsClosed - commentId: P:System.Runtime.InteropServices.SafeHandle.IsClosed - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: IsClosed - nameWithType: SafeHandle.IsClosed - fullName: System.Runtime.InteropServices.SafeHandle.IsClosed -- uid: System.Object.Equals(System.Object) - commentId: M:System.Object.Equals(System.Object) - parent: System.Object - isExternal: true - name: Equals(Object) - nameWithType: Object.Equals(Object) - fullName: System.Object.Equals(System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetHashCode - commentId: M:System.Object.GetHashCode - parent: System.Object - isExternal: true - name: GetHashCode() - nameWithType: Object.GetHashCode() - fullName: System.Object.GetHashCode() - spec.csharp: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - name: MemberwiseClone() - nameWithType: Object.MemberwiseClone() - fullName: System.Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ToString - commentId: M:System.Object.ToString - parent: System.Object - isExternal: true - name: ToString() - nameWithType: Object.ToString() - fullName: System.Object.ToString() - spec.csharp: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System -- uid: System.Runtime.InteropServices - commentId: N:System.Runtime.InteropServices - isExternal: true - name: System.Runtime.InteropServices - nameWithType: System.Runtime.InteropServices - fullName: System.Runtime.InteropServices -- uid: Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions.#ctor* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions.#ctor - name: OrtCUDAProviderOptions - nameWithType: OrtCUDAProviderOptions.OrtCUDAProviderOptions - fullName: Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions.OrtCUDAProviderOptions -- uid: Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions.GetOptions* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions.GetOptions - name: GetOptions - nameWithType: OrtCUDAProviderOptions.GetOptions - fullName: Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions.GetOptions -- uid: System.String - commentId: T:System.String - parent: System - isExternal: true - name: String - nameWithType: String - fullName: System.String -- uid: Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions.UpdateOptions* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions.UpdateOptions - name: UpdateOptions - nameWithType: OrtCUDAProviderOptions.UpdateOptions - fullName: Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions.UpdateOptions -- uid: System.Collections.Generic.Dictionary{System.String,System.String} - commentId: T:System.Collections.Generic.Dictionary{System.String,System.String} - parent: System.Collections.Generic - definition: System.Collections.Generic.Dictionary`2 - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - nameWithType.vb: Dictionary(Of String, String) - fullName.vb: System.Collections.Generic.Dictionary(Of System.String, System.String) - name.vb: Dictionary(Of String, String) - spec.csharp: - - uid: System.Collections.Generic.Dictionary`2 - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.Dictionary`2 - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic.Dictionary`2 - commentId: T:System.Collections.Generic.Dictionary`2 - isExternal: true - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - nameWithType.vb: Dictionary(Of TKey, TValue) - fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue) - name.vb: Dictionary(Of TKey, TValue) - spec.csharp: - - uid: System.Collections.Generic.Dictionary`2 - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: TKey - nameWithType: TKey - fullName: TKey - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - name: TValue - nameWithType: TValue - fullName: TValue - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.Dictionary`2 - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: TKey - nameWithType: TKey - fullName: TKey - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - name: TValue - nameWithType: TValue - fullName: TValue - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic - commentId: N:System.Collections.Generic - isExternal: true - name: System.Collections.Generic - nameWithType: System.Collections.Generic - fullName: System.Collections.Generic -- uid: System.Runtime.InteropServices.SafeHandle.IsInvalid - commentId: P:System.Runtime.InteropServices.SafeHandle.IsInvalid - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: IsInvalid - nameWithType: SafeHandle.IsInvalid - fullName: System.Runtime.InteropServices.SafeHandle.IsInvalid -- uid: Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions.IsInvalid* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions.IsInvalid - name: IsInvalid - nameWithType: OrtCUDAProviderOptions.IsInvalid - fullName: Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions.IsInvalid -- uid: System.Boolean - commentId: T:System.Boolean - parent: System - isExternal: true - name: Boolean - nameWithType: Boolean - fullName: System.Boolean -- uid: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - commentId: M:System.Runtime.InteropServices.SafeHandle.ReleaseHandle - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: ReleaseHandle() - nameWithType: SafeHandle.ReleaseHandle() - fullName: System.Runtime.InteropServices.SafeHandle.ReleaseHandle() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - name: ReleaseHandle - nameWithType: SafeHandle.ReleaseHandle - fullName: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - name: ReleaseHandle - nameWithType: SafeHandle.ReleaseHandle - fullName: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions.ReleaseHandle* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions.ReleaseHandle - name: ReleaseHandle - nameWithType: OrtCUDAProviderOptions.ReleaseHandle - fullName: Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions.ReleaseHandle diff --git a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtEnv.yml b/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtEnv.yml deleted file mode 100644 index efa43cf904df1..0000000000000 --- a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtEnv.yml +++ /dev/null @@ -1,1025 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Microsoft.ML.OnnxRuntime.OrtEnv - commentId: T:Microsoft.ML.OnnxRuntime.OrtEnv - id: OrtEnv - parent: Microsoft.ML.OnnxRuntime - children: - - Microsoft.ML.OnnxRuntime.OrtEnv.CreateAndRegisterAllocator(Microsoft.ML.OnnxRuntime.OrtMemoryInfo,Microsoft.ML.OnnxRuntime.OrtArenaCfg) - - Microsoft.ML.OnnxRuntime.OrtEnv.DisableTelemetryEvents - - Microsoft.ML.OnnxRuntime.OrtEnv.EnableTelemetryEvents - - Microsoft.ML.OnnxRuntime.OrtEnv.GetAvailableProviders - - Microsoft.ML.OnnxRuntime.OrtEnv.Instance - - Microsoft.ML.OnnxRuntime.OrtEnv.IsInvalid - - Microsoft.ML.OnnxRuntime.OrtEnv.ReleaseHandle - langs: - - csharp - - vb - name: OrtEnv - nameWithType: OrtEnv - fullName: Microsoft.ML.OnnxRuntime.OrtEnv - type: Class - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OnnxRuntime.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: OrtEnv - path: ../src/Microsoft.ML.OnnxRuntime/OnnxRuntime.shared.cs - startLine: 48 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nThis class initializes the process-global ONNX Runtime environment instance (OrtEnv)\n" - example: [] - syntax: - content: 'public sealed class OrtEnv : SafeHandle, IDisposable' - content.vb: >- - Public NotInheritable Class OrtEnv - Inherits SafeHandle - Implements IDisposable - inheritance: - - System.Object - - System.Runtime.InteropServices.SafeHandle - implements: - - System.IDisposable - inheritedMembers: - - System.Runtime.InteropServices.SafeHandle.handle - - System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - - System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - - System.Runtime.InteropServices.SafeHandle.DangerousRelease - - System.Runtime.InteropServices.SafeHandle.Dispose - - System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - - System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - - System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - - System.Runtime.InteropServices.SafeHandle.IsClosed - - System.Object.Equals(System.Object) - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetHashCode - - System.Object.GetType - - System.Object.MemberwiseClone - - System.Object.ReferenceEquals(System.Object,System.Object) - - System.Object.ToString - modifiers.csharp: - - public - - sealed - - class - modifiers.vb: - - Public - - NotInheritable - - Class -- uid: Microsoft.ML.OnnxRuntime.OrtEnv.Instance - commentId: M:Microsoft.ML.OnnxRuntime.OrtEnv.Instance - id: Instance - parent: Microsoft.ML.OnnxRuntime.OrtEnv - langs: - - csharp - - vb - name: Instance() - nameWithType: OrtEnv.Instance() - fullName: Microsoft.ML.OnnxRuntime.OrtEnv.Instance() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OnnxRuntime.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Instance - path: ../src/Microsoft.ML.OnnxRuntime/OnnxRuntime.shared.cs - startLine: 91 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nReturns an instance of OrtEnv\nIt returns the same instance on every call - `OrtEnv` is singleton\n" - example: [] - syntax: - content: public static OrtEnv Instance() - return: - type: Microsoft.ML.OnnxRuntime.OrtEnv - description: Returns a singleton instance of OrtEnv that represents native OrtEnv object - content.vb: Public Shared Function Instance As OrtEnv - overload: Microsoft.ML.OnnxRuntime.OrtEnv.Instance* - modifiers.csharp: - - public - - static - modifiers.vb: - - Public - - Shared -- uid: Microsoft.ML.OnnxRuntime.OrtEnv.EnableTelemetryEvents - commentId: M:Microsoft.ML.OnnxRuntime.OrtEnv.EnableTelemetryEvents - id: EnableTelemetryEvents - parent: Microsoft.ML.OnnxRuntime.OrtEnv - langs: - - csharp - - vb - name: EnableTelemetryEvents() - nameWithType: OrtEnv.EnableTelemetryEvents() - fullName: Microsoft.ML.OnnxRuntime.OrtEnv.EnableTelemetryEvents() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OnnxRuntime.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: EnableTelemetryEvents - path: ../src/Microsoft.ML.OnnxRuntime/OnnxRuntime.shared.cs - startLine: 97 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nEnable platform telemetry collection where applicable\n(currently only official Windows ORT builds have telemetry collection capabilities)\n" - example: [] - syntax: - content: public void EnableTelemetryEvents() - content.vb: Public Sub EnableTelemetryEvents - overload: Microsoft.ML.OnnxRuntime.OrtEnv.EnableTelemetryEvents* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtEnv.DisableTelemetryEvents - commentId: M:Microsoft.ML.OnnxRuntime.OrtEnv.DisableTelemetryEvents - id: DisableTelemetryEvents - parent: Microsoft.ML.OnnxRuntime.OrtEnv - langs: - - csharp - - vb - name: DisableTelemetryEvents() - nameWithType: OrtEnv.DisableTelemetryEvents() - fullName: Microsoft.ML.OnnxRuntime.OrtEnv.DisableTelemetryEvents() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OnnxRuntime.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: DisableTelemetryEvents - path: ../src/Microsoft.ML.OnnxRuntime/OnnxRuntime.shared.cs - startLine: 105 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nDisable platform telemetry collection\n" - example: [] - syntax: - content: public void DisableTelemetryEvents() - content.vb: Public Sub DisableTelemetryEvents - overload: Microsoft.ML.OnnxRuntime.OrtEnv.DisableTelemetryEvents* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtEnv.CreateAndRegisterAllocator(Microsoft.ML.OnnxRuntime.OrtMemoryInfo,Microsoft.ML.OnnxRuntime.OrtArenaCfg) - commentId: M:Microsoft.ML.OnnxRuntime.OrtEnv.CreateAndRegisterAllocator(Microsoft.ML.OnnxRuntime.OrtMemoryInfo,Microsoft.ML.OnnxRuntime.OrtArenaCfg) - id: CreateAndRegisterAllocator(Microsoft.ML.OnnxRuntime.OrtMemoryInfo,Microsoft.ML.OnnxRuntime.OrtArenaCfg) - parent: Microsoft.ML.OnnxRuntime.OrtEnv - langs: - - csharp - - vb - name: CreateAndRegisterAllocator(OrtMemoryInfo, OrtArenaCfg) - nameWithType: OrtEnv.CreateAndRegisterAllocator(OrtMemoryInfo, OrtArenaCfg) - fullName: Microsoft.ML.OnnxRuntime.OrtEnv.CreateAndRegisterAllocator(Microsoft.ML.OnnxRuntime.OrtMemoryInfo, Microsoft.ML.OnnxRuntime.OrtArenaCfg) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OnnxRuntime.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CreateAndRegisterAllocator - path: ../src/Microsoft.ML.OnnxRuntime/OnnxRuntime.shared.cs - startLine: 116 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nCreate and register an allocator to the OrtEnv instance\nso as to enable sharing across all sessions using the OrtEnv instance\nOrtMemoryInfo instance to be used for allocator creation\nOrtArenaCfg instance that will be used to define the behavior of the arena based allocator\n" - example: [] - syntax: - content: public void CreateAndRegisterAllocator(OrtMemoryInfo memInfo, OrtArenaCfg arenaCfg) - parameters: - - id: memInfo - type: Microsoft.ML.OnnxRuntime.OrtMemoryInfo - - id: arenaCfg - type: Microsoft.ML.OnnxRuntime.OrtArenaCfg - content.vb: Public Sub CreateAndRegisterAllocator(memInfo As OrtMemoryInfo, arenaCfg As OrtArenaCfg) - overload: Microsoft.ML.OnnxRuntime.OrtEnv.CreateAndRegisterAllocator* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtEnv.GetAvailableProviders - commentId: M:Microsoft.ML.OnnxRuntime.OrtEnv.GetAvailableProviders - id: GetAvailableProviders - parent: Microsoft.ML.OnnxRuntime.OrtEnv - langs: - - csharp - - vb - name: GetAvailableProviders() - nameWithType: OrtEnv.GetAvailableProviders() - fullName: Microsoft.ML.OnnxRuntime.OrtEnv.GetAvailableProviders() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OnnxRuntime.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetAvailableProviders - path: ../src/Microsoft.ML.OnnxRuntime/OnnxRuntime.shared.cs - startLine: 125 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nQueries all the execution providers supported in the native onnxruntime shared library\n" - example: [] - syntax: - content: public string[] GetAvailableProviders() - return: - type: System.String[] - description: an array of strings that represent execution provider names - content.vb: Public Function GetAvailableProviders As String() - overload: Microsoft.ML.OnnxRuntime.OrtEnv.GetAvailableProviders* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtEnv.IsInvalid - commentId: P:Microsoft.ML.OnnxRuntime.OrtEnv.IsInvalid - id: IsInvalid - parent: Microsoft.ML.OnnxRuntime.OrtEnv - langs: - - csharp - - vb - name: IsInvalid - nameWithType: OrtEnv.IsInvalid - fullName: Microsoft.ML.OnnxRuntime.OrtEnv.IsInvalid - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OnnxRuntime.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: IsInvalid - path: ../src/Microsoft.ML.OnnxRuntime/OnnxRuntime.shared.cs - startLine: 159 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nOverrides SafeHandle.IsInvalid\n" - example: [] - syntax: - content: public override bool IsInvalid { get; } - parameters: [] - return: - type: System.Boolean - description: returns true if handle is equal to Zero - content.vb: Public Overrides ReadOnly Property IsInvalid As Boolean - overridden: System.Runtime.InteropServices.SafeHandle.IsInvalid - overload: Microsoft.ML.OnnxRuntime.OrtEnv.IsInvalid* - modifiers.csharp: - - public - - override - - get - modifiers.vb: - - Public - - Overrides - - ReadOnly -- uid: Microsoft.ML.OnnxRuntime.OrtEnv.ReleaseHandle - commentId: M:Microsoft.ML.OnnxRuntime.OrtEnv.ReleaseHandle - id: ReleaseHandle - parent: Microsoft.ML.OnnxRuntime.OrtEnv - langs: - - csharp - - vb - name: ReleaseHandle() - nameWithType: OrtEnv.ReleaseHandle() - fullName: Microsoft.ML.OnnxRuntime.OrtEnv.ReleaseHandle() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OnnxRuntime.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ReleaseHandle - path: ../src/Microsoft.ML.OnnxRuntime/OnnxRuntime.shared.cs - startLine: 172 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nOverrides SafeHandle.ReleaseHandle() to properly dispose of\nthe native instance of OrtEnv\n" - example: [] - syntax: - content: protected override bool ReleaseHandle() - return: - type: System.Boolean - description: always returns true - content.vb: Protected Overrides Function ReleaseHandle As Boolean - overridden: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - overload: Microsoft.ML.OnnxRuntime.OrtEnv.ReleaseHandle* - modifiers.csharp: - - protected - - override - modifiers.vb: - - Protected - - Overrides -references: -- uid: Microsoft.ML.OnnxRuntime - commentId: N:Microsoft.ML.OnnxRuntime - name: Microsoft.ML.OnnxRuntime - nameWithType: Microsoft.ML.OnnxRuntime - fullName: Microsoft.ML.OnnxRuntime -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: System.Runtime.InteropServices.SafeHandle - commentId: T:System.Runtime.InteropServices.SafeHandle - parent: System.Runtime.InteropServices - isExternal: true - name: SafeHandle - nameWithType: SafeHandle - fullName: System.Runtime.InteropServices.SafeHandle -- uid: System.IDisposable - commentId: T:System.IDisposable - parent: System - isExternal: true - name: IDisposable - nameWithType: IDisposable - fullName: System.IDisposable -- uid: System.Runtime.InteropServices.SafeHandle.handle - commentId: F:System.Runtime.InteropServices.SafeHandle.handle - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: handle - nameWithType: SafeHandle.handle - fullName: System.Runtime.InteropServices.SafeHandle.handle -- uid: System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - commentId: M:System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: DangerousAddRef(Boolean) - nameWithType: SafeHandle.DangerousAddRef(Boolean) - fullName: System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean) - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - name: DangerousAddRef - nameWithType: SafeHandle.DangerousAddRef - fullName: System.Runtime.InteropServices.SafeHandle.DangerousAddRef - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - name: DangerousAddRef - nameWithType: SafeHandle.DangerousAddRef - fullName: System.Runtime.InteropServices.SafeHandle.DangerousAddRef - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - commentId: M:System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: DangerousGetHandle() - nameWithType: SafeHandle.DangerousGetHandle() - fullName: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - name: DangerousGetHandle - nameWithType: SafeHandle.DangerousGetHandle - fullName: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - name: DangerousGetHandle - nameWithType: SafeHandle.DangerousGetHandle - fullName: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.DangerousRelease - commentId: M:System.Runtime.InteropServices.SafeHandle.DangerousRelease - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: DangerousRelease() - nameWithType: SafeHandle.DangerousRelease() - fullName: System.Runtime.InteropServices.SafeHandle.DangerousRelease() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousRelease - name: DangerousRelease - nameWithType: SafeHandle.DangerousRelease - fullName: System.Runtime.InteropServices.SafeHandle.DangerousRelease - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousRelease - name: DangerousRelease - nameWithType: SafeHandle.DangerousRelease - fullName: System.Runtime.InteropServices.SafeHandle.DangerousRelease - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.Dispose - commentId: M:System.Runtime.InteropServices.SafeHandle.Dispose - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: Dispose() - nameWithType: SafeHandle.Dispose() - fullName: System.Runtime.InteropServices.SafeHandle.Dispose() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.Dispose - name: Dispose - nameWithType: SafeHandle.Dispose - fullName: System.Runtime.InteropServices.SafeHandle.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.Dispose - name: Dispose - nameWithType: SafeHandle.Dispose - fullName: System.Runtime.InteropServices.SafeHandle.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - commentId: M:System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: Dispose(Boolean) - nameWithType: SafeHandle.Dispose(Boolean) - fullName: System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - name: Dispose - nameWithType: SafeHandle.Dispose - fullName: System.Runtime.InteropServices.SafeHandle.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - name: Dispose - nameWithType: SafeHandle.Dispose - fullName: System.Runtime.InteropServices.SafeHandle.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - commentId: M:System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: SetHandle(IntPtr) - nameWithType: SafeHandle.SetHandle(IntPtr) - fullName: System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - name: SetHandle - nameWithType: SafeHandle.SetHandle - fullName: System.Runtime.InteropServices.SafeHandle.SetHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.IntPtr - name: IntPtr - nameWithType: IntPtr - fullName: System.IntPtr - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - name: SetHandle - nameWithType: SafeHandle.SetHandle - fullName: System.Runtime.InteropServices.SafeHandle.SetHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.IntPtr - name: IntPtr - nameWithType: IntPtr - fullName: System.IntPtr - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - commentId: M:System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: SetHandleAsInvalid() - nameWithType: SafeHandle.SetHandleAsInvalid() - fullName: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - name: SetHandleAsInvalid - nameWithType: SafeHandle.SetHandleAsInvalid - fullName: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - name: SetHandleAsInvalid - nameWithType: SafeHandle.SetHandleAsInvalid - fullName: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.IsClosed - commentId: P:System.Runtime.InteropServices.SafeHandle.IsClosed - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: IsClosed - nameWithType: SafeHandle.IsClosed - fullName: System.Runtime.InteropServices.SafeHandle.IsClosed -- uid: System.Object.Equals(System.Object) - commentId: M:System.Object.Equals(System.Object) - parent: System.Object - isExternal: true - name: Equals(Object) - nameWithType: Object.Equals(Object) - fullName: System.Object.Equals(System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetHashCode - commentId: M:System.Object.GetHashCode - parent: System.Object - isExternal: true - name: GetHashCode() - nameWithType: Object.GetHashCode() - fullName: System.Object.GetHashCode() - spec.csharp: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - name: MemberwiseClone() - nameWithType: Object.MemberwiseClone() - fullName: System.Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ToString - commentId: M:System.Object.ToString - parent: System.Object - isExternal: true - name: ToString() - nameWithType: Object.ToString() - fullName: System.Object.ToString() - spec.csharp: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System -- uid: System.Runtime.InteropServices - commentId: N:System.Runtime.InteropServices - isExternal: true - name: System.Runtime.InteropServices - nameWithType: System.Runtime.InteropServices - fullName: System.Runtime.InteropServices -- uid: Microsoft.ML.OnnxRuntime.OrtEnv.Instance* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtEnv.Instance - name: Instance - nameWithType: OrtEnv.Instance - fullName: Microsoft.ML.OnnxRuntime.OrtEnv.Instance -- uid: Microsoft.ML.OnnxRuntime.OrtEnv - commentId: T:Microsoft.ML.OnnxRuntime.OrtEnv - parent: Microsoft.ML.OnnxRuntime - name: OrtEnv - nameWithType: OrtEnv - fullName: Microsoft.ML.OnnxRuntime.OrtEnv -- uid: Microsoft.ML.OnnxRuntime.OrtEnv.EnableTelemetryEvents* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtEnv.EnableTelemetryEvents - name: EnableTelemetryEvents - nameWithType: OrtEnv.EnableTelemetryEvents - fullName: Microsoft.ML.OnnxRuntime.OrtEnv.EnableTelemetryEvents -- uid: Microsoft.ML.OnnxRuntime.OrtEnv.DisableTelemetryEvents* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtEnv.DisableTelemetryEvents - name: DisableTelemetryEvents - nameWithType: OrtEnv.DisableTelemetryEvents - fullName: Microsoft.ML.OnnxRuntime.OrtEnv.DisableTelemetryEvents -- uid: Microsoft.ML.OnnxRuntime.OrtEnv.CreateAndRegisterAllocator* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtEnv.CreateAndRegisterAllocator - name: CreateAndRegisterAllocator - nameWithType: OrtEnv.CreateAndRegisterAllocator - fullName: Microsoft.ML.OnnxRuntime.OrtEnv.CreateAndRegisterAllocator -- uid: Microsoft.ML.OnnxRuntime.OrtMemoryInfo - commentId: T:Microsoft.ML.OnnxRuntime.OrtMemoryInfo - parent: Microsoft.ML.OnnxRuntime - name: OrtMemoryInfo - nameWithType: OrtMemoryInfo - fullName: Microsoft.ML.OnnxRuntime.OrtMemoryInfo -- uid: Microsoft.ML.OnnxRuntime.OrtArenaCfg - commentId: T:Microsoft.ML.OnnxRuntime.OrtArenaCfg - parent: Microsoft.ML.OnnxRuntime - name: OrtArenaCfg - nameWithType: OrtArenaCfg - fullName: Microsoft.ML.OnnxRuntime.OrtArenaCfg -- uid: Microsoft.ML.OnnxRuntime.OrtEnv.GetAvailableProviders* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtEnv.GetAvailableProviders - name: GetAvailableProviders - nameWithType: OrtEnv.GetAvailableProviders - fullName: Microsoft.ML.OnnxRuntime.OrtEnv.GetAvailableProviders -- uid: System.String[] - isExternal: true - name: String[] - nameWithType: String[] - fullName: System.String[] - nameWithType.vb: String() - fullName.vb: System.String() - name.vb: String() - spec.csharp: - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: '[]' - nameWithType: '[]' - fullName: '[]' - spec.vb: - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: () - nameWithType: () - fullName: () -- uid: System.Runtime.InteropServices.SafeHandle.IsInvalid - commentId: P:System.Runtime.InteropServices.SafeHandle.IsInvalid - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: IsInvalid - nameWithType: SafeHandle.IsInvalid - fullName: System.Runtime.InteropServices.SafeHandle.IsInvalid -- uid: Microsoft.ML.OnnxRuntime.OrtEnv.IsInvalid* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtEnv.IsInvalid - name: IsInvalid - nameWithType: OrtEnv.IsInvalid - fullName: Microsoft.ML.OnnxRuntime.OrtEnv.IsInvalid -- uid: System.Boolean - commentId: T:System.Boolean - parent: System - isExternal: true - name: Boolean - nameWithType: Boolean - fullName: System.Boolean -- uid: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - commentId: M:System.Runtime.InteropServices.SafeHandle.ReleaseHandle - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: ReleaseHandle() - nameWithType: SafeHandle.ReleaseHandle() - fullName: System.Runtime.InteropServices.SafeHandle.ReleaseHandle() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - name: ReleaseHandle - nameWithType: SafeHandle.ReleaseHandle - fullName: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - name: ReleaseHandle - nameWithType: SafeHandle.ReleaseHandle - fullName: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.OrtEnv.ReleaseHandle* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtEnv.ReleaseHandle - name: ReleaseHandle - nameWithType: OrtEnv.ReleaseHandle - fullName: Microsoft.ML.OnnxRuntime.OrtEnv.ReleaseHandle diff --git a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtExternalAllocation.yml b/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtExternalAllocation.yml deleted file mode 100644 index 4c74710b9358d..0000000000000 --- a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtExternalAllocation.yml +++ /dev/null @@ -1,673 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Microsoft.ML.OnnxRuntime.OrtExternalAllocation - commentId: T:Microsoft.ML.OnnxRuntime.OrtExternalAllocation - id: OrtExternalAllocation - parent: Microsoft.ML.OnnxRuntime - children: - - Microsoft.ML.OnnxRuntime.OrtExternalAllocation.#ctor(Microsoft.ML.OnnxRuntime.OrtMemoryInfo,System.Int64[],Microsoft.ML.OnnxRuntime.Tensors.TensorElementType,System.IntPtr,System.Int64) - - Microsoft.ML.OnnxRuntime.OrtExternalAllocation.ElementType - - Microsoft.ML.OnnxRuntime.OrtExternalAllocation.Info - - Microsoft.ML.OnnxRuntime.OrtExternalAllocation.Pointer - - Microsoft.ML.OnnxRuntime.OrtExternalAllocation.Shape - - Microsoft.ML.OnnxRuntime.OrtExternalAllocation.Size - langs: - - csharp - - vb - name: OrtExternalAllocation - nameWithType: OrtExternalAllocation - fullName: Microsoft.ML.OnnxRuntime.OrtExternalAllocation - type: Class - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: OrtExternalAllocation - path: ../src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - startLine: 321 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nThis class represents an arbitrary buffer of memory\nallocated and owned by the user. It can be either a CPU, GPU or other device memory\nthat can be suitably represented by IntPtr.\nThis is just a composite of the buffer related information.\nThe memory is assumed to be pinned if necessary and usable immediately\nin the native code.\n" - example: [] - syntax: - content: public class OrtExternalAllocation - content.vb: Public Class OrtExternalAllocation - inheritance: - - System.Object - inheritedMembers: - - System.Object.Equals(System.Object) - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetHashCode - - System.Object.GetType - - System.Object.MemberwiseClone - - System.Object.ReferenceEquals(System.Object,System.Object) - - System.Object.ToString - modifiers.csharp: - - public - - class - modifiers.vb: - - Public - - Class -- uid: Microsoft.ML.OnnxRuntime.OrtExternalAllocation.#ctor(Microsoft.ML.OnnxRuntime.OrtMemoryInfo,System.Int64[],Microsoft.ML.OnnxRuntime.Tensors.TensorElementType,System.IntPtr,System.Int64) - commentId: M:Microsoft.ML.OnnxRuntime.OrtExternalAllocation.#ctor(Microsoft.ML.OnnxRuntime.OrtMemoryInfo,System.Int64[],Microsoft.ML.OnnxRuntime.Tensors.TensorElementType,System.IntPtr,System.Int64) - id: '#ctor(Microsoft.ML.OnnxRuntime.OrtMemoryInfo,System.Int64[],Microsoft.ML.OnnxRuntime.Tensors.TensorElementType,System.IntPtr,System.Int64)' - parent: Microsoft.ML.OnnxRuntime.OrtExternalAllocation - langs: - - csharp - - vb - name: OrtExternalAllocation(OrtMemoryInfo, Int64[], TensorElementType, IntPtr, Int64) - nameWithType: OrtExternalAllocation.OrtExternalAllocation(OrtMemoryInfo, Int64[], TensorElementType, IntPtr, Int64) - fullName: Microsoft.ML.OnnxRuntime.OrtExternalAllocation.OrtExternalAllocation(Microsoft.ML.OnnxRuntime.OrtMemoryInfo, System.Int64[], Microsoft.ML.OnnxRuntime.Tensors.TensorElementType, System.IntPtr, System.Int64) - type: Constructor - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: .ctor - path: ../src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - startLine: 331 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nConstructor\n" - example: [] - syntax: - content: public OrtExternalAllocation(OrtMemoryInfo memInfo, long[] shape, TensorElementType elementType, IntPtr pointer, long sizeInBytes) - parameters: - - id: memInfo - type: Microsoft.ML.OnnxRuntime.OrtMemoryInfo - description: use to accurately describe a piece of memory that this is wrapping - - id: shape - type: System.Int64[] - description: shape of this buffer - - id: elementType - type: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - description: element type - - id: pointer - type: System.IntPtr - description: the actual pointer to memory - - id: sizeInBytes - type: System.Int64 - description: size of the allocation in bytes - content.vb: Public Sub New(memInfo As OrtMemoryInfo, shape As Long(), elementType As TensorElementType, pointer As IntPtr, sizeInBytes As Long) - overload: Microsoft.ML.OnnxRuntime.OrtExternalAllocation.#ctor* - nameWithType.vb: OrtExternalAllocation.OrtExternalAllocation(OrtMemoryInfo, Int64(), TensorElementType, IntPtr, Int64) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Microsoft.ML.OnnxRuntime.OrtExternalAllocation.OrtExternalAllocation(Microsoft.ML.OnnxRuntime.OrtMemoryInfo, System.Int64(), Microsoft.ML.OnnxRuntime.Tensors.TensorElementType, System.IntPtr, System.Int64) - name.vb: OrtExternalAllocation(OrtMemoryInfo, Int64(), TensorElementType, IntPtr, Int64) -- uid: Microsoft.ML.OnnxRuntime.OrtExternalAllocation.Info - commentId: P:Microsoft.ML.OnnxRuntime.OrtExternalAllocation.Info - id: Info - parent: Microsoft.ML.OnnxRuntime.OrtExternalAllocation - langs: - - csharp - - vb - name: Info - nameWithType: OrtExternalAllocation.Info - fullName: Microsoft.ML.OnnxRuntime.OrtExternalAllocation.Info - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Info - path: ../src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - startLine: 366 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nOrtMemoryInfo\n" - example: [] - syntax: - content: public OrtMemoryInfo Info { get; } - parameters: [] - return: - type: Microsoft.ML.OnnxRuntime.OrtMemoryInfo - content.vb: Public ReadOnly Property Info As OrtMemoryInfo - overload: Microsoft.ML.OnnxRuntime.OrtExternalAllocation.Info* - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly -- uid: Microsoft.ML.OnnxRuntime.OrtExternalAllocation.Shape - commentId: P:Microsoft.ML.OnnxRuntime.OrtExternalAllocation.Shape - id: Shape - parent: Microsoft.ML.OnnxRuntime.OrtExternalAllocation - langs: - - csharp - - vb - name: Shape - nameWithType: OrtExternalAllocation.Shape - fullName: Microsoft.ML.OnnxRuntime.OrtExternalAllocation.Shape - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Shape - path: ../src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - startLine: 370 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nShape\n" - example: [] - syntax: - content: public long[] Shape { get; } - parameters: [] - return: - type: System.Int64[] - content.vb: Public ReadOnly Property Shape As Long() - overload: Microsoft.ML.OnnxRuntime.OrtExternalAllocation.Shape* - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly -- uid: Microsoft.ML.OnnxRuntime.OrtExternalAllocation.ElementType - commentId: P:Microsoft.ML.OnnxRuntime.OrtExternalAllocation.ElementType - id: ElementType - parent: Microsoft.ML.OnnxRuntime.OrtExternalAllocation - langs: - - csharp - - vb - name: ElementType - nameWithType: OrtExternalAllocation.ElementType - fullName: Microsoft.ML.OnnxRuntime.OrtExternalAllocation.ElementType - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ElementType - path: ../src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - startLine: 374 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nData type\n" - example: [] - syntax: - content: public TensorElementType ElementType { get; } - parameters: [] - return: - type: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - content.vb: Public ReadOnly Property ElementType As TensorElementType - overload: Microsoft.ML.OnnxRuntime.OrtExternalAllocation.ElementType* - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly -- uid: Microsoft.ML.OnnxRuntime.OrtExternalAllocation.Pointer - commentId: P:Microsoft.ML.OnnxRuntime.OrtExternalAllocation.Pointer - id: Pointer - parent: Microsoft.ML.OnnxRuntime.OrtExternalAllocation - langs: - - csharp - - vb - name: Pointer - nameWithType: OrtExternalAllocation.Pointer - fullName: Microsoft.ML.OnnxRuntime.OrtExternalAllocation.Pointer - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Pointer - path: ../src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - startLine: 378 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nActual memory ptr\n" - example: [] - syntax: - content: public IntPtr Pointer { get; } - parameters: [] - return: - type: System.IntPtr - content.vb: Public ReadOnly Property Pointer As IntPtr - overload: Microsoft.ML.OnnxRuntime.OrtExternalAllocation.Pointer* - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly -- uid: Microsoft.ML.OnnxRuntime.OrtExternalAllocation.Size - commentId: P:Microsoft.ML.OnnxRuntime.OrtExternalAllocation.Size - id: Size - parent: Microsoft.ML.OnnxRuntime.OrtExternalAllocation - langs: - - csharp - - vb - name: Size - nameWithType: OrtExternalAllocation.Size - fullName: Microsoft.ML.OnnxRuntime.OrtExternalAllocation.Size - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Size - path: ../src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - startLine: 382 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nSize of the allocation in bytes\n" - example: [] - syntax: - content: public long Size { get; } - parameters: [] - return: - type: System.Int64 - content.vb: Public ReadOnly Property Size As Long - overload: Microsoft.ML.OnnxRuntime.OrtExternalAllocation.Size* - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly -references: -- uid: Microsoft.ML.OnnxRuntime - commentId: N:Microsoft.ML.OnnxRuntime - name: Microsoft.ML.OnnxRuntime - nameWithType: Microsoft.ML.OnnxRuntime - fullName: Microsoft.ML.OnnxRuntime -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: System.Object.Equals(System.Object) - commentId: M:System.Object.Equals(System.Object) - parent: System.Object - isExternal: true - name: Equals(Object) - nameWithType: Object.Equals(Object) - fullName: System.Object.Equals(System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetHashCode - commentId: M:System.Object.GetHashCode - parent: System.Object - isExternal: true - name: GetHashCode() - nameWithType: Object.GetHashCode() - fullName: System.Object.GetHashCode() - spec.csharp: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - name: MemberwiseClone() - nameWithType: Object.MemberwiseClone() - fullName: System.Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ToString - commentId: M:System.Object.ToString - parent: System.Object - isExternal: true - name: ToString() - nameWithType: Object.ToString() - fullName: System.Object.ToString() - spec.csharp: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System -- uid: Microsoft.ML.OnnxRuntime.OrtExternalAllocation.#ctor* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtExternalAllocation.#ctor - name: OrtExternalAllocation - nameWithType: OrtExternalAllocation.OrtExternalAllocation - fullName: Microsoft.ML.OnnxRuntime.OrtExternalAllocation.OrtExternalAllocation -- uid: Microsoft.ML.OnnxRuntime.OrtMemoryInfo - commentId: T:Microsoft.ML.OnnxRuntime.OrtMemoryInfo - parent: Microsoft.ML.OnnxRuntime - name: OrtMemoryInfo - nameWithType: OrtMemoryInfo - fullName: Microsoft.ML.OnnxRuntime.OrtMemoryInfo -- uid: System.Int64[] - isExternal: true - name: Int64[] - nameWithType: Int64[] - fullName: System.Int64[] - nameWithType.vb: Int64() - fullName.vb: System.Int64() - name.vb: Int64() - spec.csharp: - - uid: System.Int64 - name: Int64 - nameWithType: Int64 - fullName: System.Int64 - isExternal: true - - name: '[]' - nameWithType: '[]' - fullName: '[]' - spec.vb: - - uid: System.Int64 - name: Int64 - nameWithType: Int64 - fullName: System.Int64 - isExternal: true - - name: () - nameWithType: () - fullName: () -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - commentId: T:Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - parent: Microsoft.ML.OnnxRuntime.Tensors - name: TensorElementType - nameWithType: TensorElementType - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType -- uid: System.IntPtr - commentId: T:System.IntPtr - parent: System - isExternal: true - name: IntPtr - nameWithType: IntPtr - fullName: System.IntPtr -- uid: System.Int64 - commentId: T:System.Int64 - parent: System - isExternal: true - name: Int64 - nameWithType: Int64 - fullName: System.Int64 -- uid: Microsoft.ML.OnnxRuntime.Tensors - commentId: N:Microsoft.ML.OnnxRuntime.Tensors - name: Microsoft.ML.OnnxRuntime.Tensors - nameWithType: Microsoft.ML.OnnxRuntime.Tensors - fullName: Microsoft.ML.OnnxRuntime.Tensors -- uid: Microsoft.ML.OnnxRuntime.OrtExternalAllocation.Info* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtExternalAllocation.Info - name: Info - nameWithType: OrtExternalAllocation.Info - fullName: Microsoft.ML.OnnxRuntime.OrtExternalAllocation.Info -- uid: Microsoft.ML.OnnxRuntime.OrtExternalAllocation.Shape* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtExternalAllocation.Shape - name: Shape - nameWithType: OrtExternalAllocation.Shape - fullName: Microsoft.ML.OnnxRuntime.OrtExternalAllocation.Shape -- uid: Microsoft.ML.OnnxRuntime.OrtExternalAllocation.ElementType* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtExternalAllocation.ElementType - name: ElementType - nameWithType: OrtExternalAllocation.ElementType - fullName: Microsoft.ML.OnnxRuntime.OrtExternalAllocation.ElementType -- uid: Microsoft.ML.OnnxRuntime.OrtExternalAllocation.Pointer* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtExternalAllocation.Pointer - name: Pointer - nameWithType: OrtExternalAllocation.Pointer - fullName: Microsoft.ML.OnnxRuntime.OrtExternalAllocation.Pointer -- uid: Microsoft.ML.OnnxRuntime.OrtExternalAllocation.Size* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtExternalAllocation.Size - name: Size - nameWithType: OrtExternalAllocation.Size - fullName: Microsoft.ML.OnnxRuntime.OrtExternalAllocation.Size diff --git a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtIoBinding.yml b/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtIoBinding.yml deleted file mode 100644 index 2cd4956364506..0000000000000 --- a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtIoBinding.yml +++ /dev/null @@ -1,1490 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Microsoft.ML.OnnxRuntime.OrtIoBinding - commentId: T:Microsoft.ML.OnnxRuntime.OrtIoBinding - id: OrtIoBinding - parent: Microsoft.ML.OnnxRuntime - children: - - Microsoft.ML.OnnxRuntime.OrtIoBinding.BindInput(System.String,Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue) - - Microsoft.ML.OnnxRuntime.OrtIoBinding.BindInput(System.String,Microsoft.ML.OnnxRuntime.OrtExternalAllocation) - - Microsoft.ML.OnnxRuntime.OrtIoBinding.BindInput(System.String,Microsoft.ML.OnnxRuntime.Tensors.TensorElementType,System.Int64[],Microsoft.ML.OnnxRuntime.OrtMemoryAllocation) - - Microsoft.ML.OnnxRuntime.OrtIoBinding.BindOutput(System.String,Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue) - - Microsoft.ML.OnnxRuntime.OrtIoBinding.BindOutput(System.String,Microsoft.ML.OnnxRuntime.OrtExternalAllocation) - - Microsoft.ML.OnnxRuntime.OrtIoBinding.BindOutput(System.String,Microsoft.ML.OnnxRuntime.Tensors.TensorElementType,System.Int64[],Microsoft.ML.OnnxRuntime.OrtMemoryAllocation) - - Microsoft.ML.OnnxRuntime.OrtIoBinding.BindOutputToDevice(System.String,Microsoft.ML.OnnxRuntime.OrtMemoryInfo) - - Microsoft.ML.OnnxRuntime.OrtIoBinding.ClearBoundInputs - - Microsoft.ML.OnnxRuntime.OrtIoBinding.ClearBoundOutputs - - Microsoft.ML.OnnxRuntime.OrtIoBinding.GetOutputNames - - Microsoft.ML.OnnxRuntime.OrtIoBinding.GetOutputValues - - Microsoft.ML.OnnxRuntime.OrtIoBinding.IsInvalid - - Microsoft.ML.OnnxRuntime.OrtIoBinding.ReleaseHandle - - Microsoft.ML.OnnxRuntime.OrtIoBinding.SynchronizeBoundInputs - - Microsoft.ML.OnnxRuntime.OrtIoBinding.SynchronizeBoundOutputs - langs: - - csharp - - vb - name: OrtIoBinding - nameWithType: OrtIoBinding - fullName: Microsoft.ML.OnnxRuntime.OrtIoBinding - type: Class - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtIoBinding.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: OrtIoBinding - path: ../src/Microsoft.ML.OnnxRuntime/OrtIoBinding.shared.cs - startLine: 28 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nThis class enables binding of inputs and/or outputs to pre-allocated\nmemory. This enables interesting scenarios. For example, if your input\nalready resides in some pre-allocated memory like GPU, you can bind\nthat piece of memory to an input name and shape and onnxruntime will use that as input.\nOther traditional inputs can also be bound that already exists as Tensors.\n\nNote, that this arrangement is designed to minimize data copies and to that effect\nyour memory allocations must match what is expected by the model, whether you run on\nCPU or GPU. Data copy will still be made, if your pre-allocated memory location does not\nmatch the one expected by the model. However, copies with OrtIoBindings are only done once,\nat the time of the binding, not at run time. This means, that if your input data required a copy,\nyour further input modifications would not be seen by onnxruntime unless you rebind it, even if it is\nthe same buffer. If you require the scenario where data is copied, OrtIOBinding may not be the best match\nfor your use case.\n\nThe fact that data copy is not made during runtime also has performance implications.\n" - example: [] - syntax: - content: 'public class OrtIoBinding : SafeHandle, IDisposable' - content.vb: >- - Public Class OrtIoBinding - Inherits SafeHandle - Implements IDisposable - inheritance: - - System.Object - - System.Runtime.InteropServices.SafeHandle - implements: - - System.IDisposable - inheritedMembers: - - System.Runtime.InteropServices.SafeHandle.handle - - System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - - System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - - System.Runtime.InteropServices.SafeHandle.DangerousRelease - - System.Runtime.InteropServices.SafeHandle.Dispose - - System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - - System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - - System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - - System.Runtime.InteropServices.SafeHandle.IsClosed - - System.Object.Equals(System.Object) - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetHashCode - - System.Object.GetType - - System.Object.MemberwiseClone - - System.Object.ReferenceEquals(System.Object,System.Object) - - System.Object.ToString - modifiers.csharp: - - public - - class - modifiers.vb: - - Public - - Class -- uid: Microsoft.ML.OnnxRuntime.OrtIoBinding.IsInvalid - commentId: P:Microsoft.ML.OnnxRuntime.OrtIoBinding.IsInvalid - id: IsInvalid - parent: Microsoft.ML.OnnxRuntime.OrtIoBinding - langs: - - csharp - - vb - name: IsInvalid - nameWithType: OrtIoBinding.IsInvalid - fullName: Microsoft.ML.OnnxRuntime.OrtIoBinding.IsInvalid - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtIoBinding.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: IsInvalid - path: ../src/Microsoft.ML.OnnxRuntime/OrtIoBinding.shared.cs - startLine: 52 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nOverrides SafeHandle.IsInvalid\n" - example: [] - syntax: - content: public override bool IsInvalid { get; } - parameters: [] - return: - type: System.Boolean - description: returns true if handle is equal to Zero - content.vb: Public Overrides ReadOnly Property IsInvalid As Boolean - overridden: System.Runtime.InteropServices.SafeHandle.IsInvalid - overload: Microsoft.ML.OnnxRuntime.OrtIoBinding.IsInvalid* - modifiers.csharp: - - public - - override - - get - modifiers.vb: - - Public - - Overrides - - ReadOnly -- uid: Microsoft.ML.OnnxRuntime.OrtIoBinding.BindInput(System.String,Microsoft.ML.OnnxRuntime.Tensors.TensorElementType,System.Int64[],Microsoft.ML.OnnxRuntime.OrtMemoryAllocation) - commentId: M:Microsoft.ML.OnnxRuntime.OrtIoBinding.BindInput(System.String,Microsoft.ML.OnnxRuntime.Tensors.TensorElementType,System.Int64[],Microsoft.ML.OnnxRuntime.OrtMemoryAllocation) - id: BindInput(System.String,Microsoft.ML.OnnxRuntime.Tensors.TensorElementType,System.Int64[],Microsoft.ML.OnnxRuntime.OrtMemoryAllocation) - parent: Microsoft.ML.OnnxRuntime.OrtIoBinding - langs: - - csharp - - vb - name: BindInput(String, TensorElementType, Int64[], OrtMemoryAllocation) - nameWithType: OrtIoBinding.BindInput(String, TensorElementType, Int64[], OrtMemoryAllocation) - fullName: Microsoft.ML.OnnxRuntime.OrtIoBinding.BindInput(System.String, Microsoft.ML.OnnxRuntime.Tensors.TensorElementType, System.Int64[], Microsoft.ML.OnnxRuntime.OrtMemoryAllocation) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtIoBinding.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: BindInput - path: ../src/Microsoft.ML.OnnxRuntime/OrtIoBinding.shared.cs - startLine: 64 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nBind a piece of pre-allocated native memory as a OrtValue Tensor with a given shape\nto an input with a given name. The model will read the specified input from that memory\npossibly avoiding the need to copy between devices. OrtMemoryAllocation continues to own\nthe chunk of native memory, and the allocation should be alive until the end of execution.\n" - example: [] - syntax: - content: public void BindInput(string name, TensorElementType elementType, long[] shape, OrtMemoryAllocation allocation) - parameters: - - id: name - type: System.String - description: of the input - - id: elementType - type: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - description: Tensor element type - - id: shape - type: System.Int64[] - description: '' - - id: allocation - type: Microsoft.ML.OnnxRuntime.OrtMemoryAllocation - description: native memory allocation - content.vb: Public Sub BindInput(name As String, elementType As TensorElementType, shape As Long(), allocation As OrtMemoryAllocation) - overload: Microsoft.ML.OnnxRuntime.OrtIoBinding.BindInput* - nameWithType.vb: OrtIoBinding.BindInput(String, TensorElementType, Int64(), OrtMemoryAllocation) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Microsoft.ML.OnnxRuntime.OrtIoBinding.BindInput(System.String, Microsoft.ML.OnnxRuntime.Tensors.TensorElementType, System.Int64(), Microsoft.ML.OnnxRuntime.OrtMemoryAllocation) - name.vb: BindInput(String, TensorElementType, Int64(), OrtMemoryAllocation) -- uid: Microsoft.ML.OnnxRuntime.OrtIoBinding.BindInput(System.String,Microsoft.ML.OnnxRuntime.OrtExternalAllocation) - commentId: M:Microsoft.ML.OnnxRuntime.OrtIoBinding.BindInput(System.String,Microsoft.ML.OnnxRuntime.OrtExternalAllocation) - id: BindInput(System.String,Microsoft.ML.OnnxRuntime.OrtExternalAllocation) - parent: Microsoft.ML.OnnxRuntime.OrtIoBinding - langs: - - csharp - - vb - name: BindInput(String, OrtExternalAllocation) - nameWithType: OrtIoBinding.BindInput(String, OrtExternalAllocation) - fullName: Microsoft.ML.OnnxRuntime.OrtIoBinding.BindInput(System.String, Microsoft.ML.OnnxRuntime.OrtExternalAllocation) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtIoBinding.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: BindInput - path: ../src/Microsoft.ML.OnnxRuntime/OrtIoBinding.shared.cs - startLine: 77 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nBind externally (not from OrtAllocator) allocated memory as input.\nThe model will read the specified input from that memory\npossibly avoiding the need to copy between devices. The user code continues to own\nthe chunk of externally allocated memory, and the allocation should be alive until the end of execution.\n" - example: [] - syntax: - content: public void BindInput(string name, OrtExternalAllocation allocation) - parameters: - - id: name - type: System.String - description: name - - id: allocation - type: Microsoft.ML.OnnxRuntime.OrtExternalAllocation - description: non ort allocated memory - content.vb: Public Sub BindInput(name As String, allocation As OrtExternalAllocation) - overload: Microsoft.ML.OnnxRuntime.OrtIoBinding.BindInput* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtIoBinding.BindInput(System.String,Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue) - commentId: M:Microsoft.ML.OnnxRuntime.OrtIoBinding.BindInput(System.String,Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue) - id: BindInput(System.String,Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue) - parent: Microsoft.ML.OnnxRuntime.OrtIoBinding - langs: - - csharp - - vb - name: BindInput(String, FixedBufferOnnxValue) - nameWithType: OrtIoBinding.BindInput(String, FixedBufferOnnxValue) - fullName: Microsoft.ML.OnnxRuntime.OrtIoBinding.BindInput(System.String, Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtIoBinding.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: BindInput - path: ../src/Microsoft.ML.OnnxRuntime/OrtIoBinding.shared.cs - startLine: 88 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nBind the input with the given name as an OrtValue Tensor allocated in pinned managed memory.\nInstance of FixedBufferOnnxValue owns the memory and should be alive until the end of execution.\n" - example: [] - syntax: - content: public void BindInput(string name, FixedBufferOnnxValue fixedValue) - parameters: - - id: name - type: System.String - description: name of input - - id: fixedValue - type: Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue - description: '' - content.vb: Public Sub BindInput(name As String, fixedValue As FixedBufferOnnxValue) - overload: Microsoft.ML.OnnxRuntime.OrtIoBinding.BindInput* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtIoBinding.SynchronizeBoundInputs - commentId: M:Microsoft.ML.OnnxRuntime.OrtIoBinding.SynchronizeBoundInputs - id: SynchronizeBoundInputs - parent: Microsoft.ML.OnnxRuntime.OrtIoBinding - langs: - - csharp - - vb - name: SynchronizeBoundInputs() - nameWithType: OrtIoBinding.SynchronizeBoundInputs() - fullName: Microsoft.ML.OnnxRuntime.OrtIoBinding.SynchronizeBoundInputs() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtIoBinding.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: SynchronizeBoundInputs - path: ../src/Microsoft.ML.OnnxRuntime/OrtIoBinding.shared.cs - startLine: 101 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nBlocks until device completes all preceding requested tasks.\nUseful for memory synchronization.\n" - example: [] - syntax: - content: public void SynchronizeBoundInputs() - content.vb: Public Sub SynchronizeBoundInputs - overload: Microsoft.ML.OnnxRuntime.OrtIoBinding.SynchronizeBoundInputs* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtIoBinding.BindOutput(System.String,Microsoft.ML.OnnxRuntime.Tensors.TensorElementType,System.Int64[],Microsoft.ML.OnnxRuntime.OrtMemoryAllocation) - commentId: M:Microsoft.ML.OnnxRuntime.OrtIoBinding.BindOutput(System.String,Microsoft.ML.OnnxRuntime.Tensors.TensorElementType,System.Int64[],Microsoft.ML.OnnxRuntime.OrtMemoryAllocation) - id: BindOutput(System.String,Microsoft.ML.OnnxRuntime.Tensors.TensorElementType,System.Int64[],Microsoft.ML.OnnxRuntime.OrtMemoryAllocation) - parent: Microsoft.ML.OnnxRuntime.OrtIoBinding - langs: - - csharp - - vb - name: BindOutput(String, TensorElementType, Int64[], OrtMemoryAllocation) - nameWithType: OrtIoBinding.BindOutput(String, TensorElementType, Int64[], OrtMemoryAllocation) - fullName: Microsoft.ML.OnnxRuntime.OrtIoBinding.BindOutput(System.String, Microsoft.ML.OnnxRuntime.Tensors.TensorElementType, System.Int64[], Microsoft.ML.OnnxRuntime.OrtMemoryAllocation) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtIoBinding.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: BindOutput - path: ../src/Microsoft.ML.OnnxRuntime/OrtIoBinding.shared.cs - startLine: 114 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nBind model output to an OrtValue as Tensor with a given type and shape. An instance of OrtMemoryAllocaiton\nowns the memory and should be alive for the time of execution.\n" - example: [] - syntax: - content: public void BindOutput(string name, TensorElementType elementType, long[] shape, OrtMemoryAllocation allocation) - parameters: - - id: name - type: System.String - description: of the output - - id: elementType - type: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - description: tensor element type - - id: shape - type: System.Int64[] - description: tensor shape - - id: allocation - type: Microsoft.ML.OnnxRuntime.OrtMemoryAllocation - description: allocated memory - content.vb: Public Sub BindOutput(name As String, elementType As TensorElementType, shape As Long(), allocation As OrtMemoryAllocation) - overload: Microsoft.ML.OnnxRuntime.OrtIoBinding.BindOutput* - nameWithType.vb: OrtIoBinding.BindOutput(String, TensorElementType, Int64(), OrtMemoryAllocation) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Microsoft.ML.OnnxRuntime.OrtIoBinding.BindOutput(System.String, Microsoft.ML.OnnxRuntime.Tensors.TensorElementType, System.Int64(), Microsoft.ML.OnnxRuntime.OrtMemoryAllocation) - name.vb: BindOutput(String, TensorElementType, Int64(), OrtMemoryAllocation) -- uid: Microsoft.ML.OnnxRuntime.OrtIoBinding.BindOutput(System.String,Microsoft.ML.OnnxRuntime.OrtExternalAllocation) - commentId: M:Microsoft.ML.OnnxRuntime.OrtIoBinding.BindOutput(System.String,Microsoft.ML.OnnxRuntime.OrtExternalAllocation) - id: BindOutput(System.String,Microsoft.ML.OnnxRuntime.OrtExternalAllocation) - parent: Microsoft.ML.OnnxRuntime.OrtIoBinding - langs: - - csharp - - vb - name: BindOutput(String, OrtExternalAllocation) - nameWithType: OrtIoBinding.BindOutput(String, OrtExternalAllocation) - fullName: Microsoft.ML.OnnxRuntime.OrtIoBinding.BindOutput(System.String, Microsoft.ML.OnnxRuntime.OrtExternalAllocation) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtIoBinding.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: BindOutput - path: ../src/Microsoft.ML.OnnxRuntime/OrtIoBinding.shared.cs - startLine: 127 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nBind externally (not from OrtAllocator) allocated memory as output.\nThe model will read the specified input from that memory\npossibly avoiding the need to copy between devices. The user code continues to own\nthe chunk of externally allocated memory, and the allocation should be alive until the end of execution.\n" - example: [] - syntax: - content: public void BindOutput(string name, OrtExternalAllocation allocation) - parameters: - - id: name - type: System.String - description: name - - id: allocation - type: Microsoft.ML.OnnxRuntime.OrtExternalAllocation - description: non ort allocated memory - content.vb: Public Sub BindOutput(name As String, allocation As OrtExternalAllocation) - overload: Microsoft.ML.OnnxRuntime.OrtIoBinding.BindOutput* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtIoBinding.BindOutput(System.String,Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue) - commentId: M:Microsoft.ML.OnnxRuntime.OrtIoBinding.BindOutput(System.String,Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue) - id: BindOutput(System.String,Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue) - parent: Microsoft.ML.OnnxRuntime.OrtIoBinding - langs: - - csharp - - vb - name: BindOutput(String, FixedBufferOnnxValue) - nameWithType: OrtIoBinding.BindOutput(String, FixedBufferOnnxValue) - fullName: Microsoft.ML.OnnxRuntime.OrtIoBinding.BindOutput(System.String, Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtIoBinding.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: BindOutput - path: ../src/Microsoft.ML.OnnxRuntime/OrtIoBinding.shared.cs - startLine: 138 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nBind model output to a given instance of FixedBufferOnnxValue which owns the underlying\npinned managed memory and should be alive for the time of execution.\n" - example: [] - syntax: - content: public void BindOutput(string name, FixedBufferOnnxValue fixedValue) - parameters: - - id: name - type: System.String - description: of the output - - id: fixedValue - type: Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue - description: '' - content.vb: Public Sub BindOutput(name As String, fixedValue As FixedBufferOnnxValue) - overload: Microsoft.ML.OnnxRuntime.OrtIoBinding.BindOutput* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtIoBinding.BindOutputToDevice(System.String,Microsoft.ML.OnnxRuntime.OrtMemoryInfo) - commentId: M:Microsoft.ML.OnnxRuntime.OrtIoBinding.BindOutputToDevice(System.String,Microsoft.ML.OnnxRuntime.OrtMemoryInfo) - id: BindOutputToDevice(System.String,Microsoft.ML.OnnxRuntime.OrtMemoryInfo) - parent: Microsoft.ML.OnnxRuntime.OrtIoBinding - langs: - - csharp - - vb - name: BindOutputToDevice(String, OrtMemoryInfo) - nameWithType: OrtIoBinding.BindOutputToDevice(String, OrtMemoryInfo) - fullName: Microsoft.ML.OnnxRuntime.OrtIoBinding.BindOutputToDevice(System.String, Microsoft.ML.OnnxRuntime.OrtMemoryInfo) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtIoBinding.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: BindOutputToDevice - path: ../src/Microsoft.ML.OnnxRuntime/OrtIoBinding.shared.cs - startLine: 153 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nThis function will bind model output with the given name to a device\nspecified by the memInfo.\n" - example: [] - syntax: - content: public void BindOutputToDevice(string name, OrtMemoryInfo memInfo) - parameters: - - id: name - type: System.String - description: output name - - id: memInfo - type: Microsoft.ML.OnnxRuntime.OrtMemoryInfo - description: instance of memory info - content.vb: Public Sub BindOutputToDevice(name As String, memInfo As OrtMemoryInfo) - overload: Microsoft.ML.OnnxRuntime.OrtIoBinding.BindOutputToDevice* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtIoBinding.SynchronizeBoundOutputs - commentId: M:Microsoft.ML.OnnxRuntime.OrtIoBinding.SynchronizeBoundOutputs - id: SynchronizeBoundOutputs - parent: Microsoft.ML.OnnxRuntime.OrtIoBinding - langs: - - csharp - - vb - name: SynchronizeBoundOutputs() - nameWithType: OrtIoBinding.SynchronizeBoundOutputs() - fullName: Microsoft.ML.OnnxRuntime.OrtIoBinding.SynchronizeBoundOutputs() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtIoBinding.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: SynchronizeBoundOutputs - path: ../src/Microsoft.ML.OnnxRuntime/OrtIoBinding.shared.cs - startLine: 164 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nBlocks until device completes all preceding requested tasks.\nUseful for memory synchronization.\n" - example: [] - syntax: - content: public void SynchronizeBoundOutputs() - content.vb: Public Sub SynchronizeBoundOutputs - overload: Microsoft.ML.OnnxRuntime.OrtIoBinding.SynchronizeBoundOutputs* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtIoBinding.GetOutputNames - commentId: M:Microsoft.ML.OnnxRuntime.OrtIoBinding.GetOutputNames - id: GetOutputNames - parent: Microsoft.ML.OnnxRuntime.OrtIoBinding - langs: - - csharp - - vb - name: GetOutputNames() - nameWithType: OrtIoBinding.GetOutputNames() - fullName: Microsoft.ML.OnnxRuntime.OrtIoBinding.GetOutputNames() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtIoBinding.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetOutputNames - path: ../src/Microsoft.ML.OnnxRuntime/OrtIoBinding.shared.cs - startLine: 232 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nReturns an array of output names in the same order they were bound\n" - example: [] - syntax: - content: public string[] GetOutputNames() - return: - type: System.String[] - description: array of output names - content.vb: Public Function GetOutputNames As String() - overload: Microsoft.ML.OnnxRuntime.OrtIoBinding.GetOutputNames* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtIoBinding.GetOutputValues - commentId: M:Microsoft.ML.OnnxRuntime.OrtIoBinding.GetOutputValues - id: GetOutputValues - parent: Microsoft.ML.OnnxRuntime.OrtIoBinding - langs: - - csharp - - vb - name: GetOutputValues() - nameWithType: OrtIoBinding.GetOutputValues() - fullName: Microsoft.ML.OnnxRuntime.OrtIoBinding.GetOutputValues() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtIoBinding.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetOutputValues - path: ../src/Microsoft.ML.OnnxRuntime/OrtIoBinding.shared.cs - startLine: 277 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public IDisposableReadOnlyCollection GetOutputValues() - return: - type: Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection{Microsoft.ML.OnnxRuntime.OrtValue} - content.vb: Public Function GetOutputValues As IDisposableReadOnlyCollection(Of OrtValue) - overload: Microsoft.ML.OnnxRuntime.OrtIoBinding.GetOutputValues* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtIoBinding.ClearBoundInputs - commentId: M:Microsoft.ML.OnnxRuntime.OrtIoBinding.ClearBoundInputs - id: ClearBoundInputs - parent: Microsoft.ML.OnnxRuntime.OrtIoBinding - langs: - - csharp - - vb - name: ClearBoundInputs() - nameWithType: OrtIoBinding.ClearBoundInputs() - fullName: Microsoft.ML.OnnxRuntime.OrtIoBinding.ClearBoundInputs() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtIoBinding.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ClearBoundInputs - path: ../src/Microsoft.ML.OnnxRuntime/OrtIoBinding.shared.cs - startLine: 313 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nClear all bound inputs and start anew\n" - example: [] - syntax: - content: public void ClearBoundInputs() - content.vb: Public Sub ClearBoundInputs - overload: Microsoft.ML.OnnxRuntime.OrtIoBinding.ClearBoundInputs* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtIoBinding.ClearBoundOutputs - commentId: M:Microsoft.ML.OnnxRuntime.OrtIoBinding.ClearBoundOutputs - id: ClearBoundOutputs - parent: Microsoft.ML.OnnxRuntime.OrtIoBinding - langs: - - csharp - - vb - name: ClearBoundOutputs() - nameWithType: OrtIoBinding.ClearBoundOutputs() - fullName: Microsoft.ML.OnnxRuntime.OrtIoBinding.ClearBoundOutputs() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtIoBinding.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ClearBoundOutputs - path: ../src/Microsoft.ML.OnnxRuntime/OrtIoBinding.shared.cs - startLine: 321 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nClear all bound outputs\n" - example: [] - syntax: - content: public void ClearBoundOutputs() - content.vb: Public Sub ClearBoundOutputs - overload: Microsoft.ML.OnnxRuntime.OrtIoBinding.ClearBoundOutputs* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtIoBinding.ReleaseHandle - commentId: M:Microsoft.ML.OnnxRuntime.OrtIoBinding.ReleaseHandle - id: ReleaseHandle - parent: Microsoft.ML.OnnxRuntime.OrtIoBinding - langs: - - csharp - - vb - name: ReleaseHandle() - nameWithType: OrtIoBinding.ReleaseHandle() - fullName: Microsoft.ML.OnnxRuntime.OrtIoBinding.ReleaseHandle() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtIoBinding.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ReleaseHandle - path: ../src/Microsoft.ML.OnnxRuntime/OrtIoBinding.shared.cs - startLine: 332 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nOverrides SafeHandle.ReleaseHandle() to properly dispose of\nthe native instance of OrtIoBidning\n" - example: [] - syntax: - content: protected override bool ReleaseHandle() - return: - type: System.Boolean - description: always returns true - content.vb: Protected Overrides Function ReleaseHandle As Boolean - overridden: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - overload: Microsoft.ML.OnnxRuntime.OrtIoBinding.ReleaseHandle* - modifiers.csharp: - - protected - - override - modifiers.vb: - - Protected - - Overrides -references: -- uid: Microsoft.ML.OnnxRuntime - commentId: N:Microsoft.ML.OnnxRuntime - name: Microsoft.ML.OnnxRuntime - nameWithType: Microsoft.ML.OnnxRuntime - fullName: Microsoft.ML.OnnxRuntime -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: System.Runtime.InteropServices.SafeHandle - commentId: T:System.Runtime.InteropServices.SafeHandle - parent: System.Runtime.InteropServices - isExternal: true - name: SafeHandle - nameWithType: SafeHandle - fullName: System.Runtime.InteropServices.SafeHandle -- uid: System.IDisposable - commentId: T:System.IDisposable - parent: System - isExternal: true - name: IDisposable - nameWithType: IDisposable - fullName: System.IDisposable -- uid: System.Runtime.InteropServices.SafeHandle.handle - commentId: F:System.Runtime.InteropServices.SafeHandle.handle - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: handle - nameWithType: SafeHandle.handle - fullName: System.Runtime.InteropServices.SafeHandle.handle -- uid: System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - commentId: M:System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: DangerousAddRef(Boolean) - nameWithType: SafeHandle.DangerousAddRef(Boolean) - fullName: System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean) - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - name: DangerousAddRef - nameWithType: SafeHandle.DangerousAddRef - fullName: System.Runtime.InteropServices.SafeHandle.DangerousAddRef - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - name: DangerousAddRef - nameWithType: SafeHandle.DangerousAddRef - fullName: System.Runtime.InteropServices.SafeHandle.DangerousAddRef - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - commentId: M:System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: DangerousGetHandle() - nameWithType: SafeHandle.DangerousGetHandle() - fullName: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - name: DangerousGetHandle - nameWithType: SafeHandle.DangerousGetHandle - fullName: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - name: DangerousGetHandle - nameWithType: SafeHandle.DangerousGetHandle - fullName: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.DangerousRelease - commentId: M:System.Runtime.InteropServices.SafeHandle.DangerousRelease - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: DangerousRelease() - nameWithType: SafeHandle.DangerousRelease() - fullName: System.Runtime.InteropServices.SafeHandle.DangerousRelease() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousRelease - name: DangerousRelease - nameWithType: SafeHandle.DangerousRelease - fullName: System.Runtime.InteropServices.SafeHandle.DangerousRelease - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousRelease - name: DangerousRelease - nameWithType: SafeHandle.DangerousRelease - fullName: System.Runtime.InteropServices.SafeHandle.DangerousRelease - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.Dispose - commentId: M:System.Runtime.InteropServices.SafeHandle.Dispose - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: Dispose() - nameWithType: SafeHandle.Dispose() - fullName: System.Runtime.InteropServices.SafeHandle.Dispose() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.Dispose - name: Dispose - nameWithType: SafeHandle.Dispose - fullName: System.Runtime.InteropServices.SafeHandle.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.Dispose - name: Dispose - nameWithType: SafeHandle.Dispose - fullName: System.Runtime.InteropServices.SafeHandle.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - commentId: M:System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: Dispose(Boolean) - nameWithType: SafeHandle.Dispose(Boolean) - fullName: System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - name: Dispose - nameWithType: SafeHandle.Dispose - fullName: System.Runtime.InteropServices.SafeHandle.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - name: Dispose - nameWithType: SafeHandle.Dispose - fullName: System.Runtime.InteropServices.SafeHandle.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - commentId: M:System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: SetHandle(IntPtr) - nameWithType: SafeHandle.SetHandle(IntPtr) - fullName: System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - name: SetHandle - nameWithType: SafeHandle.SetHandle - fullName: System.Runtime.InteropServices.SafeHandle.SetHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.IntPtr - name: IntPtr - nameWithType: IntPtr - fullName: System.IntPtr - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - name: SetHandle - nameWithType: SafeHandle.SetHandle - fullName: System.Runtime.InteropServices.SafeHandle.SetHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.IntPtr - name: IntPtr - nameWithType: IntPtr - fullName: System.IntPtr - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - commentId: M:System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: SetHandleAsInvalid() - nameWithType: SafeHandle.SetHandleAsInvalid() - fullName: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - name: SetHandleAsInvalid - nameWithType: SafeHandle.SetHandleAsInvalid - fullName: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - name: SetHandleAsInvalid - nameWithType: SafeHandle.SetHandleAsInvalid - fullName: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.IsClosed - commentId: P:System.Runtime.InteropServices.SafeHandle.IsClosed - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: IsClosed - nameWithType: SafeHandle.IsClosed - fullName: System.Runtime.InteropServices.SafeHandle.IsClosed -- uid: System.Object.Equals(System.Object) - commentId: M:System.Object.Equals(System.Object) - parent: System.Object - isExternal: true - name: Equals(Object) - nameWithType: Object.Equals(Object) - fullName: System.Object.Equals(System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetHashCode - commentId: M:System.Object.GetHashCode - parent: System.Object - isExternal: true - name: GetHashCode() - nameWithType: Object.GetHashCode() - fullName: System.Object.GetHashCode() - spec.csharp: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - name: MemberwiseClone() - nameWithType: Object.MemberwiseClone() - fullName: System.Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ToString - commentId: M:System.Object.ToString - parent: System.Object - isExternal: true - name: ToString() - nameWithType: Object.ToString() - fullName: System.Object.ToString() - spec.csharp: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System -- uid: System.Runtime.InteropServices - commentId: N:System.Runtime.InteropServices - isExternal: true - name: System.Runtime.InteropServices - nameWithType: System.Runtime.InteropServices - fullName: System.Runtime.InteropServices -- uid: System.Runtime.InteropServices.SafeHandle.IsInvalid - commentId: P:System.Runtime.InteropServices.SafeHandle.IsInvalid - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: IsInvalid - nameWithType: SafeHandle.IsInvalid - fullName: System.Runtime.InteropServices.SafeHandle.IsInvalid -- uid: Microsoft.ML.OnnxRuntime.OrtIoBinding.IsInvalid* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtIoBinding.IsInvalid - name: IsInvalid - nameWithType: OrtIoBinding.IsInvalid - fullName: Microsoft.ML.OnnxRuntime.OrtIoBinding.IsInvalid -- uid: System.Boolean - commentId: T:System.Boolean - parent: System - isExternal: true - name: Boolean - nameWithType: Boolean - fullName: System.Boolean -- uid: Microsoft.ML.OnnxRuntime.OrtIoBinding.BindInput* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtIoBinding.BindInput - name: BindInput - nameWithType: OrtIoBinding.BindInput - fullName: Microsoft.ML.OnnxRuntime.OrtIoBinding.BindInput -- uid: System.String - commentId: T:System.String - parent: System - isExternal: true - name: String - nameWithType: String - fullName: System.String -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - commentId: T:Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - parent: Microsoft.ML.OnnxRuntime.Tensors - name: TensorElementType - nameWithType: TensorElementType - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType -- uid: System.Int64[] - isExternal: true - name: Int64[] - nameWithType: Int64[] - fullName: System.Int64[] - nameWithType.vb: Int64() - fullName.vb: System.Int64() - name.vb: Int64() - spec.csharp: - - uid: System.Int64 - name: Int64 - nameWithType: Int64 - fullName: System.Int64 - isExternal: true - - name: '[]' - nameWithType: '[]' - fullName: '[]' - spec.vb: - - uid: System.Int64 - name: Int64 - nameWithType: Int64 - fullName: System.Int64 - isExternal: true - - name: () - nameWithType: () - fullName: () -- uid: Microsoft.ML.OnnxRuntime.OrtMemoryAllocation - commentId: T:Microsoft.ML.OnnxRuntime.OrtMemoryAllocation - parent: Microsoft.ML.OnnxRuntime - name: OrtMemoryAllocation - nameWithType: OrtMemoryAllocation - fullName: Microsoft.ML.OnnxRuntime.OrtMemoryAllocation -- uid: Microsoft.ML.OnnxRuntime.Tensors - commentId: N:Microsoft.ML.OnnxRuntime.Tensors - name: Microsoft.ML.OnnxRuntime.Tensors - nameWithType: Microsoft.ML.OnnxRuntime.Tensors - fullName: Microsoft.ML.OnnxRuntime.Tensors -- uid: Microsoft.ML.OnnxRuntime.OrtExternalAllocation - commentId: T:Microsoft.ML.OnnxRuntime.OrtExternalAllocation - parent: Microsoft.ML.OnnxRuntime - name: OrtExternalAllocation - nameWithType: OrtExternalAllocation - fullName: Microsoft.ML.OnnxRuntime.OrtExternalAllocation -- uid: Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue - commentId: T:Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue - parent: Microsoft.ML.OnnxRuntime - name: FixedBufferOnnxValue - nameWithType: FixedBufferOnnxValue - fullName: Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue -- uid: Microsoft.ML.OnnxRuntime.OrtIoBinding.SynchronizeBoundInputs* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtIoBinding.SynchronizeBoundInputs - name: SynchronizeBoundInputs - nameWithType: OrtIoBinding.SynchronizeBoundInputs - fullName: Microsoft.ML.OnnxRuntime.OrtIoBinding.SynchronizeBoundInputs -- uid: Microsoft.ML.OnnxRuntime.OrtIoBinding.BindOutput* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtIoBinding.BindOutput - name: BindOutput - nameWithType: OrtIoBinding.BindOutput - fullName: Microsoft.ML.OnnxRuntime.OrtIoBinding.BindOutput -- uid: Microsoft.ML.OnnxRuntime.OrtIoBinding.BindOutputToDevice* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtIoBinding.BindOutputToDevice - name: BindOutputToDevice - nameWithType: OrtIoBinding.BindOutputToDevice - fullName: Microsoft.ML.OnnxRuntime.OrtIoBinding.BindOutputToDevice -- uid: Microsoft.ML.OnnxRuntime.OrtMemoryInfo - commentId: T:Microsoft.ML.OnnxRuntime.OrtMemoryInfo - parent: Microsoft.ML.OnnxRuntime - name: OrtMemoryInfo - nameWithType: OrtMemoryInfo - fullName: Microsoft.ML.OnnxRuntime.OrtMemoryInfo -- uid: Microsoft.ML.OnnxRuntime.OrtIoBinding.SynchronizeBoundOutputs* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtIoBinding.SynchronizeBoundOutputs - name: SynchronizeBoundOutputs - nameWithType: OrtIoBinding.SynchronizeBoundOutputs - fullName: Microsoft.ML.OnnxRuntime.OrtIoBinding.SynchronizeBoundOutputs -- uid: Microsoft.ML.OnnxRuntime.OrtIoBinding.GetOutputNames* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtIoBinding.GetOutputNames - name: GetOutputNames - nameWithType: OrtIoBinding.GetOutputNames - fullName: Microsoft.ML.OnnxRuntime.OrtIoBinding.GetOutputNames -- uid: System.String[] - isExternal: true - name: String[] - nameWithType: String[] - fullName: System.String[] - nameWithType.vb: String() - fullName.vb: System.String() - name.vb: String() - spec.csharp: - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: '[]' - nameWithType: '[]' - fullName: '[]' - spec.vb: - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: () - nameWithType: () - fullName: () -- uid: Microsoft.ML.OnnxRuntime.OrtIoBinding.GetOutputValues* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtIoBinding.GetOutputValues - name: GetOutputValues - nameWithType: OrtIoBinding.GetOutputValues - fullName: Microsoft.ML.OnnxRuntime.OrtIoBinding.GetOutputValues -- uid: Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection{Microsoft.ML.OnnxRuntime.OrtValue} - commentId: T:Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection{Microsoft.ML.OnnxRuntime.OrtValue} - parent: Microsoft.ML.OnnxRuntime - definition: Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection`1 - name: IDisposableReadOnlyCollection - nameWithType: IDisposableReadOnlyCollection - fullName: Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection - nameWithType.vb: IDisposableReadOnlyCollection(Of OrtValue) - fullName.vb: Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection(Of Microsoft.ML.OnnxRuntime.OrtValue) - name.vb: IDisposableReadOnlyCollection(Of OrtValue) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection`1 - name: IDisposableReadOnlyCollection - nameWithType: IDisposableReadOnlyCollection - fullName: Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection - - name: < - nameWithType: < - fullName: < - - uid: Microsoft.ML.OnnxRuntime.OrtValue - name: OrtValue - nameWithType: OrtValue - fullName: Microsoft.ML.OnnxRuntime.OrtValue - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection`1 - name: IDisposableReadOnlyCollection - nameWithType: IDisposableReadOnlyCollection - fullName: Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: Microsoft.ML.OnnxRuntime.OrtValue - name: OrtValue - nameWithType: OrtValue - fullName: Microsoft.ML.OnnxRuntime.OrtValue - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection`1 - commentId: T:Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection`1 - name: IDisposableReadOnlyCollection - nameWithType: IDisposableReadOnlyCollection - fullName: Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection - nameWithType.vb: IDisposableReadOnlyCollection(Of T) - fullName.vb: Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection(Of T) - name.vb: IDisposableReadOnlyCollection(Of T) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection`1 - name: IDisposableReadOnlyCollection - nameWithType: IDisposableReadOnlyCollection - fullName: Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection`1 - name: IDisposableReadOnlyCollection - nameWithType: IDisposableReadOnlyCollection - fullName: Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.OrtIoBinding.ClearBoundInputs* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtIoBinding.ClearBoundInputs - name: ClearBoundInputs - nameWithType: OrtIoBinding.ClearBoundInputs - fullName: Microsoft.ML.OnnxRuntime.OrtIoBinding.ClearBoundInputs -- uid: Microsoft.ML.OnnxRuntime.OrtIoBinding.ClearBoundOutputs* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtIoBinding.ClearBoundOutputs - name: ClearBoundOutputs - nameWithType: OrtIoBinding.ClearBoundOutputs - fullName: Microsoft.ML.OnnxRuntime.OrtIoBinding.ClearBoundOutputs -- uid: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - commentId: M:System.Runtime.InteropServices.SafeHandle.ReleaseHandle - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: ReleaseHandle() - nameWithType: SafeHandle.ReleaseHandle() - fullName: System.Runtime.InteropServices.SafeHandle.ReleaseHandle() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - name: ReleaseHandle - nameWithType: SafeHandle.ReleaseHandle - fullName: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - name: ReleaseHandle - nameWithType: SafeHandle.ReleaseHandle - fullName: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.OrtIoBinding.ReleaseHandle* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtIoBinding.ReleaseHandle - name: ReleaseHandle - nameWithType: OrtIoBinding.ReleaseHandle - fullName: Microsoft.ML.OnnxRuntime.OrtIoBinding.ReleaseHandle diff --git a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtLanguageProjection.yml b/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtLanguageProjection.yml deleted file mode 100644 index bead212ea7e86..0000000000000 --- a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtLanguageProjection.yml +++ /dev/null @@ -1,246 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Microsoft.ML.OnnxRuntime.OrtLanguageProjection - commentId: T:Microsoft.ML.OnnxRuntime.OrtLanguageProjection - id: OrtLanguageProjection - parent: Microsoft.ML.OnnxRuntime - children: - - Microsoft.ML.OnnxRuntime.OrtLanguageProjection.ORT_PROJECTION_C - - Microsoft.ML.OnnxRuntime.OrtLanguageProjection.ORT_PROJECTION_CPLUSPLUS - - Microsoft.ML.OnnxRuntime.OrtLanguageProjection.ORT_PROJECTION_CSHARP - - Microsoft.ML.OnnxRuntime.OrtLanguageProjection.ORT_PROJECTION_JAVA - - Microsoft.ML.OnnxRuntime.OrtLanguageProjection.ORT_PROJECTION_PYTHON - - Microsoft.ML.OnnxRuntime.OrtLanguageProjection.ORT_PROJECTION_WINML - langs: - - csharp - - vb - name: OrtLanguageProjection - nameWithType: OrtLanguageProjection - fullName: Microsoft.ML.OnnxRuntime.OrtLanguageProjection - type: Enum - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OnnxRuntime.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: OrtLanguageProjection - path: ../src/Microsoft.ML.OnnxRuntime/OnnxRuntime.shared.cs - startLine: 35 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nLanguage projection property for telemetry event for tracking the source usage of ONNXRUNTIME\n" - example: [] - syntax: - content: public enum OrtLanguageProjection - content.vb: Public Enum OrtLanguageProjection - modifiers.csharp: - - public - - enum - modifiers.vb: - - Public - - Enum -- uid: Microsoft.ML.OnnxRuntime.OrtLanguageProjection.ORT_PROJECTION_C - commentId: F:Microsoft.ML.OnnxRuntime.OrtLanguageProjection.ORT_PROJECTION_C - id: ORT_PROJECTION_C - parent: Microsoft.ML.OnnxRuntime.OrtLanguageProjection - langs: - - csharp - - vb - name: ORT_PROJECTION_C - nameWithType: OrtLanguageProjection.ORT_PROJECTION_C - fullName: Microsoft.ML.OnnxRuntime.OrtLanguageProjection.ORT_PROJECTION_C - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OnnxRuntime.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ORT_PROJECTION_C - path: ../src/Microsoft.ML.OnnxRuntime/OnnxRuntime.shared.cs - startLine: 37 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: ORT_PROJECTION_C = 0 - return: - type: Microsoft.ML.OnnxRuntime.OrtLanguageProjection - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Microsoft.ML.OnnxRuntime.OrtLanguageProjection.ORT_PROJECTION_CPLUSPLUS - commentId: F:Microsoft.ML.OnnxRuntime.OrtLanguageProjection.ORT_PROJECTION_CPLUSPLUS - id: ORT_PROJECTION_CPLUSPLUS - parent: Microsoft.ML.OnnxRuntime.OrtLanguageProjection - langs: - - csharp - - vb - name: ORT_PROJECTION_CPLUSPLUS - nameWithType: OrtLanguageProjection.ORT_PROJECTION_CPLUSPLUS - fullName: Microsoft.ML.OnnxRuntime.OrtLanguageProjection.ORT_PROJECTION_CPLUSPLUS - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OnnxRuntime.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ORT_PROJECTION_CPLUSPLUS - path: ../src/Microsoft.ML.OnnxRuntime/OnnxRuntime.shared.cs - startLine: 38 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: ORT_PROJECTION_CPLUSPLUS = 1 - return: - type: Microsoft.ML.OnnxRuntime.OrtLanguageProjection - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Microsoft.ML.OnnxRuntime.OrtLanguageProjection.ORT_PROJECTION_CSHARP - commentId: F:Microsoft.ML.OnnxRuntime.OrtLanguageProjection.ORT_PROJECTION_CSHARP - id: ORT_PROJECTION_CSHARP - parent: Microsoft.ML.OnnxRuntime.OrtLanguageProjection - langs: - - csharp - - vb - name: ORT_PROJECTION_CSHARP - nameWithType: OrtLanguageProjection.ORT_PROJECTION_CSHARP - fullName: Microsoft.ML.OnnxRuntime.OrtLanguageProjection.ORT_PROJECTION_CSHARP - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OnnxRuntime.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ORT_PROJECTION_CSHARP - path: ../src/Microsoft.ML.OnnxRuntime/OnnxRuntime.shared.cs - startLine: 39 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: ORT_PROJECTION_CSHARP = 2 - return: - type: Microsoft.ML.OnnxRuntime.OrtLanguageProjection - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Microsoft.ML.OnnxRuntime.OrtLanguageProjection.ORT_PROJECTION_PYTHON - commentId: F:Microsoft.ML.OnnxRuntime.OrtLanguageProjection.ORT_PROJECTION_PYTHON - id: ORT_PROJECTION_PYTHON - parent: Microsoft.ML.OnnxRuntime.OrtLanguageProjection - langs: - - csharp - - vb - name: ORT_PROJECTION_PYTHON - nameWithType: OrtLanguageProjection.ORT_PROJECTION_PYTHON - fullName: Microsoft.ML.OnnxRuntime.OrtLanguageProjection.ORT_PROJECTION_PYTHON - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OnnxRuntime.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ORT_PROJECTION_PYTHON - path: ../src/Microsoft.ML.OnnxRuntime/OnnxRuntime.shared.cs - startLine: 40 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: ORT_PROJECTION_PYTHON = 3 - return: - type: Microsoft.ML.OnnxRuntime.OrtLanguageProjection - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Microsoft.ML.OnnxRuntime.OrtLanguageProjection.ORT_PROJECTION_JAVA - commentId: F:Microsoft.ML.OnnxRuntime.OrtLanguageProjection.ORT_PROJECTION_JAVA - id: ORT_PROJECTION_JAVA - parent: Microsoft.ML.OnnxRuntime.OrtLanguageProjection - langs: - - csharp - - vb - name: ORT_PROJECTION_JAVA - nameWithType: OrtLanguageProjection.ORT_PROJECTION_JAVA - fullName: Microsoft.ML.OnnxRuntime.OrtLanguageProjection.ORT_PROJECTION_JAVA - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OnnxRuntime.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ORT_PROJECTION_JAVA - path: ../src/Microsoft.ML.OnnxRuntime/OnnxRuntime.shared.cs - startLine: 41 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: ORT_PROJECTION_JAVA = 4 - return: - type: Microsoft.ML.OnnxRuntime.OrtLanguageProjection - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Microsoft.ML.OnnxRuntime.OrtLanguageProjection.ORT_PROJECTION_WINML - commentId: F:Microsoft.ML.OnnxRuntime.OrtLanguageProjection.ORT_PROJECTION_WINML - id: ORT_PROJECTION_WINML - parent: Microsoft.ML.OnnxRuntime.OrtLanguageProjection - langs: - - csharp - - vb - name: ORT_PROJECTION_WINML - nameWithType: OrtLanguageProjection.ORT_PROJECTION_WINML - fullName: Microsoft.ML.OnnxRuntime.OrtLanguageProjection.ORT_PROJECTION_WINML - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OnnxRuntime.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ORT_PROJECTION_WINML - path: ../src/Microsoft.ML.OnnxRuntime/OnnxRuntime.shared.cs - startLine: 42 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: ORT_PROJECTION_WINML = 5 - return: - type: Microsoft.ML.OnnxRuntime.OrtLanguageProjection - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -references: -- uid: Microsoft.ML.OnnxRuntime - commentId: N:Microsoft.ML.OnnxRuntime - name: Microsoft.ML.OnnxRuntime - nameWithType: Microsoft.ML.OnnxRuntime - fullName: Microsoft.ML.OnnxRuntime -- uid: Microsoft.ML.OnnxRuntime.OrtLanguageProjection - commentId: T:Microsoft.ML.OnnxRuntime.OrtLanguageProjection - parent: Microsoft.ML.OnnxRuntime - name: OrtLanguageProjection - nameWithType: OrtLanguageProjection - fullName: Microsoft.ML.OnnxRuntime.OrtLanguageProjection diff --git a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtLoggingLevel.yml b/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtLoggingLevel.yml deleted file mode 100644 index ce9ffaaf460a0..0000000000000 --- a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtLoggingLevel.yml +++ /dev/null @@ -1,213 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Microsoft.ML.OnnxRuntime.OrtLoggingLevel - commentId: T:Microsoft.ML.OnnxRuntime.OrtLoggingLevel - id: OrtLoggingLevel - parent: Microsoft.ML.OnnxRuntime - children: - - Microsoft.ML.OnnxRuntime.OrtLoggingLevel.ORT_LOGGING_LEVEL_ERROR - - Microsoft.ML.OnnxRuntime.OrtLoggingLevel.ORT_LOGGING_LEVEL_FATAL - - Microsoft.ML.OnnxRuntime.OrtLoggingLevel.ORT_LOGGING_LEVEL_INFO - - Microsoft.ML.OnnxRuntime.OrtLoggingLevel.ORT_LOGGING_LEVEL_VERBOSE - - Microsoft.ML.OnnxRuntime.OrtLoggingLevel.ORT_LOGGING_LEVEL_WARNING - langs: - - csharp - - vb - name: OrtLoggingLevel - nameWithType: OrtLoggingLevel - fullName: Microsoft.ML.OnnxRuntime.OrtLoggingLevel - type: Enum - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtLoggingLevel.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: OrtLoggingLevel - path: ../src/Microsoft.ML.OnnxRuntime/OrtLoggingLevel.shared.cs - startLine: 8 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nLog severity levels\n" - example: [] - syntax: - content: public enum OrtLoggingLevel - content.vb: Public Enum OrtLoggingLevel - modifiers.csharp: - - public - - enum - modifiers.vb: - - Public - - Enum -- uid: Microsoft.ML.OnnxRuntime.OrtLoggingLevel.ORT_LOGGING_LEVEL_VERBOSE - commentId: F:Microsoft.ML.OnnxRuntime.OrtLoggingLevel.ORT_LOGGING_LEVEL_VERBOSE - id: ORT_LOGGING_LEVEL_VERBOSE - parent: Microsoft.ML.OnnxRuntime.OrtLoggingLevel - langs: - - csharp - - vb - name: ORT_LOGGING_LEVEL_VERBOSE - nameWithType: OrtLoggingLevel.ORT_LOGGING_LEVEL_VERBOSE - fullName: Microsoft.ML.OnnxRuntime.OrtLoggingLevel.ORT_LOGGING_LEVEL_VERBOSE - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtLoggingLevel.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ORT_LOGGING_LEVEL_VERBOSE - path: ../src/Microsoft.ML.OnnxRuntime/OrtLoggingLevel.shared.cs - startLine: 10 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: ORT_LOGGING_LEVEL_VERBOSE = 0 - return: - type: Microsoft.ML.OnnxRuntime.OrtLoggingLevel - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Microsoft.ML.OnnxRuntime.OrtLoggingLevel.ORT_LOGGING_LEVEL_INFO - commentId: F:Microsoft.ML.OnnxRuntime.OrtLoggingLevel.ORT_LOGGING_LEVEL_INFO - id: ORT_LOGGING_LEVEL_INFO - parent: Microsoft.ML.OnnxRuntime.OrtLoggingLevel - langs: - - csharp - - vb - name: ORT_LOGGING_LEVEL_INFO - nameWithType: OrtLoggingLevel.ORT_LOGGING_LEVEL_INFO - fullName: Microsoft.ML.OnnxRuntime.OrtLoggingLevel.ORT_LOGGING_LEVEL_INFO - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtLoggingLevel.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ORT_LOGGING_LEVEL_INFO - path: ../src/Microsoft.ML.OnnxRuntime/OrtLoggingLevel.shared.cs - startLine: 11 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: ORT_LOGGING_LEVEL_INFO = 1 - return: - type: Microsoft.ML.OnnxRuntime.OrtLoggingLevel - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Microsoft.ML.OnnxRuntime.OrtLoggingLevel.ORT_LOGGING_LEVEL_WARNING - commentId: F:Microsoft.ML.OnnxRuntime.OrtLoggingLevel.ORT_LOGGING_LEVEL_WARNING - id: ORT_LOGGING_LEVEL_WARNING - parent: Microsoft.ML.OnnxRuntime.OrtLoggingLevel - langs: - - csharp - - vb - name: ORT_LOGGING_LEVEL_WARNING - nameWithType: OrtLoggingLevel.ORT_LOGGING_LEVEL_WARNING - fullName: Microsoft.ML.OnnxRuntime.OrtLoggingLevel.ORT_LOGGING_LEVEL_WARNING - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtLoggingLevel.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ORT_LOGGING_LEVEL_WARNING - path: ../src/Microsoft.ML.OnnxRuntime/OrtLoggingLevel.shared.cs - startLine: 12 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: ORT_LOGGING_LEVEL_WARNING = 2 - return: - type: Microsoft.ML.OnnxRuntime.OrtLoggingLevel - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Microsoft.ML.OnnxRuntime.OrtLoggingLevel.ORT_LOGGING_LEVEL_ERROR - commentId: F:Microsoft.ML.OnnxRuntime.OrtLoggingLevel.ORT_LOGGING_LEVEL_ERROR - id: ORT_LOGGING_LEVEL_ERROR - parent: Microsoft.ML.OnnxRuntime.OrtLoggingLevel - langs: - - csharp - - vb - name: ORT_LOGGING_LEVEL_ERROR - nameWithType: OrtLoggingLevel.ORT_LOGGING_LEVEL_ERROR - fullName: Microsoft.ML.OnnxRuntime.OrtLoggingLevel.ORT_LOGGING_LEVEL_ERROR - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtLoggingLevel.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ORT_LOGGING_LEVEL_ERROR - path: ../src/Microsoft.ML.OnnxRuntime/OrtLoggingLevel.shared.cs - startLine: 13 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: ORT_LOGGING_LEVEL_ERROR = 3 - return: - type: Microsoft.ML.OnnxRuntime.OrtLoggingLevel - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Microsoft.ML.OnnxRuntime.OrtLoggingLevel.ORT_LOGGING_LEVEL_FATAL - commentId: F:Microsoft.ML.OnnxRuntime.OrtLoggingLevel.ORT_LOGGING_LEVEL_FATAL - id: ORT_LOGGING_LEVEL_FATAL - parent: Microsoft.ML.OnnxRuntime.OrtLoggingLevel - langs: - - csharp - - vb - name: ORT_LOGGING_LEVEL_FATAL - nameWithType: OrtLoggingLevel.ORT_LOGGING_LEVEL_FATAL - fullName: Microsoft.ML.OnnxRuntime.OrtLoggingLevel.ORT_LOGGING_LEVEL_FATAL - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtLoggingLevel.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ORT_LOGGING_LEVEL_FATAL - path: ../src/Microsoft.ML.OnnxRuntime/OrtLoggingLevel.shared.cs - startLine: 14 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: ORT_LOGGING_LEVEL_FATAL = 4 - return: - type: Microsoft.ML.OnnxRuntime.OrtLoggingLevel - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -references: -- uid: Microsoft.ML.OnnxRuntime - commentId: N:Microsoft.ML.OnnxRuntime - name: Microsoft.ML.OnnxRuntime - nameWithType: Microsoft.ML.OnnxRuntime - fullName: Microsoft.ML.OnnxRuntime -- uid: Microsoft.ML.OnnxRuntime.OrtLoggingLevel - commentId: T:Microsoft.ML.OnnxRuntime.OrtLoggingLevel - parent: Microsoft.ML.OnnxRuntime - name: OrtLoggingLevel - nameWithType: OrtLoggingLevel - fullName: Microsoft.ML.OnnxRuntime.OrtLoggingLevel diff --git a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtMemType.yml b/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtMemType.yml deleted file mode 100644 index 5d6aeb9455ede..0000000000000 --- a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtMemType.yml +++ /dev/null @@ -1,180 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Microsoft.ML.OnnxRuntime.OrtMemType - commentId: T:Microsoft.ML.OnnxRuntime.OrtMemType - id: OrtMemType - parent: Microsoft.ML.OnnxRuntime - children: - - Microsoft.ML.OnnxRuntime.OrtMemType.Cpu - - Microsoft.ML.OnnxRuntime.OrtMemType.CpuInput - - Microsoft.ML.OnnxRuntime.OrtMemType.CpuOutput - - Microsoft.ML.OnnxRuntime.OrtMemType.Default - langs: - - csharp - - vb - name: OrtMemType - nameWithType: OrtMemType - fullName: Microsoft.ML.OnnxRuntime.OrtMemType - type: Enum - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: OrtMemType - path: ../src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - startLine: 22 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nSee documentation for OrtMemType in C API\n" - example: [] - syntax: - content: public enum OrtMemType - content.vb: Public Enum OrtMemType - modifiers.csharp: - - public - - enum - modifiers.vb: - - Public - - Enum -- uid: Microsoft.ML.OnnxRuntime.OrtMemType.CpuInput - commentId: F:Microsoft.ML.OnnxRuntime.OrtMemType.CpuInput - id: CpuInput - parent: Microsoft.ML.OnnxRuntime.OrtMemType - langs: - - csharp - - vb - name: CpuInput - nameWithType: OrtMemType.CpuInput - fullName: Microsoft.ML.OnnxRuntime.OrtMemType.CpuInput - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CpuInput - path: ../src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - startLine: 24 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: CpuInput = -2 - return: - type: Microsoft.ML.OnnxRuntime.OrtMemType - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Microsoft.ML.OnnxRuntime.OrtMemType.CpuOutput - commentId: F:Microsoft.ML.OnnxRuntime.OrtMemType.CpuOutput - id: CpuOutput - parent: Microsoft.ML.OnnxRuntime.OrtMemType - langs: - - csharp - - vb - name: CpuOutput - nameWithType: OrtMemType.CpuOutput - fullName: Microsoft.ML.OnnxRuntime.OrtMemType.CpuOutput - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CpuOutput - path: ../src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - startLine: 25 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: CpuOutput = -1 - return: - type: Microsoft.ML.OnnxRuntime.OrtMemType - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Microsoft.ML.OnnxRuntime.OrtMemType.Cpu - commentId: F:Microsoft.ML.OnnxRuntime.OrtMemType.Cpu - id: Cpu - parent: Microsoft.ML.OnnxRuntime.OrtMemType - langs: - - csharp - - vb - name: Cpu - nameWithType: OrtMemType.Cpu - fullName: Microsoft.ML.OnnxRuntime.OrtMemType.Cpu - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Cpu - path: ../src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - startLine: 26 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: Cpu = -1 - return: - type: Microsoft.ML.OnnxRuntime.OrtMemType - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Microsoft.ML.OnnxRuntime.OrtMemType.Default - commentId: F:Microsoft.ML.OnnxRuntime.OrtMemType.Default - id: Default - parent: Microsoft.ML.OnnxRuntime.OrtMemType - langs: - - csharp - - vb - name: Default - nameWithType: OrtMemType.Default - fullName: Microsoft.ML.OnnxRuntime.OrtMemType.Default - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Default - path: ../src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - startLine: 27 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: Default = 0 - return: - type: Microsoft.ML.OnnxRuntime.OrtMemType - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -references: -- uid: Microsoft.ML.OnnxRuntime - commentId: N:Microsoft.ML.OnnxRuntime - name: Microsoft.ML.OnnxRuntime - nameWithType: Microsoft.ML.OnnxRuntime - fullName: Microsoft.ML.OnnxRuntime -- uid: Microsoft.ML.OnnxRuntime.OrtMemType - commentId: T:Microsoft.ML.OnnxRuntime.OrtMemType - parent: Microsoft.ML.OnnxRuntime - name: OrtMemType - nameWithType: OrtMemType - fullName: Microsoft.ML.OnnxRuntime.OrtMemType diff --git a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtMemoryAllocation.yml b/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtMemoryAllocation.yml deleted file mode 100644 index 7865edba90bb0..0000000000000 --- a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtMemoryAllocation.yml +++ /dev/null @@ -1,877 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Microsoft.ML.OnnxRuntime.OrtMemoryAllocation - commentId: T:Microsoft.ML.OnnxRuntime.OrtMemoryAllocation - id: OrtMemoryAllocation - parent: Microsoft.ML.OnnxRuntime - children: - - Microsoft.ML.OnnxRuntime.OrtMemoryAllocation.Info - - Microsoft.ML.OnnxRuntime.OrtMemoryAllocation.IsInvalid - - Microsoft.ML.OnnxRuntime.OrtMemoryAllocation.ReleaseHandle - - Microsoft.ML.OnnxRuntime.OrtMemoryAllocation.Size - langs: - - csharp - - vb - name: OrtMemoryAllocation - nameWithType: OrtMemoryAllocation - fullName: Microsoft.ML.OnnxRuntime.OrtMemoryAllocation - type: Class - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: OrtMemoryAllocation - path: ../src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - startLine: 393 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nThis class represents memory allocation made by a specific onnxruntime\nallocator. Use OrtAllocator.Allocate() to obtain an instance of this class.\nIt implements IDisposable and makes use of the original allocator\nused to allocate the memory. The lifespan of the allocator instance must eclipse the\nlifespan of the allocation. Or, if you prefer, all OrtMemoryAllocation instances must be\ndisposed of before the corresponding allocator instances are disposed of.\n" - example: [] - syntax: - content: 'public class OrtMemoryAllocation : SafeHandle, IDisposable' - content.vb: >- - Public Class OrtMemoryAllocation - Inherits SafeHandle - Implements IDisposable - inheritance: - - System.Object - - System.Runtime.InteropServices.SafeHandle - implements: - - System.IDisposable - inheritedMembers: - - System.Runtime.InteropServices.SafeHandle.handle - - System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - - System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - - System.Runtime.InteropServices.SafeHandle.DangerousRelease - - System.Runtime.InteropServices.SafeHandle.Dispose - - System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - - System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - - System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - - System.Runtime.InteropServices.SafeHandle.IsClosed - - System.Object.Equals(System.Object) - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetHashCode - - System.Object.GetType - - System.Object.MemberwiseClone - - System.Object.ReferenceEquals(System.Object,System.Object) - - System.Object.ToString - modifiers.csharp: - - public - - class - modifiers.vb: - - Public - - Class -- uid: Microsoft.ML.OnnxRuntime.OrtMemoryAllocation.IsInvalid - commentId: P:Microsoft.ML.OnnxRuntime.OrtMemoryAllocation.IsInvalid - id: IsInvalid - parent: Microsoft.ML.OnnxRuntime.OrtMemoryAllocation - langs: - - csharp - - vb - name: IsInvalid - nameWithType: OrtMemoryAllocation.IsInvalid - fullName: Microsoft.ML.OnnxRuntime.OrtMemoryAllocation.IsInvalid - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: IsInvalid - path: ../src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - startLine: 426 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nOverrides SafeHandle.IsInvalid\n" - example: [] - syntax: - content: public override bool IsInvalid { get; } - parameters: [] - return: - type: System.Boolean - description: returns true if handle is equal to Zero - content.vb: Public Overrides ReadOnly Property IsInvalid As Boolean - overridden: System.Runtime.InteropServices.SafeHandle.IsInvalid - overload: Microsoft.ML.OnnxRuntime.OrtMemoryAllocation.IsInvalid* - modifiers.csharp: - - public - - override - - get - modifiers.vb: - - Public - - Overrides - - ReadOnly -- uid: Microsoft.ML.OnnxRuntime.OrtMemoryAllocation.Size - commentId: P:Microsoft.ML.OnnxRuntime.OrtMemoryAllocation.Size - id: Size - parent: Microsoft.ML.OnnxRuntime.OrtMemoryAllocation - langs: - - csharp - - vb - name: Size - nameWithType: OrtMemoryAllocation.Size - fullName: Microsoft.ML.OnnxRuntime.OrtMemoryAllocation.Size - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Size - path: ../src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - startLine: 432 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nSize of the allocation\n" - example: [] - syntax: - content: public uint Size { get; } - parameters: [] - return: - type: System.UInt32 - description: uint size of the allocation in bytes - content.vb: Public ReadOnly Property Size As UInteger - overload: Microsoft.ML.OnnxRuntime.OrtMemoryAllocation.Size* - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly -- uid: Microsoft.ML.OnnxRuntime.OrtMemoryAllocation.Info - commentId: P:Microsoft.ML.OnnxRuntime.OrtMemoryAllocation.Info - id: Info - parent: Microsoft.ML.OnnxRuntime.OrtMemoryAllocation - langs: - - csharp - - vb - name: Info - nameWithType: OrtMemoryAllocation.Info - fullName: Microsoft.ML.OnnxRuntime.OrtMemoryAllocation.Info - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Info - path: ../src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - startLine: 438 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nMemory Information about this allocation\n" - example: [] - syntax: - content: public OrtMemoryInfo Info { get; } - parameters: [] - return: - type: Microsoft.ML.OnnxRuntime.OrtMemoryInfo - description: Returns OrtMemoryInfo from the allocator - content.vb: Public ReadOnly Property Info As OrtMemoryInfo - overload: Microsoft.ML.OnnxRuntime.OrtMemoryAllocation.Info* - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly -- uid: Microsoft.ML.OnnxRuntime.OrtMemoryAllocation.ReleaseHandle - commentId: M:Microsoft.ML.OnnxRuntime.OrtMemoryAllocation.ReleaseHandle - id: ReleaseHandle - parent: Microsoft.ML.OnnxRuntime.OrtMemoryAllocation - langs: - - csharp - - vb - name: ReleaseHandle() - nameWithType: OrtMemoryAllocation.ReleaseHandle() - fullName: Microsoft.ML.OnnxRuntime.OrtMemoryAllocation.ReleaseHandle() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ReleaseHandle - path: ../src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - startLine: 451 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nOverrides SafeHandle.ReleaseHandle() to deallocate\na chunk of memory using the specified allocator.\n" - example: [] - syntax: - content: protected override bool ReleaseHandle() - return: - type: System.Boolean - description: always returns true - content.vb: Protected Overrides Function ReleaseHandle As Boolean - overridden: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - overload: Microsoft.ML.OnnxRuntime.OrtMemoryAllocation.ReleaseHandle* - modifiers.csharp: - - protected - - override - modifiers.vb: - - Protected - - Overrides -references: -- uid: Microsoft.ML.OnnxRuntime - commentId: N:Microsoft.ML.OnnxRuntime - name: Microsoft.ML.OnnxRuntime - nameWithType: Microsoft.ML.OnnxRuntime - fullName: Microsoft.ML.OnnxRuntime -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: System.Runtime.InteropServices.SafeHandle - commentId: T:System.Runtime.InteropServices.SafeHandle - parent: System.Runtime.InteropServices - isExternal: true - name: SafeHandle - nameWithType: SafeHandle - fullName: System.Runtime.InteropServices.SafeHandle -- uid: System.IDisposable - commentId: T:System.IDisposable - parent: System - isExternal: true - name: IDisposable - nameWithType: IDisposable - fullName: System.IDisposable -- uid: System.Runtime.InteropServices.SafeHandle.handle - commentId: F:System.Runtime.InteropServices.SafeHandle.handle - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: handle - nameWithType: SafeHandle.handle - fullName: System.Runtime.InteropServices.SafeHandle.handle -- uid: System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - commentId: M:System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: DangerousAddRef(Boolean) - nameWithType: SafeHandle.DangerousAddRef(Boolean) - fullName: System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean) - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - name: DangerousAddRef - nameWithType: SafeHandle.DangerousAddRef - fullName: System.Runtime.InteropServices.SafeHandle.DangerousAddRef - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - name: DangerousAddRef - nameWithType: SafeHandle.DangerousAddRef - fullName: System.Runtime.InteropServices.SafeHandle.DangerousAddRef - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - commentId: M:System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: DangerousGetHandle() - nameWithType: SafeHandle.DangerousGetHandle() - fullName: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - name: DangerousGetHandle - nameWithType: SafeHandle.DangerousGetHandle - fullName: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - name: DangerousGetHandle - nameWithType: SafeHandle.DangerousGetHandle - fullName: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.DangerousRelease - commentId: M:System.Runtime.InteropServices.SafeHandle.DangerousRelease - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: DangerousRelease() - nameWithType: SafeHandle.DangerousRelease() - fullName: System.Runtime.InteropServices.SafeHandle.DangerousRelease() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousRelease - name: DangerousRelease - nameWithType: SafeHandle.DangerousRelease - fullName: System.Runtime.InteropServices.SafeHandle.DangerousRelease - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousRelease - name: DangerousRelease - nameWithType: SafeHandle.DangerousRelease - fullName: System.Runtime.InteropServices.SafeHandle.DangerousRelease - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.Dispose - commentId: M:System.Runtime.InteropServices.SafeHandle.Dispose - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: Dispose() - nameWithType: SafeHandle.Dispose() - fullName: System.Runtime.InteropServices.SafeHandle.Dispose() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.Dispose - name: Dispose - nameWithType: SafeHandle.Dispose - fullName: System.Runtime.InteropServices.SafeHandle.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.Dispose - name: Dispose - nameWithType: SafeHandle.Dispose - fullName: System.Runtime.InteropServices.SafeHandle.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - commentId: M:System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: Dispose(Boolean) - nameWithType: SafeHandle.Dispose(Boolean) - fullName: System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - name: Dispose - nameWithType: SafeHandle.Dispose - fullName: System.Runtime.InteropServices.SafeHandle.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - name: Dispose - nameWithType: SafeHandle.Dispose - fullName: System.Runtime.InteropServices.SafeHandle.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - commentId: M:System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: SetHandle(IntPtr) - nameWithType: SafeHandle.SetHandle(IntPtr) - fullName: System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - name: SetHandle - nameWithType: SafeHandle.SetHandle - fullName: System.Runtime.InteropServices.SafeHandle.SetHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.IntPtr - name: IntPtr - nameWithType: IntPtr - fullName: System.IntPtr - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - name: SetHandle - nameWithType: SafeHandle.SetHandle - fullName: System.Runtime.InteropServices.SafeHandle.SetHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.IntPtr - name: IntPtr - nameWithType: IntPtr - fullName: System.IntPtr - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - commentId: M:System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: SetHandleAsInvalid() - nameWithType: SafeHandle.SetHandleAsInvalid() - fullName: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - name: SetHandleAsInvalid - nameWithType: SafeHandle.SetHandleAsInvalid - fullName: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - name: SetHandleAsInvalid - nameWithType: SafeHandle.SetHandleAsInvalid - fullName: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.IsClosed - commentId: P:System.Runtime.InteropServices.SafeHandle.IsClosed - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: IsClosed - nameWithType: SafeHandle.IsClosed - fullName: System.Runtime.InteropServices.SafeHandle.IsClosed -- uid: System.Object.Equals(System.Object) - commentId: M:System.Object.Equals(System.Object) - parent: System.Object - isExternal: true - name: Equals(Object) - nameWithType: Object.Equals(Object) - fullName: System.Object.Equals(System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetHashCode - commentId: M:System.Object.GetHashCode - parent: System.Object - isExternal: true - name: GetHashCode() - nameWithType: Object.GetHashCode() - fullName: System.Object.GetHashCode() - spec.csharp: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - name: MemberwiseClone() - nameWithType: Object.MemberwiseClone() - fullName: System.Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ToString - commentId: M:System.Object.ToString - parent: System.Object - isExternal: true - name: ToString() - nameWithType: Object.ToString() - fullName: System.Object.ToString() - spec.csharp: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System -- uid: System.Runtime.InteropServices - commentId: N:System.Runtime.InteropServices - isExternal: true - name: System.Runtime.InteropServices - nameWithType: System.Runtime.InteropServices - fullName: System.Runtime.InteropServices -- uid: System.Runtime.InteropServices.SafeHandle.IsInvalid - commentId: P:System.Runtime.InteropServices.SafeHandle.IsInvalid - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: IsInvalid - nameWithType: SafeHandle.IsInvalid - fullName: System.Runtime.InteropServices.SafeHandle.IsInvalid -- uid: Microsoft.ML.OnnxRuntime.OrtMemoryAllocation.IsInvalid* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtMemoryAllocation.IsInvalid - name: IsInvalid - nameWithType: OrtMemoryAllocation.IsInvalid - fullName: Microsoft.ML.OnnxRuntime.OrtMemoryAllocation.IsInvalid -- uid: System.Boolean - commentId: T:System.Boolean - parent: System - isExternal: true - name: Boolean - nameWithType: Boolean - fullName: System.Boolean -- uid: Microsoft.ML.OnnxRuntime.OrtMemoryAllocation.Size* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtMemoryAllocation.Size - name: Size - nameWithType: OrtMemoryAllocation.Size - fullName: Microsoft.ML.OnnxRuntime.OrtMemoryAllocation.Size -- uid: System.UInt32 - commentId: T:System.UInt32 - parent: System - isExternal: true - name: UInt32 - nameWithType: UInt32 - fullName: System.UInt32 -- uid: Microsoft.ML.OnnxRuntime.OrtMemoryAllocation.Info* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtMemoryAllocation.Info - name: Info - nameWithType: OrtMemoryAllocation.Info - fullName: Microsoft.ML.OnnxRuntime.OrtMemoryAllocation.Info -- uid: Microsoft.ML.OnnxRuntime.OrtMemoryInfo - commentId: T:Microsoft.ML.OnnxRuntime.OrtMemoryInfo - parent: Microsoft.ML.OnnxRuntime - name: OrtMemoryInfo - nameWithType: OrtMemoryInfo - fullName: Microsoft.ML.OnnxRuntime.OrtMemoryInfo -- uid: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - commentId: M:System.Runtime.InteropServices.SafeHandle.ReleaseHandle - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: ReleaseHandle() - nameWithType: SafeHandle.ReleaseHandle() - fullName: System.Runtime.InteropServices.SafeHandle.ReleaseHandle() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - name: ReleaseHandle - nameWithType: SafeHandle.ReleaseHandle - fullName: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - name: ReleaseHandle - nameWithType: SafeHandle.ReleaseHandle - fullName: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.OrtMemoryAllocation.ReleaseHandle* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtMemoryAllocation.ReleaseHandle - name: ReleaseHandle - nameWithType: OrtMemoryAllocation.ReleaseHandle - fullName: Microsoft.ML.OnnxRuntime.OrtMemoryAllocation.ReleaseHandle diff --git a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtMemoryInfo.yml b/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtMemoryInfo.yml deleted file mode 100644 index 13eac6676bb1f..0000000000000 --- a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtMemoryInfo.yml +++ /dev/null @@ -1,1393 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Microsoft.ML.OnnxRuntime.OrtMemoryInfo - commentId: T:Microsoft.ML.OnnxRuntime.OrtMemoryInfo - id: OrtMemoryInfo - parent: Microsoft.ML.OnnxRuntime - children: - - Microsoft.ML.OnnxRuntime.OrtMemoryInfo.#ctor(System.Byte[],Microsoft.ML.OnnxRuntime.OrtAllocatorType,System.Int32,Microsoft.ML.OnnxRuntime.OrtMemType) - - Microsoft.ML.OnnxRuntime.OrtMemoryInfo.#ctor(System.String,Microsoft.ML.OnnxRuntime.OrtAllocatorType,System.Int32,Microsoft.ML.OnnxRuntime.OrtMemType) - - Microsoft.ML.OnnxRuntime.OrtMemoryInfo.allocatorCPU - - Microsoft.ML.OnnxRuntime.OrtMemoryInfo.allocatorCUDA - - Microsoft.ML.OnnxRuntime.OrtMemoryInfo.allocatorCUDA_PINNED - - Microsoft.ML.OnnxRuntime.OrtMemoryInfo.DefaultInstance - - Microsoft.ML.OnnxRuntime.OrtMemoryInfo.Equals(Microsoft.ML.OnnxRuntime.OrtMemoryInfo) - - Microsoft.ML.OnnxRuntime.OrtMemoryInfo.Equals(System.Object) - - Microsoft.ML.OnnxRuntime.OrtMemoryInfo.GetAllocatorType - - Microsoft.ML.OnnxRuntime.OrtMemoryInfo.GetHashCode - - Microsoft.ML.OnnxRuntime.OrtMemoryInfo.GetMemoryType - - Microsoft.ML.OnnxRuntime.OrtMemoryInfo.Id - - Microsoft.ML.OnnxRuntime.OrtMemoryInfo.IsInvalid - - Microsoft.ML.OnnxRuntime.OrtMemoryInfo.Name - - Microsoft.ML.OnnxRuntime.OrtMemoryInfo.ReleaseHandle - langs: - - csharp - - vb - name: OrtMemoryInfo - nameWithType: OrtMemoryInfo - fullName: Microsoft.ML.OnnxRuntime.OrtMemoryInfo - type: Class - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: OrtMemoryInfo - path: ../src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - startLine: 97 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nThis class encapsulates and most of the time owns the underlying native OrtMemoryInfo instance.\nInstance returned from OrtAllocator will not own OrtMemoryInfo, the class must be disposed\nregardless.\n\nUse this class to query and create OrtAllocator instances so you can pre-allocate memory for model\ninputs/outputs and use it for binding. Instances of the class can also used to created OrtValues bound\nto pre-allocated memory. In that case, the instance of OrtMemoryInfo contains the information about the allocator\nused to allocate the underlying memory.\n" - example: [] - syntax: - content: 'public class OrtMemoryInfo : SafeHandle, IDisposable' - content.vb: >- - Public Class OrtMemoryInfo - Inherits SafeHandle - Implements IDisposable - inheritance: - - System.Object - - System.Runtime.InteropServices.SafeHandle - implements: - - System.IDisposable - inheritedMembers: - - System.Runtime.InteropServices.SafeHandle.handle - - System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - - System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - - System.Runtime.InteropServices.SafeHandle.DangerousRelease - - System.Runtime.InteropServices.SafeHandle.Dispose - - System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - - System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - - System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - - System.Runtime.InteropServices.SafeHandle.IsClosed - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetType - - System.Object.MemberwiseClone - - System.Object.ReferenceEquals(System.Object,System.Object) - - System.Object.ToString - modifiers.csharp: - - public - - class - modifiers.vb: - - Public - - Class -- uid: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.DefaultInstance - commentId: P:Microsoft.ML.OnnxRuntime.OrtMemoryInfo.DefaultInstance - id: DefaultInstance - parent: Microsoft.ML.OnnxRuntime.OrtMemoryInfo - langs: - - csharp - - vb - name: DefaultInstance - nameWithType: OrtMemoryInfo.DefaultInstance - fullName: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.DefaultInstance - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: DefaultInstance - path: ../src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - startLine: 114 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nDefault CPU based instance\n" - example: [] - syntax: - content: public static OrtMemoryInfo DefaultInstance { get; } - parameters: [] - return: - type: Microsoft.ML.OnnxRuntime.OrtMemoryInfo - description: Singleton instance of a CpuMemoryInfo - content.vb: Public Shared ReadOnly Property DefaultInstance As OrtMemoryInfo - overload: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.DefaultInstance* - modifiers.csharp: - - public - - static - - get - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.IsInvalid - commentId: P:Microsoft.ML.OnnxRuntime.OrtMemoryInfo.IsInvalid - id: IsInvalid - parent: Microsoft.ML.OnnxRuntime.OrtMemoryInfo - langs: - - csharp - - vb - name: IsInvalid - nameWithType: OrtMemoryInfo.IsInvalid - fullName: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.IsInvalid - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: IsInvalid - path: ../src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - startLine: 134 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nOverrides SafeHandle.IsInvalid\n" - example: [] - syntax: - content: public override bool IsInvalid { get; } - parameters: [] - return: - type: System.Boolean - description: returns true if handle is equal to Zero - content.vb: Public Overrides ReadOnly Property IsInvalid As Boolean - overridden: System.Runtime.InteropServices.SafeHandle.IsInvalid - overload: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.IsInvalid* - modifiers.csharp: - - public - - override - - get - modifiers.vb: - - Public - - Overrides - - ReadOnly -- uid: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.allocatorCPU - commentId: F:Microsoft.ML.OnnxRuntime.OrtMemoryInfo.allocatorCPU - id: allocatorCPU - parent: Microsoft.ML.OnnxRuntime.OrtMemoryInfo - langs: - - csharp - - vb - name: allocatorCPU - nameWithType: OrtMemoryInfo.allocatorCPU - fullName: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.allocatorCPU - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: allocatorCPU - path: ../src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - startLine: 153 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nPredefined utf8 encoded allocator names. Use them to construct an instance of\nOrtMemoryInfo to avoid UTF-16 to UTF-8 conversion costs.\n" - example: [] - syntax: - content: public static readonly byte[] allocatorCPU - return: - type: System.Byte[] - content.vb: Public Shared ReadOnly allocatorCPU As Byte() - modifiers.csharp: - - public - - static - - readonly - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.allocatorCUDA - commentId: F:Microsoft.ML.OnnxRuntime.OrtMemoryInfo.allocatorCUDA - id: allocatorCUDA - parent: Microsoft.ML.OnnxRuntime.OrtMemoryInfo - langs: - - csharp - - vb - name: allocatorCUDA - nameWithType: OrtMemoryInfo.allocatorCUDA - fullName: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.allocatorCUDA - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: allocatorCUDA - path: ../src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - startLine: 158 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nPredefined utf8 encoded allocator names. Use them to construct an instance of\nOrtMemoryInfo to avoid UTF-16 to UTF-8 conversion costs.\n" - example: [] - syntax: - content: public static readonly byte[] allocatorCUDA - return: - type: System.Byte[] - content.vb: Public Shared ReadOnly allocatorCUDA As Byte() - modifiers.csharp: - - public - - static - - readonly - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.allocatorCUDA_PINNED - commentId: F:Microsoft.ML.OnnxRuntime.OrtMemoryInfo.allocatorCUDA_PINNED - id: allocatorCUDA_PINNED - parent: Microsoft.ML.OnnxRuntime.OrtMemoryInfo - langs: - - csharp - - vb - name: allocatorCUDA_PINNED - nameWithType: OrtMemoryInfo.allocatorCUDA_PINNED - fullName: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.allocatorCUDA_PINNED - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: allocatorCUDA_PINNED - path: ../src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - startLine: 163 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nPredefined utf8 encoded allocator names. Use them to construct an instance of\nOrtMemoryInfo to avoid UTF-16 to UTF-8 conversion costs.\n" - example: [] - syntax: - content: public static readonly byte[] allocatorCUDA_PINNED - return: - type: System.Byte[] - content.vb: Public Shared ReadOnly allocatorCUDA_PINNED As Byte() - modifiers.csharp: - - public - - static - - readonly - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.#ctor(System.Byte[],Microsoft.ML.OnnxRuntime.OrtAllocatorType,System.Int32,Microsoft.ML.OnnxRuntime.OrtMemType) - commentId: M:Microsoft.ML.OnnxRuntime.OrtMemoryInfo.#ctor(System.Byte[],Microsoft.ML.OnnxRuntime.OrtAllocatorType,System.Int32,Microsoft.ML.OnnxRuntime.OrtMemType) - id: '#ctor(System.Byte[],Microsoft.ML.OnnxRuntime.OrtAllocatorType,System.Int32,Microsoft.ML.OnnxRuntime.OrtMemType)' - parent: Microsoft.ML.OnnxRuntime.OrtMemoryInfo - langs: - - csharp - - vb - name: OrtMemoryInfo(Byte[], OrtAllocatorType, Int32, OrtMemType) - nameWithType: OrtMemoryInfo.OrtMemoryInfo(Byte[], OrtAllocatorType, Int32, OrtMemType) - fullName: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.OrtMemoryInfo(System.Byte[], Microsoft.ML.OnnxRuntime.OrtAllocatorType, System.Int32, Microsoft.ML.OnnxRuntime.OrtMemType) - type: Constructor - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: .ctor - path: ../src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - startLine: 175 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nCreate an instance of OrtMemoryInfo according to the specification\nMemory info instances are usually used to get a handle of a native allocator\nthat is present within the current inference session object. That, in turn, depends\nof what execution providers are available within the binary that you are using and are\nregistered with Add methods.\n" - example: [] - syntax: - content: public OrtMemoryInfo(byte[] utf8AllocatorName, OrtAllocatorType allocatorType, int deviceId, OrtMemType memoryType) - parameters: - - id: utf8AllocatorName - type: System.Byte[] - description: Allocator name. Use of the predefined above. - - id: allocatorType - type: Microsoft.ML.OnnxRuntime.OrtAllocatorType - description: Allocator type - - id: deviceId - type: System.Int32 - description: Device id - - id: memoryType - type: Microsoft.ML.OnnxRuntime.OrtMemType - description: Memory type - content.vb: Public Sub New(utf8AllocatorName As Byte(), allocatorType As OrtAllocatorType, deviceId As Integer, memoryType As OrtMemType) - overload: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.#ctor* - nameWithType.vb: OrtMemoryInfo.OrtMemoryInfo(Byte(), OrtAllocatorType, Int32, OrtMemType) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.OrtMemoryInfo(System.Byte(), Microsoft.ML.OnnxRuntime.OrtAllocatorType, System.Int32, Microsoft.ML.OnnxRuntime.OrtMemType) - name.vb: OrtMemoryInfo(Byte(), OrtAllocatorType, Int32, OrtMemType) -- uid: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.#ctor(System.String,Microsoft.ML.OnnxRuntime.OrtAllocatorType,System.Int32,Microsoft.ML.OnnxRuntime.OrtMemType) - commentId: M:Microsoft.ML.OnnxRuntime.OrtMemoryInfo.#ctor(System.String,Microsoft.ML.OnnxRuntime.OrtAllocatorType,System.Int32,Microsoft.ML.OnnxRuntime.OrtMemType) - id: '#ctor(System.String,Microsoft.ML.OnnxRuntime.OrtAllocatorType,System.Int32,Microsoft.ML.OnnxRuntime.OrtMemType)' - parent: Microsoft.ML.OnnxRuntime.OrtMemoryInfo - langs: - - csharp - - vb - name: OrtMemoryInfo(String, OrtAllocatorType, Int32, OrtMemType) - nameWithType: OrtMemoryInfo.OrtMemoryInfo(String, OrtAllocatorType, Int32, OrtMemType) - fullName: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.OrtMemoryInfo(System.String, Microsoft.ML.OnnxRuntime.OrtAllocatorType, System.Int32, Microsoft.ML.OnnxRuntime.OrtMemType) - type: Constructor - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: .ctor - path: ../src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - startLine: 196 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nCreate an instance of OrtMemoryInfo according to the specification.\n" - example: [] - syntax: - content: public OrtMemoryInfo(string allocatorName, OrtAllocatorType allocatorType, int deviceId, OrtMemType memoryType) - parameters: - - id: allocatorName - type: System.String - description: Allocator name - - id: allocatorType - type: Microsoft.ML.OnnxRuntime.OrtAllocatorType - description: Allocator type - - id: deviceId - type: System.Int32 - description: Device id - - id: memoryType - type: Microsoft.ML.OnnxRuntime.OrtMemType - description: Memory type - content.vb: Public Sub New(allocatorName As String, allocatorType As OrtAllocatorType, deviceId As Integer, memoryType As OrtMemType) - overload: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.#ctor* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.Name - commentId: P:Microsoft.ML.OnnxRuntime.OrtMemoryInfo.Name - id: Name - parent: Microsoft.ML.OnnxRuntime.OrtMemoryInfo - langs: - - csharp - - vb - name: Name - nameWithType: OrtMemoryInfo.Name - fullName: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.Name - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Name - path: ../src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - startLine: 204 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nName of the allocator associated with the OrtMemoryInfo instance\n" - example: [] - syntax: - content: public string Name { get; } - parameters: [] - return: - type: System.String - content.vb: Public ReadOnly Property Name As String - overload: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.Name* - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly -- uid: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.Id - commentId: P:Microsoft.ML.OnnxRuntime.OrtMemoryInfo.Id - id: Id - parent: Microsoft.ML.OnnxRuntime.OrtMemoryInfo - langs: - - csharp - - vb - name: Id - nameWithType: OrtMemoryInfo.Id - fullName: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.Id - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Id - path: ../src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - startLine: 218 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nReturns device ID\n" - example: [] - syntax: - content: public int Id { get; } - parameters: [] - return: - type: System.Int32 - description: returns integer Id value - content.vb: Public ReadOnly Property Id As Integer - overload: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.Id* - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly -- uid: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.GetMemoryType - commentId: M:Microsoft.ML.OnnxRuntime.OrtMemoryInfo.GetMemoryType - id: GetMemoryType - parent: Microsoft.ML.OnnxRuntime.OrtMemoryInfo - langs: - - csharp - - vb - name: GetMemoryType() - nameWithType: OrtMemoryInfo.GetMemoryType() - fullName: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.GetMemoryType() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetMemoryType - path: ../src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - startLine: 234 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nThe below 2 are really properties but naming them is a challenge\nas names would conflict with the returned type. Also, there are native\ncalls behind them so exposing them as Get() would be appropriate.\n" - example: [] - syntax: - content: public OrtMemType GetMemoryType() - return: - type: Microsoft.ML.OnnxRuntime.OrtMemType - description: OrtMemoryType for the instance - content.vb: Public Function GetMemoryType As OrtMemType - overload: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.GetMemoryType* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.GetAllocatorType - commentId: M:Microsoft.ML.OnnxRuntime.OrtMemoryInfo.GetAllocatorType - id: GetAllocatorType - parent: Microsoft.ML.OnnxRuntime.OrtMemoryInfo - langs: - - csharp - - vb - name: GetAllocatorType() - nameWithType: OrtMemoryInfo.GetAllocatorType() - fullName: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.GetAllocatorType() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetAllocatorType - path: ../src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - startLine: 245 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nFetches allocator type from the underlying OrtAllocator\n" - example: [] - syntax: - content: public OrtAllocatorType GetAllocatorType() - return: - type: Microsoft.ML.OnnxRuntime.OrtAllocatorType - description: Returns allocator type - content.vb: Public Function GetAllocatorType As OrtAllocatorType - overload: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.GetAllocatorType* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.Equals(System.Object) - commentId: M:Microsoft.ML.OnnxRuntime.OrtMemoryInfo.Equals(System.Object) - id: Equals(System.Object) - parent: Microsoft.ML.OnnxRuntime.OrtMemoryInfo - langs: - - csharp - - vb - name: Equals(Object) - nameWithType: OrtMemoryInfo.Equals(Object) - fullName: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.Equals(System.Object) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Equals - path: ../src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - startLine: 257 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nOverrides System.Object.Equals(object)\n" - example: [] - syntax: - content: public override bool Equals(object obj) - parameters: - - id: obj - type: System.Object - description: object to compare to - return: - type: System.Boolean - description: true if obj is an instance of OrtMemoryInfo and is equal to this - content.vb: Public Overrides Function Equals(obj As Object) As Boolean - overridden: System.Object.Equals(System.Object) - overload: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.Equals* - modifiers.csharp: - - public - - override - modifiers.vb: - - Public - - Overrides -- uid: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.Equals(Microsoft.ML.OnnxRuntime.OrtMemoryInfo) - commentId: M:Microsoft.ML.OnnxRuntime.OrtMemoryInfo.Equals(Microsoft.ML.OnnxRuntime.OrtMemoryInfo) - id: Equals(Microsoft.ML.OnnxRuntime.OrtMemoryInfo) - parent: Microsoft.ML.OnnxRuntime.OrtMemoryInfo - langs: - - csharp - - vb - name: Equals(OrtMemoryInfo) - nameWithType: OrtMemoryInfo.Equals(OrtMemoryInfo) - fullName: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.Equals(Microsoft.ML.OnnxRuntime.OrtMemoryInfo) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Equals - path: ../src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - startLine: 272 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nCompares this instance with another\n" - example: [] - syntax: - content: public bool Equals(OrtMemoryInfo other) - parameters: - - id: other - type: Microsoft.ML.OnnxRuntime.OrtMemoryInfo - description: OrtMemoryInfo to compare to - return: - type: System.Boolean - description: true if instances are equal according to OrtCompareMemoryInfo. - content.vb: Public Function Equals(other As OrtMemoryInfo) As Boolean - overload: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.Equals* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.GetHashCode - commentId: M:Microsoft.ML.OnnxRuntime.OrtMemoryInfo.GetHashCode - id: GetHashCode - parent: Microsoft.ML.OnnxRuntime.OrtMemoryInfo - langs: - - csharp - - vb - name: GetHashCode() - nameWithType: OrtMemoryInfo.GetHashCode() - fullName: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.GetHashCode() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetHashCode - path: ../src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - startLine: 287 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nOverrides System.Object.GetHashCode()\n" - example: [] - syntax: - content: public override int GetHashCode() - return: - type: System.Int32 - description: integer hash value - content.vb: Public Overrides Function GetHashCode As Integer - overridden: System.Object.GetHashCode - overload: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.GetHashCode* - modifiers.csharp: - - public - - override - modifiers.vb: - - Public - - Overrides -- uid: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.ReleaseHandle - commentId: M:Microsoft.ML.OnnxRuntime.OrtMemoryInfo.ReleaseHandle - id: ReleaseHandle - parent: Microsoft.ML.OnnxRuntime.OrtMemoryInfo - langs: - - csharp - - vb - name: ReleaseHandle() - nameWithType: OrtMemoryInfo.ReleaseHandle() - fullName: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.ReleaseHandle() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ReleaseHandle - path: ../src/Microsoft.ML.OnnxRuntime/OrtAllocator.shared.cs - startLine: 298 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nOverrides SafeHandle.ReleaseHandle() to properly dispose of\nthe native instance of OrtMmeoryInfo\n" - example: [] - syntax: - content: protected override bool ReleaseHandle() - return: - type: System.Boolean - description: always returns true - content.vb: Protected Overrides Function ReleaseHandle As Boolean - overridden: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - overload: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.ReleaseHandle* - modifiers.csharp: - - protected - - override - modifiers.vb: - - Protected - - Overrides -references: -- uid: Microsoft.ML.OnnxRuntime - commentId: N:Microsoft.ML.OnnxRuntime - name: Microsoft.ML.OnnxRuntime - nameWithType: Microsoft.ML.OnnxRuntime - fullName: Microsoft.ML.OnnxRuntime -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: System.Runtime.InteropServices.SafeHandle - commentId: T:System.Runtime.InteropServices.SafeHandle - parent: System.Runtime.InteropServices - isExternal: true - name: SafeHandle - nameWithType: SafeHandle - fullName: System.Runtime.InteropServices.SafeHandle -- uid: System.IDisposable - commentId: T:System.IDisposable - parent: System - isExternal: true - name: IDisposable - nameWithType: IDisposable - fullName: System.IDisposable -- uid: System.Runtime.InteropServices.SafeHandle.handle - commentId: F:System.Runtime.InteropServices.SafeHandle.handle - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: handle - nameWithType: SafeHandle.handle - fullName: System.Runtime.InteropServices.SafeHandle.handle -- uid: System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - commentId: M:System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: DangerousAddRef(Boolean) - nameWithType: SafeHandle.DangerousAddRef(Boolean) - fullName: System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean) - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - name: DangerousAddRef - nameWithType: SafeHandle.DangerousAddRef - fullName: System.Runtime.InteropServices.SafeHandle.DangerousAddRef - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - name: DangerousAddRef - nameWithType: SafeHandle.DangerousAddRef - fullName: System.Runtime.InteropServices.SafeHandle.DangerousAddRef - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - commentId: M:System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: DangerousGetHandle() - nameWithType: SafeHandle.DangerousGetHandle() - fullName: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - name: DangerousGetHandle - nameWithType: SafeHandle.DangerousGetHandle - fullName: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - name: DangerousGetHandle - nameWithType: SafeHandle.DangerousGetHandle - fullName: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.DangerousRelease - commentId: M:System.Runtime.InteropServices.SafeHandle.DangerousRelease - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: DangerousRelease() - nameWithType: SafeHandle.DangerousRelease() - fullName: System.Runtime.InteropServices.SafeHandle.DangerousRelease() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousRelease - name: DangerousRelease - nameWithType: SafeHandle.DangerousRelease - fullName: System.Runtime.InteropServices.SafeHandle.DangerousRelease - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousRelease - name: DangerousRelease - nameWithType: SafeHandle.DangerousRelease - fullName: System.Runtime.InteropServices.SafeHandle.DangerousRelease - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.Dispose - commentId: M:System.Runtime.InteropServices.SafeHandle.Dispose - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: Dispose() - nameWithType: SafeHandle.Dispose() - fullName: System.Runtime.InteropServices.SafeHandle.Dispose() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.Dispose - name: Dispose - nameWithType: SafeHandle.Dispose - fullName: System.Runtime.InteropServices.SafeHandle.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.Dispose - name: Dispose - nameWithType: SafeHandle.Dispose - fullName: System.Runtime.InteropServices.SafeHandle.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - commentId: M:System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: Dispose(Boolean) - nameWithType: SafeHandle.Dispose(Boolean) - fullName: System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - name: Dispose - nameWithType: SafeHandle.Dispose - fullName: System.Runtime.InteropServices.SafeHandle.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - name: Dispose - nameWithType: SafeHandle.Dispose - fullName: System.Runtime.InteropServices.SafeHandle.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - commentId: M:System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: SetHandle(IntPtr) - nameWithType: SafeHandle.SetHandle(IntPtr) - fullName: System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - name: SetHandle - nameWithType: SafeHandle.SetHandle - fullName: System.Runtime.InteropServices.SafeHandle.SetHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.IntPtr - name: IntPtr - nameWithType: IntPtr - fullName: System.IntPtr - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - name: SetHandle - nameWithType: SafeHandle.SetHandle - fullName: System.Runtime.InteropServices.SafeHandle.SetHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.IntPtr - name: IntPtr - nameWithType: IntPtr - fullName: System.IntPtr - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - commentId: M:System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: SetHandleAsInvalid() - nameWithType: SafeHandle.SetHandleAsInvalid() - fullName: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - name: SetHandleAsInvalid - nameWithType: SafeHandle.SetHandleAsInvalid - fullName: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - name: SetHandleAsInvalid - nameWithType: SafeHandle.SetHandleAsInvalid - fullName: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.IsClosed - commentId: P:System.Runtime.InteropServices.SafeHandle.IsClosed - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: IsClosed - nameWithType: SafeHandle.IsClosed - fullName: System.Runtime.InteropServices.SafeHandle.IsClosed -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - name: MemberwiseClone() - nameWithType: Object.MemberwiseClone() - fullName: System.Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ToString - commentId: M:System.Object.ToString - parent: System.Object - isExternal: true - name: ToString() - nameWithType: Object.ToString() - fullName: System.Object.ToString() - spec.csharp: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System -- uid: System.Runtime.InteropServices - commentId: N:System.Runtime.InteropServices - isExternal: true - name: System.Runtime.InteropServices - nameWithType: System.Runtime.InteropServices - fullName: System.Runtime.InteropServices -- uid: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.DefaultInstance* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtMemoryInfo.DefaultInstance - name: DefaultInstance - nameWithType: OrtMemoryInfo.DefaultInstance - fullName: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.DefaultInstance -- uid: Microsoft.ML.OnnxRuntime.OrtMemoryInfo - commentId: T:Microsoft.ML.OnnxRuntime.OrtMemoryInfo - parent: Microsoft.ML.OnnxRuntime - name: OrtMemoryInfo - nameWithType: OrtMemoryInfo - fullName: Microsoft.ML.OnnxRuntime.OrtMemoryInfo -- uid: System.Runtime.InteropServices.SafeHandle.IsInvalid - commentId: P:System.Runtime.InteropServices.SafeHandle.IsInvalid - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: IsInvalid - nameWithType: SafeHandle.IsInvalid - fullName: System.Runtime.InteropServices.SafeHandle.IsInvalid -- uid: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.IsInvalid* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtMemoryInfo.IsInvalid - name: IsInvalid - nameWithType: OrtMemoryInfo.IsInvalid - fullName: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.IsInvalid -- uid: System.Boolean - commentId: T:System.Boolean - parent: System - isExternal: true - name: Boolean - nameWithType: Boolean - fullName: System.Boolean -- uid: System.Byte[] - isExternal: true - name: Byte[] - nameWithType: Byte[] - fullName: System.Byte[] - nameWithType.vb: Byte() - fullName.vb: System.Byte() - name.vb: Byte() - spec.csharp: - - uid: System.Byte - name: Byte - nameWithType: Byte - fullName: System.Byte - isExternal: true - - name: '[]' - nameWithType: '[]' - fullName: '[]' - spec.vb: - - uid: System.Byte - name: Byte - nameWithType: Byte - fullName: System.Byte - isExternal: true - - name: () - nameWithType: () - fullName: () -- uid: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.#ctor* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtMemoryInfo.#ctor - name: OrtMemoryInfo - nameWithType: OrtMemoryInfo.OrtMemoryInfo - fullName: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.OrtMemoryInfo -- uid: Microsoft.ML.OnnxRuntime.OrtAllocatorType - commentId: T:Microsoft.ML.OnnxRuntime.OrtAllocatorType - parent: Microsoft.ML.OnnxRuntime - name: OrtAllocatorType - nameWithType: OrtAllocatorType - fullName: Microsoft.ML.OnnxRuntime.OrtAllocatorType -- uid: System.Int32 - commentId: T:System.Int32 - parent: System - isExternal: true - name: Int32 - nameWithType: Int32 - fullName: System.Int32 -- uid: Microsoft.ML.OnnxRuntime.OrtMemType - commentId: T:Microsoft.ML.OnnxRuntime.OrtMemType - parent: Microsoft.ML.OnnxRuntime - name: OrtMemType - nameWithType: OrtMemType - fullName: Microsoft.ML.OnnxRuntime.OrtMemType -- uid: System.String - commentId: T:System.String - parent: System - isExternal: true - name: String - nameWithType: String - fullName: System.String -- uid: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.Name* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtMemoryInfo.Name - name: Name - nameWithType: OrtMemoryInfo.Name - fullName: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.Name -- uid: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.Id* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtMemoryInfo.Id - name: Id - nameWithType: OrtMemoryInfo.Id - fullName: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.Id -- uid: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.GetMemoryType* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtMemoryInfo.GetMemoryType - name: GetMemoryType - nameWithType: OrtMemoryInfo.GetMemoryType - fullName: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.GetMemoryType -- uid: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.GetAllocatorType* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtMemoryInfo.GetAllocatorType - name: GetAllocatorType - nameWithType: OrtMemoryInfo.GetAllocatorType - fullName: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.GetAllocatorType -- uid: System.Object.Equals(System.Object) - commentId: M:System.Object.Equals(System.Object) - parent: System.Object - isExternal: true - name: Equals(Object) - nameWithType: Object.Equals(Object) - fullName: System.Object.Equals(System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.Equals* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtMemoryInfo.Equals - name: Equals - nameWithType: OrtMemoryInfo.Equals - fullName: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.Equals -- uid: System.Object.GetHashCode - commentId: M:System.Object.GetHashCode - parent: System.Object - isExternal: true - name: GetHashCode() - nameWithType: Object.GetHashCode() - fullName: System.Object.GetHashCode() - spec.csharp: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.GetHashCode* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtMemoryInfo.GetHashCode - name: GetHashCode - nameWithType: OrtMemoryInfo.GetHashCode - fullName: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.GetHashCode -- uid: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - commentId: M:System.Runtime.InteropServices.SafeHandle.ReleaseHandle - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: ReleaseHandle() - nameWithType: SafeHandle.ReleaseHandle() - fullName: System.Runtime.InteropServices.SafeHandle.ReleaseHandle() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - name: ReleaseHandle - nameWithType: SafeHandle.ReleaseHandle - fullName: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - name: ReleaseHandle - nameWithType: SafeHandle.ReleaseHandle - fullName: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.ReleaseHandle* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtMemoryInfo.ReleaseHandle - name: ReleaseHandle - nameWithType: OrtMemoryInfo.ReleaseHandle - fullName: Microsoft.ML.OnnxRuntime.OrtMemoryInfo.ReleaseHandle diff --git a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.yml b/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.yml deleted file mode 100644 index c1d0f54c81bb5..0000000000000 --- a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.yml +++ /dev/null @@ -1,1072 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions - commentId: T:Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions - id: OrtTensorRTProviderOptions - parent: Microsoft.ML.OnnxRuntime - children: - - Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.#ctor - - Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.GetDeviceId - - Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.GetOptions - - Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.IsInvalid - - Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.ReleaseHandle - - Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.UpdateOptions(System.Collections.Generic.Dictionary{System.String,System.String}) - langs: - - csharp - - vb - name: OrtTensorRTProviderOptions - nameWithType: OrtTensorRTProviderOptions - fullName: Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions - type: Class - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: OrtTensorRTProviderOptions - path: ../src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - startLine: 13 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nHolds the options for configuring a TensorRT Execution Provider instance\n" - example: [] - syntax: - content: 'public class OrtTensorRTProviderOptions : SafeHandle, IDisposable' - content.vb: >- - Public Class OrtTensorRTProviderOptions - Inherits SafeHandle - Implements IDisposable - inheritance: - - System.Object - - System.Runtime.InteropServices.SafeHandle - implements: - - System.IDisposable - inheritedMembers: - - System.Runtime.InteropServices.SafeHandle.handle - - System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - - System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - - System.Runtime.InteropServices.SafeHandle.DangerousRelease - - System.Runtime.InteropServices.SafeHandle.Dispose - - System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - - System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - - System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - - System.Runtime.InteropServices.SafeHandle.IsClosed - - System.Object.Equals(System.Object) - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetHashCode - - System.Object.GetType - - System.Object.MemberwiseClone - - System.Object.ReferenceEquals(System.Object,System.Object) - - System.Object.ToString - modifiers.csharp: - - public - - class - modifiers.vb: - - Public - - Class -- uid: Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.#ctor - commentId: M:Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.#ctor - id: '#ctor' - parent: Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions - langs: - - csharp - - vb - name: OrtTensorRTProviderOptions() - nameWithType: OrtTensorRTProviderOptions.OrtTensorRTProviderOptions() - fullName: Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.OrtTensorRTProviderOptions() - type: Constructor - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: .ctor - path: ../src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - startLine: 31 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nConstructs an empty OrtTensorRTProviderOptions instance\n" - example: [] - syntax: - content: public OrtTensorRTProviderOptions() - content.vb: Public Sub New - overload: Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.#ctor* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.GetOptions - commentId: M:Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.GetOptions - id: GetOptions - parent: Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions - langs: - - csharp - - vb - name: GetOptions() - nameWithType: OrtTensorRTProviderOptions.GetOptions() - fullName: Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.GetOptions() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetOptions - path: ../src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - startLine: 44 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nGet TensorRT EP provider options\n" - example: [] - syntax: - content: public string GetOptions() - return: - type: System.String - description: 'return C# UTF-16 encoded string ' - content.vb: Public Function GetOptions As String - overload: Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.GetOptions* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.UpdateOptions(System.Collections.Generic.Dictionary{System.String,System.String}) - commentId: M:Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.UpdateOptions(System.Collections.Generic.Dictionary{System.String,System.String}) - id: UpdateOptions(System.Collections.Generic.Dictionary{System.String,System.String}) - parent: Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions - langs: - - csharp - - vb - name: UpdateOptions(Dictionary) - nameWithType: OrtTensorRTProviderOptions.UpdateOptions(Dictionary) - fullName: Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.UpdateOptions(System.Collections.Generic.Dictionary) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: UpdateOptions - path: ../src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - startLine: 63 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nUpdates the configuration knobs of OrtTensorRTProviderOptions that will eventually be used to configure a TensorRT EP\nPlease refer to the following on different key/value pairs to configure a TensorRT EP and their meaning:\nhttps://www.onnxruntime.ai/docs/reference/execution-providers/TensorRT-ExecutionProvider.html\n" - example: [] - syntax: - content: public void UpdateOptions(Dictionary providerOptions) - parameters: - - id: providerOptions - type: System.Collections.Generic.Dictionary{System.String,System.String} - description: key/value pairs used to configure a TensorRT Execution Provider - content.vb: Public Sub UpdateOptions(providerOptions As Dictionary(Of String, String)) - overload: Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.UpdateOptions* - nameWithType.vb: OrtTensorRTProviderOptions.UpdateOptions(Dictionary(Of String, String)) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.UpdateOptions(System.Collections.Generic.Dictionary(Of System.String, System.String)) - name.vb: UpdateOptions(Dictionary(Of String, String)) -- uid: Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.GetDeviceId - commentId: M:Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.GetDeviceId - id: GetDeviceId - parent: Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions - langs: - - csharp - - vb - name: GetDeviceId() - nameWithType: OrtTensorRTProviderOptions.GetDeviceId() - fullName: Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.GetDeviceId() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetDeviceId - path: ../src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - startLine: 84 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nGet device id of TensorRT EP.\n" - example: [] - syntax: - content: public int GetDeviceId() - return: - type: System.Int32 - description: 'device id ' - content.vb: Public Function GetDeviceId As Integer - overload: Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.GetDeviceId* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.IsInvalid - commentId: P:Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.IsInvalid - id: IsInvalid - parent: Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions - langs: - - csharp - - vb - name: IsInvalid - nameWithType: OrtTensorRTProviderOptions.IsInvalid - fullName: Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.IsInvalid - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: IsInvalid - path: ../src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - startLine: 97 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nOverrides SafeHandle.IsInvalid\n" - example: [] - syntax: - content: public override bool IsInvalid { get; } - parameters: [] - return: - type: System.Boolean - description: returns true if handle is equal to Zero - content.vb: Public Overrides ReadOnly Property IsInvalid As Boolean - overridden: System.Runtime.InteropServices.SafeHandle.IsInvalid - overload: Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.IsInvalid* - modifiers.csharp: - - public - - override - - get - modifiers.vb: - - Public - - Overrides - - ReadOnly -- uid: Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.ReleaseHandle - commentId: M:Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.ReleaseHandle - id: ReleaseHandle - parent: Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions - langs: - - csharp - - vb - name: ReleaseHandle() - nameWithType: OrtTensorRTProviderOptions.ReleaseHandle() - fullName: Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.ReleaseHandle() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ReleaseHandle - path: ../src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - startLine: 112 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nOverrides SafeHandle.ReleaseHandle() to properly dispose of\nthe native instance of OrtTensorRTProviderOptions\n" - example: [] - syntax: - content: protected override bool ReleaseHandle() - return: - type: System.Boolean - description: always returns true - content.vb: Protected Overrides Function ReleaseHandle As Boolean - overridden: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - overload: Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.ReleaseHandle* - modifiers.csharp: - - protected - - override - modifiers.vb: - - Protected - - Overrides -references: -- uid: Microsoft.ML.OnnxRuntime - commentId: N:Microsoft.ML.OnnxRuntime - name: Microsoft.ML.OnnxRuntime - nameWithType: Microsoft.ML.OnnxRuntime - fullName: Microsoft.ML.OnnxRuntime -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: System.Runtime.InteropServices.SafeHandle - commentId: T:System.Runtime.InteropServices.SafeHandle - parent: System.Runtime.InteropServices - isExternal: true - name: SafeHandle - nameWithType: SafeHandle - fullName: System.Runtime.InteropServices.SafeHandle -- uid: System.IDisposable - commentId: T:System.IDisposable - parent: System - isExternal: true - name: IDisposable - nameWithType: IDisposable - fullName: System.IDisposable -- uid: System.Runtime.InteropServices.SafeHandle.handle - commentId: F:System.Runtime.InteropServices.SafeHandle.handle - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: handle - nameWithType: SafeHandle.handle - fullName: System.Runtime.InteropServices.SafeHandle.handle -- uid: System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - commentId: M:System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: DangerousAddRef(Boolean) - nameWithType: SafeHandle.DangerousAddRef(Boolean) - fullName: System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean) - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - name: DangerousAddRef - nameWithType: SafeHandle.DangerousAddRef - fullName: System.Runtime.InteropServices.SafeHandle.DangerousAddRef - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - name: DangerousAddRef - nameWithType: SafeHandle.DangerousAddRef - fullName: System.Runtime.InteropServices.SafeHandle.DangerousAddRef - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - commentId: M:System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: DangerousGetHandle() - nameWithType: SafeHandle.DangerousGetHandle() - fullName: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - name: DangerousGetHandle - nameWithType: SafeHandle.DangerousGetHandle - fullName: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - name: DangerousGetHandle - nameWithType: SafeHandle.DangerousGetHandle - fullName: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.DangerousRelease - commentId: M:System.Runtime.InteropServices.SafeHandle.DangerousRelease - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: DangerousRelease() - nameWithType: SafeHandle.DangerousRelease() - fullName: System.Runtime.InteropServices.SafeHandle.DangerousRelease() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousRelease - name: DangerousRelease - nameWithType: SafeHandle.DangerousRelease - fullName: System.Runtime.InteropServices.SafeHandle.DangerousRelease - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousRelease - name: DangerousRelease - nameWithType: SafeHandle.DangerousRelease - fullName: System.Runtime.InteropServices.SafeHandle.DangerousRelease - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.Dispose - commentId: M:System.Runtime.InteropServices.SafeHandle.Dispose - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: Dispose() - nameWithType: SafeHandle.Dispose() - fullName: System.Runtime.InteropServices.SafeHandle.Dispose() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.Dispose - name: Dispose - nameWithType: SafeHandle.Dispose - fullName: System.Runtime.InteropServices.SafeHandle.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.Dispose - name: Dispose - nameWithType: SafeHandle.Dispose - fullName: System.Runtime.InteropServices.SafeHandle.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - commentId: M:System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: Dispose(Boolean) - nameWithType: SafeHandle.Dispose(Boolean) - fullName: System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - name: Dispose - nameWithType: SafeHandle.Dispose - fullName: System.Runtime.InteropServices.SafeHandle.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - name: Dispose - nameWithType: SafeHandle.Dispose - fullName: System.Runtime.InteropServices.SafeHandle.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - commentId: M:System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: SetHandle(IntPtr) - nameWithType: SafeHandle.SetHandle(IntPtr) - fullName: System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - name: SetHandle - nameWithType: SafeHandle.SetHandle - fullName: System.Runtime.InteropServices.SafeHandle.SetHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.IntPtr - name: IntPtr - nameWithType: IntPtr - fullName: System.IntPtr - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - name: SetHandle - nameWithType: SafeHandle.SetHandle - fullName: System.Runtime.InteropServices.SafeHandle.SetHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.IntPtr - name: IntPtr - nameWithType: IntPtr - fullName: System.IntPtr - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - commentId: M:System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: SetHandleAsInvalid() - nameWithType: SafeHandle.SetHandleAsInvalid() - fullName: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - name: SetHandleAsInvalid - nameWithType: SafeHandle.SetHandleAsInvalid - fullName: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - name: SetHandleAsInvalid - nameWithType: SafeHandle.SetHandleAsInvalid - fullName: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.IsClosed - commentId: P:System.Runtime.InteropServices.SafeHandle.IsClosed - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: IsClosed - nameWithType: SafeHandle.IsClosed - fullName: System.Runtime.InteropServices.SafeHandle.IsClosed -- uid: System.Object.Equals(System.Object) - commentId: M:System.Object.Equals(System.Object) - parent: System.Object - isExternal: true - name: Equals(Object) - nameWithType: Object.Equals(Object) - fullName: System.Object.Equals(System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetHashCode - commentId: M:System.Object.GetHashCode - parent: System.Object - isExternal: true - name: GetHashCode() - nameWithType: Object.GetHashCode() - fullName: System.Object.GetHashCode() - spec.csharp: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - name: MemberwiseClone() - nameWithType: Object.MemberwiseClone() - fullName: System.Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ToString - commentId: M:System.Object.ToString - parent: System.Object - isExternal: true - name: ToString() - nameWithType: Object.ToString() - fullName: System.Object.ToString() - spec.csharp: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System -- uid: System.Runtime.InteropServices - commentId: N:System.Runtime.InteropServices - isExternal: true - name: System.Runtime.InteropServices - nameWithType: System.Runtime.InteropServices - fullName: System.Runtime.InteropServices -- uid: Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.#ctor* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.#ctor - name: OrtTensorRTProviderOptions - nameWithType: OrtTensorRTProviderOptions.OrtTensorRTProviderOptions - fullName: Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.OrtTensorRTProviderOptions -- uid: Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.GetOptions* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.GetOptions - name: GetOptions - nameWithType: OrtTensorRTProviderOptions.GetOptions - fullName: Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.GetOptions -- uid: System.String - commentId: T:System.String - parent: System - isExternal: true - name: String - nameWithType: String - fullName: System.String -- uid: Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.UpdateOptions* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.UpdateOptions - name: UpdateOptions - nameWithType: OrtTensorRTProviderOptions.UpdateOptions - fullName: Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.UpdateOptions -- uid: System.Collections.Generic.Dictionary{System.String,System.String} - commentId: T:System.Collections.Generic.Dictionary{System.String,System.String} - parent: System.Collections.Generic - definition: System.Collections.Generic.Dictionary`2 - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - nameWithType.vb: Dictionary(Of String, String) - fullName.vb: System.Collections.Generic.Dictionary(Of System.String, System.String) - name.vb: Dictionary(Of String, String) - spec.csharp: - - uid: System.Collections.Generic.Dictionary`2 - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.Dictionary`2 - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic.Dictionary`2 - commentId: T:System.Collections.Generic.Dictionary`2 - isExternal: true - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - nameWithType.vb: Dictionary(Of TKey, TValue) - fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue) - name.vb: Dictionary(Of TKey, TValue) - spec.csharp: - - uid: System.Collections.Generic.Dictionary`2 - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: TKey - nameWithType: TKey - fullName: TKey - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - name: TValue - nameWithType: TValue - fullName: TValue - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.Dictionary`2 - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: TKey - nameWithType: TKey - fullName: TKey - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - name: TValue - nameWithType: TValue - fullName: TValue - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic - commentId: N:System.Collections.Generic - isExternal: true - name: System.Collections.Generic - nameWithType: System.Collections.Generic - fullName: System.Collections.Generic -- uid: Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.GetDeviceId* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.GetDeviceId - name: GetDeviceId - nameWithType: OrtTensorRTProviderOptions.GetDeviceId - fullName: Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.GetDeviceId -- uid: System.Int32 - commentId: T:System.Int32 - parent: System - isExternal: true - name: Int32 - nameWithType: Int32 - fullName: System.Int32 -- uid: System.Runtime.InteropServices.SafeHandle.IsInvalid - commentId: P:System.Runtime.InteropServices.SafeHandle.IsInvalid - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: IsInvalid - nameWithType: SafeHandle.IsInvalid - fullName: System.Runtime.InteropServices.SafeHandle.IsInvalid -- uid: Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.IsInvalid* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.IsInvalid - name: IsInvalid - nameWithType: OrtTensorRTProviderOptions.IsInvalid - fullName: Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.IsInvalid -- uid: System.Boolean - commentId: T:System.Boolean - parent: System - isExternal: true - name: Boolean - nameWithType: Boolean - fullName: System.Boolean -- uid: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - commentId: M:System.Runtime.InteropServices.SafeHandle.ReleaseHandle - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: ReleaseHandle() - nameWithType: SafeHandle.ReleaseHandle() - fullName: System.Runtime.InteropServices.SafeHandle.ReleaseHandle() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - name: ReleaseHandle - nameWithType: SafeHandle.ReleaseHandle - fullName: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - name: ReleaseHandle - nameWithType: SafeHandle.ReleaseHandle - fullName: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.ReleaseHandle* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.ReleaseHandle - name: ReleaseHandle - nameWithType: OrtTensorRTProviderOptions.ReleaseHandle - fullName: Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions.ReleaseHandle diff --git a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtValue.yml b/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtValue.yml deleted file mode 100644 index 9209b43511c2f..0000000000000 --- a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtValue.yml +++ /dev/null @@ -1,1046 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Microsoft.ML.OnnxRuntime.OrtValue - commentId: T:Microsoft.ML.OnnxRuntime.OrtValue - id: OrtValue - parent: Microsoft.ML.OnnxRuntime - children: - - Microsoft.ML.OnnxRuntime.OrtValue.CreateFromTensorObject(System.Object,System.Nullable{System.Buffers.MemoryHandle}@,Microsoft.ML.OnnxRuntime.Tensors.TensorElementType@) - - Microsoft.ML.OnnxRuntime.OrtValue.CreateTensorValueWithData(Microsoft.ML.OnnxRuntime.OrtMemoryInfo,Microsoft.ML.OnnxRuntime.Tensors.TensorElementType,System.Int64[],System.IntPtr,System.Int64) - - Microsoft.ML.OnnxRuntime.OrtValue.IsInvalid - - Microsoft.ML.OnnxRuntime.OrtValue.ReleaseHandle - langs: - - csharp - - vb - name: OrtValue - nameWithType: OrtValue - fullName: Microsoft.ML.OnnxRuntime.OrtValue - type: Class - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtValue.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: OrtValue - path: ../src/Microsoft.ML.OnnxRuntime/OrtValue.shared.cs - startLine: 30 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nRepresents a disposable OrtValue.\nThis class exposes a native instance of OrtValue.\nThe class implements IDisposable via SafeHandle and must\nbe disposed.\n" - example: [] - syntax: - content: 'public class OrtValue : SafeHandle, IDisposable' - content.vb: >- - Public Class OrtValue - Inherits SafeHandle - Implements IDisposable - inheritance: - - System.Object - - System.Runtime.InteropServices.SafeHandle - implements: - - System.IDisposable - inheritedMembers: - - System.Runtime.InteropServices.SafeHandle.handle - - System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - - System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - - System.Runtime.InteropServices.SafeHandle.DangerousRelease - - System.Runtime.InteropServices.SafeHandle.Dispose - - System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - - System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - - System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - - System.Runtime.InteropServices.SafeHandle.IsClosed - - System.Object.Equals(System.Object) - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetHashCode - - System.Object.GetType - - System.Object.MemberwiseClone - - System.Object.ReferenceEquals(System.Object,System.Object) - - System.Object.ToString - modifiers.csharp: - - public - - class - modifiers.vb: - - Public - - Class -- uid: Microsoft.ML.OnnxRuntime.OrtValue.IsInvalid - commentId: P:Microsoft.ML.OnnxRuntime.OrtValue.IsInvalid - id: IsInvalid - parent: Microsoft.ML.OnnxRuntime.OrtValue - langs: - - csharp - - vb - name: IsInvalid - nameWithType: OrtValue.IsInvalid - fullName: Microsoft.ML.OnnxRuntime.OrtValue.IsInvalid - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtValue.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: IsInvalid - path: ../src/Microsoft.ML.OnnxRuntime/OrtValue.shared.cs - startLine: 51 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nOverrides SafeHandle.IsInvalid\n" - example: [] - syntax: - content: public override bool IsInvalid { get; } - parameters: [] - return: - type: System.Boolean - description: returns true if handle is equal to Zero - content.vb: Public Overrides ReadOnly Property IsInvalid As Boolean - overridden: System.Runtime.InteropServices.SafeHandle.IsInvalid - overload: Microsoft.ML.OnnxRuntime.OrtValue.IsInvalid* - modifiers.csharp: - - public - - override - - get - modifiers.vb: - - Public - - Overrides - - ReadOnly -- uid: Microsoft.ML.OnnxRuntime.OrtValue.CreateTensorValueWithData(Microsoft.ML.OnnxRuntime.OrtMemoryInfo,Microsoft.ML.OnnxRuntime.Tensors.TensorElementType,System.Int64[],System.IntPtr,System.Int64) - commentId: M:Microsoft.ML.OnnxRuntime.OrtValue.CreateTensorValueWithData(Microsoft.ML.OnnxRuntime.OrtMemoryInfo,Microsoft.ML.OnnxRuntime.Tensors.TensorElementType,System.Int64[],System.IntPtr,System.Int64) - id: CreateTensorValueWithData(Microsoft.ML.OnnxRuntime.OrtMemoryInfo,Microsoft.ML.OnnxRuntime.Tensors.TensorElementType,System.Int64[],System.IntPtr,System.Int64) - parent: Microsoft.ML.OnnxRuntime.OrtValue - langs: - - csharp - - vb - name: CreateTensorValueWithData(OrtMemoryInfo, TensorElementType, Int64[], IntPtr, Int64) - nameWithType: OrtValue.CreateTensorValueWithData(OrtMemoryInfo, TensorElementType, Int64[], IntPtr, Int64) - fullName: Microsoft.ML.OnnxRuntime.OrtValue.CreateTensorValueWithData(Microsoft.ML.OnnxRuntime.OrtMemoryInfo, Microsoft.ML.OnnxRuntime.Tensors.TensorElementType, System.Int64[], System.IntPtr, System.Int64) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtValue.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CreateTensorValueWithData - path: ../src/Microsoft.ML.OnnxRuntime/OrtValue.shared.cs - startLine: 89 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nFactory method to construct an OrtValue of Tensor type on top of pre-allocated memory.\nThis can be a piece of native memory allocated by OrtAllocator (possibly on a device)\nor a piece of pinned managed memory.\n\nThe resulting OrtValue does not own the underlying memory buffer and will not attempt to\ndeallocate it.\n" - example: [] - syntax: - content: public static OrtValue CreateTensorValueWithData(OrtMemoryInfo memInfo, TensorElementType elementType, long[] shape, IntPtr dataBuffer, long bufferLength) - parameters: - - id: memInfo - type: Microsoft.ML.OnnxRuntime.OrtMemoryInfo - description: >- - Memory Info. For managed memory it is a default cpu. - For Native memory must be obtained from the allocator or OrtMemoryAllocation instance - - id: elementType - type: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - description: DataType for the Tensor - - id: shape - type: System.Int64[] - description: Tensor shape - - id: dataBuffer - type: System.IntPtr - description: Pointer to a raw memory buffer - - id: bufferLength - type: System.Int64 - description: Buffer length in bytes - return: - type: Microsoft.ML.OnnxRuntime.OrtValue - description: A disposable instance of OrtValue - content.vb: Public Shared Function CreateTensorValueWithData(memInfo As OrtMemoryInfo, elementType As TensorElementType, shape As Long(), dataBuffer As IntPtr, bufferLength As Long) As OrtValue - overload: Microsoft.ML.OnnxRuntime.OrtValue.CreateTensorValueWithData* - nameWithType.vb: OrtValue.CreateTensorValueWithData(OrtMemoryInfo, TensorElementType, Int64(), IntPtr, Int64) - modifiers.csharp: - - public - - static - modifiers.vb: - - Public - - Shared - fullName.vb: Microsoft.ML.OnnxRuntime.OrtValue.CreateTensorValueWithData(Microsoft.ML.OnnxRuntime.OrtMemoryInfo, Microsoft.ML.OnnxRuntime.Tensors.TensorElementType, System.Int64(), System.IntPtr, System.Int64) - name.vb: CreateTensorValueWithData(OrtMemoryInfo, TensorElementType, Int64(), IntPtr, Int64) -- uid: Microsoft.ML.OnnxRuntime.OrtValue.CreateFromTensorObject(System.Object,System.Nullable{System.Buffers.MemoryHandle}@,Microsoft.ML.OnnxRuntime.Tensors.TensorElementType@) - commentId: M:Microsoft.ML.OnnxRuntime.OrtValue.CreateFromTensorObject(System.Object,System.Nullable{System.Buffers.MemoryHandle}@,Microsoft.ML.OnnxRuntime.Tensors.TensorElementType@) - id: CreateFromTensorObject(System.Object,System.Nullable{System.Buffers.MemoryHandle}@,Microsoft.ML.OnnxRuntime.Tensors.TensorElementType@) - parent: Microsoft.ML.OnnxRuntime.OrtValue - langs: - - csharp - - vb - name: CreateFromTensorObject(Object, out Nullable, out TensorElementType) - nameWithType: OrtValue.CreateFromTensorObject(Object, out Nullable, out TensorElementType) - fullName: Microsoft.ML.OnnxRuntime.OrtValue.CreateFromTensorObject(System.Object, out System.Nullable, out Microsoft.ML.OnnxRuntime.Tensors.TensorElementType) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtValue.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CreateFromTensorObject - path: ../src/Microsoft.ML.OnnxRuntime/OrtValue.shared.cs - startLine: 143 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nThis is a factory method creates a native Onnxruntime OrtValue containing a tensor.\nThe method will attempt to pin managed memory so no copying occurs when data is passed down\nto native code.\n" - example: [] - syntax: - content: public static OrtValue CreateFromTensorObject(object value, out MemoryHandle? memoryHandle, out TensorElementType elementType) - parameters: - - id: value - type: System.Object - description: Tensor object - - id: memoryHandle - type: System.Nullable{System.Buffers.MemoryHandle} - description: > - For all tensor types but string tensors we endeavor to use managed memory - to avoid additional allocation and copy. This out parameter represents a chunk of pinned memory which will need - to be disposed when no longer needed. The lifespan of memoryHandle should eclipse the lifespan of the corresponding - OrtValue. - - id: elementType - type: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - description: discovered tensor element type - return: - type: Microsoft.ML.OnnxRuntime.OrtValue - description: And instance of OrtValue constructed on top of the object - content.vb: Public Shared Function CreateFromTensorObject(value As Object, ByRef memoryHandle As MemoryHandle?, ByRef elementType As TensorElementType) As OrtValue - overload: Microsoft.ML.OnnxRuntime.OrtValue.CreateFromTensorObject* - nameWithType.vb: OrtValue.CreateFromTensorObject(Object, ByRef Nullable(Of MemoryHandle), ByRef TensorElementType) - modifiers.csharp: - - public - - static - modifiers.vb: - - Public - - Shared - fullName.vb: Microsoft.ML.OnnxRuntime.OrtValue.CreateFromTensorObject(System.Object, ByRef System.Nullable(Of System.Buffers.MemoryHandle), ByRef Microsoft.ML.OnnxRuntime.Tensors.TensorElementType) - name.vb: CreateFromTensorObject(Object, ByRef Nullable(Of MemoryHandle), ByRef TensorElementType) -- uid: Microsoft.ML.OnnxRuntime.OrtValue.ReleaseHandle - commentId: M:Microsoft.ML.OnnxRuntime.OrtValue.ReleaseHandle - id: ReleaseHandle - parent: Microsoft.ML.OnnxRuntime.OrtValue - langs: - - csharp - - vb - name: ReleaseHandle() - nameWithType: OrtValue.ReleaseHandle() - fullName: Microsoft.ML.OnnxRuntime.OrtValue.ReleaseHandle() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/OrtValue.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ReleaseHandle - path: ../src/Microsoft.ML.OnnxRuntime/OrtValue.shared.cs - startLine: 375 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nOverrides SafeHandle.ReleaseHandle() to properly dispose of\nthe native instance of OrtValue\n" - example: [] - syntax: - content: protected override bool ReleaseHandle() - return: - type: System.Boolean - description: always returns true - content.vb: Protected Overrides Function ReleaseHandle As Boolean - overridden: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - overload: Microsoft.ML.OnnxRuntime.OrtValue.ReleaseHandle* - modifiers.csharp: - - protected - - override - modifiers.vb: - - Protected - - Overrides -references: -- uid: Microsoft.ML.OnnxRuntime - commentId: N:Microsoft.ML.OnnxRuntime - name: Microsoft.ML.OnnxRuntime - nameWithType: Microsoft.ML.OnnxRuntime - fullName: Microsoft.ML.OnnxRuntime -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: System.Runtime.InteropServices.SafeHandle - commentId: T:System.Runtime.InteropServices.SafeHandle - parent: System.Runtime.InteropServices - isExternal: true - name: SafeHandle - nameWithType: SafeHandle - fullName: System.Runtime.InteropServices.SafeHandle -- uid: System.IDisposable - commentId: T:System.IDisposable - parent: System - isExternal: true - name: IDisposable - nameWithType: IDisposable - fullName: System.IDisposable -- uid: System.Runtime.InteropServices.SafeHandle.handle - commentId: F:System.Runtime.InteropServices.SafeHandle.handle - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: handle - nameWithType: SafeHandle.handle - fullName: System.Runtime.InteropServices.SafeHandle.handle -- uid: System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - commentId: M:System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: DangerousAddRef(Boolean) - nameWithType: SafeHandle.DangerousAddRef(Boolean) - fullName: System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean) - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - name: DangerousAddRef - nameWithType: SafeHandle.DangerousAddRef - fullName: System.Runtime.InteropServices.SafeHandle.DangerousAddRef - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - name: DangerousAddRef - nameWithType: SafeHandle.DangerousAddRef - fullName: System.Runtime.InteropServices.SafeHandle.DangerousAddRef - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - commentId: M:System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: DangerousGetHandle() - nameWithType: SafeHandle.DangerousGetHandle() - fullName: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - name: DangerousGetHandle - nameWithType: SafeHandle.DangerousGetHandle - fullName: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - name: DangerousGetHandle - nameWithType: SafeHandle.DangerousGetHandle - fullName: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.DangerousRelease - commentId: M:System.Runtime.InteropServices.SafeHandle.DangerousRelease - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: DangerousRelease() - nameWithType: SafeHandle.DangerousRelease() - fullName: System.Runtime.InteropServices.SafeHandle.DangerousRelease() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousRelease - name: DangerousRelease - nameWithType: SafeHandle.DangerousRelease - fullName: System.Runtime.InteropServices.SafeHandle.DangerousRelease - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousRelease - name: DangerousRelease - nameWithType: SafeHandle.DangerousRelease - fullName: System.Runtime.InteropServices.SafeHandle.DangerousRelease - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.Dispose - commentId: M:System.Runtime.InteropServices.SafeHandle.Dispose - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: Dispose() - nameWithType: SafeHandle.Dispose() - fullName: System.Runtime.InteropServices.SafeHandle.Dispose() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.Dispose - name: Dispose - nameWithType: SafeHandle.Dispose - fullName: System.Runtime.InteropServices.SafeHandle.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.Dispose - name: Dispose - nameWithType: SafeHandle.Dispose - fullName: System.Runtime.InteropServices.SafeHandle.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - commentId: M:System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: Dispose(Boolean) - nameWithType: SafeHandle.Dispose(Boolean) - fullName: System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - name: Dispose - nameWithType: SafeHandle.Dispose - fullName: System.Runtime.InteropServices.SafeHandle.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - name: Dispose - nameWithType: SafeHandle.Dispose - fullName: System.Runtime.InteropServices.SafeHandle.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - commentId: M:System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: SetHandle(IntPtr) - nameWithType: SafeHandle.SetHandle(IntPtr) - fullName: System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - name: SetHandle - nameWithType: SafeHandle.SetHandle - fullName: System.Runtime.InteropServices.SafeHandle.SetHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.IntPtr - name: IntPtr - nameWithType: IntPtr - fullName: System.IntPtr - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - name: SetHandle - nameWithType: SafeHandle.SetHandle - fullName: System.Runtime.InteropServices.SafeHandle.SetHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.IntPtr - name: IntPtr - nameWithType: IntPtr - fullName: System.IntPtr - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - commentId: M:System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: SetHandleAsInvalid() - nameWithType: SafeHandle.SetHandleAsInvalid() - fullName: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - name: SetHandleAsInvalid - nameWithType: SafeHandle.SetHandleAsInvalid - fullName: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - name: SetHandleAsInvalid - nameWithType: SafeHandle.SetHandleAsInvalid - fullName: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.IsClosed - commentId: P:System.Runtime.InteropServices.SafeHandle.IsClosed - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: IsClosed - nameWithType: SafeHandle.IsClosed - fullName: System.Runtime.InteropServices.SafeHandle.IsClosed -- uid: System.Object.Equals(System.Object) - commentId: M:System.Object.Equals(System.Object) - parent: System.Object - isExternal: true - name: Equals(Object) - nameWithType: Object.Equals(Object) - fullName: System.Object.Equals(System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetHashCode - commentId: M:System.Object.GetHashCode - parent: System.Object - isExternal: true - name: GetHashCode() - nameWithType: Object.GetHashCode() - fullName: System.Object.GetHashCode() - spec.csharp: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - name: MemberwiseClone() - nameWithType: Object.MemberwiseClone() - fullName: System.Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ToString - commentId: M:System.Object.ToString - parent: System.Object - isExternal: true - name: ToString() - nameWithType: Object.ToString() - fullName: System.Object.ToString() - spec.csharp: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System -- uid: System.Runtime.InteropServices - commentId: N:System.Runtime.InteropServices - isExternal: true - name: System.Runtime.InteropServices - nameWithType: System.Runtime.InteropServices - fullName: System.Runtime.InteropServices -- uid: System.Runtime.InteropServices.SafeHandle.IsInvalid - commentId: P:System.Runtime.InteropServices.SafeHandle.IsInvalid - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: IsInvalid - nameWithType: SafeHandle.IsInvalid - fullName: System.Runtime.InteropServices.SafeHandle.IsInvalid -- uid: Microsoft.ML.OnnxRuntime.OrtValue.IsInvalid* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtValue.IsInvalid - name: IsInvalid - nameWithType: OrtValue.IsInvalid - fullName: Microsoft.ML.OnnxRuntime.OrtValue.IsInvalid -- uid: System.Boolean - commentId: T:System.Boolean - parent: System - isExternal: true - name: Boolean - nameWithType: Boolean - fullName: System.Boolean -- uid: Microsoft.ML.OnnxRuntime.OrtValue.CreateTensorValueWithData* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtValue.CreateTensorValueWithData - name: CreateTensorValueWithData - nameWithType: OrtValue.CreateTensorValueWithData - fullName: Microsoft.ML.OnnxRuntime.OrtValue.CreateTensorValueWithData -- uid: Microsoft.ML.OnnxRuntime.OrtMemoryInfo - commentId: T:Microsoft.ML.OnnxRuntime.OrtMemoryInfo - parent: Microsoft.ML.OnnxRuntime - name: OrtMemoryInfo - nameWithType: OrtMemoryInfo - fullName: Microsoft.ML.OnnxRuntime.OrtMemoryInfo -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - commentId: T:Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - parent: Microsoft.ML.OnnxRuntime.Tensors - name: TensorElementType - nameWithType: TensorElementType - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType -- uid: System.Int64[] - isExternal: true - name: Int64[] - nameWithType: Int64[] - fullName: System.Int64[] - nameWithType.vb: Int64() - fullName.vb: System.Int64() - name.vb: Int64() - spec.csharp: - - uid: System.Int64 - name: Int64 - nameWithType: Int64 - fullName: System.Int64 - isExternal: true - - name: '[]' - nameWithType: '[]' - fullName: '[]' - spec.vb: - - uid: System.Int64 - name: Int64 - nameWithType: Int64 - fullName: System.Int64 - isExternal: true - - name: () - nameWithType: () - fullName: () -- uid: System.IntPtr - commentId: T:System.IntPtr - parent: System - isExternal: true - name: IntPtr - nameWithType: IntPtr - fullName: System.IntPtr -- uid: System.Int64 - commentId: T:System.Int64 - parent: System - isExternal: true - name: Int64 - nameWithType: Int64 - fullName: System.Int64 -- uid: Microsoft.ML.OnnxRuntime.OrtValue - commentId: T:Microsoft.ML.OnnxRuntime.OrtValue - parent: Microsoft.ML.OnnxRuntime - name: OrtValue - nameWithType: OrtValue - fullName: Microsoft.ML.OnnxRuntime.OrtValue -- uid: Microsoft.ML.OnnxRuntime.Tensors - commentId: N:Microsoft.ML.OnnxRuntime.Tensors - name: Microsoft.ML.OnnxRuntime.Tensors - nameWithType: Microsoft.ML.OnnxRuntime.Tensors - fullName: Microsoft.ML.OnnxRuntime.Tensors -- uid: Microsoft.ML.OnnxRuntime.OrtValue.CreateFromTensorObject* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtValue.CreateFromTensorObject - name: CreateFromTensorObject - nameWithType: OrtValue.CreateFromTensorObject - fullName: Microsoft.ML.OnnxRuntime.OrtValue.CreateFromTensorObject -- uid: System.Nullable{System.Buffers.MemoryHandle} - commentId: T:System.Nullable{System.Buffers.MemoryHandle} - parent: System - definition: System.Nullable`1 - name: Nullable - nameWithType: Nullable - fullName: System.Nullable - nameWithType.vb: Nullable(Of MemoryHandle) - fullName.vb: System.Nullable(Of System.Buffers.MemoryHandle) - name.vb: Nullable(Of MemoryHandle) - spec.csharp: - - uid: System.Nullable`1 - name: Nullable - nameWithType: Nullable - fullName: System.Nullable - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: System.Buffers.MemoryHandle - name: MemoryHandle - nameWithType: MemoryHandle - fullName: System.Buffers.MemoryHandle - isExternal: true - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Nullable`1 - name: Nullable - nameWithType: Nullable - fullName: System.Nullable - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: System.Buffers.MemoryHandle - name: MemoryHandle - nameWithType: MemoryHandle - fullName: System.Buffers.MemoryHandle - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Nullable`1 - commentId: T:System.Nullable`1 - isExternal: true - name: Nullable - nameWithType: Nullable - fullName: System.Nullable - nameWithType.vb: Nullable(Of T) - fullName.vb: System.Nullable(Of T) - name.vb: Nullable(Of T) - spec.csharp: - - uid: System.Nullable`1 - name: Nullable - nameWithType: Nullable - fullName: System.Nullable - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Nullable`1 - name: Nullable - nameWithType: Nullable - fullName: System.Nullable - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - commentId: M:System.Runtime.InteropServices.SafeHandle.ReleaseHandle - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: ReleaseHandle() - nameWithType: SafeHandle.ReleaseHandle() - fullName: System.Runtime.InteropServices.SafeHandle.ReleaseHandle() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - name: ReleaseHandle - nameWithType: SafeHandle.ReleaseHandle - fullName: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - name: ReleaseHandle - nameWithType: SafeHandle.ReleaseHandle - fullName: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.OrtValue.ReleaseHandle* - commentId: Overload:Microsoft.ML.OnnxRuntime.OrtValue.ReleaseHandle - name: ReleaseHandle - nameWithType: OrtValue.ReleaseHandle - fullName: Microsoft.ML.OnnxRuntime.OrtValue.ReleaseHandle diff --git a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer.yml b/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer.yml deleted file mode 100644 index e4421b53e7a98..0000000000000 --- a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer.yml +++ /dev/null @@ -1,814 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer - commentId: T:Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer - id: PrePackedWeightsContainer - parent: Microsoft.ML.OnnxRuntime - children: - - Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer.#ctor - - Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer.IsInvalid - - Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer.ReleaseHandle - langs: - - csharp - - vb - name: PrePackedWeightsContainer - nameWithType: PrePackedWeightsContainer - fullName: Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer - type: Class - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/PrepackedWeightsContainer.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: PrePackedWeightsContainer - path: ../src/Microsoft.ML.OnnxRuntime/PrepackedWeightsContainer.shared.cs - startLine: 13 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nThis class holds pre-packed weights of shared initializers to be shared across sessions using these initializers\nand thereby provide memory savings by sharing the same pre-packed versions of these shared initializers\n" - example: [] - syntax: - content: 'public class PrePackedWeightsContainer : SafeHandle, IDisposable' - content.vb: >- - Public Class PrePackedWeightsContainer - Inherits SafeHandle - Implements IDisposable - inheritance: - - System.Object - - System.Runtime.InteropServices.SafeHandle - implements: - - System.IDisposable - inheritedMembers: - - System.Runtime.InteropServices.SafeHandle.handle - - System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - - System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - - System.Runtime.InteropServices.SafeHandle.DangerousRelease - - System.Runtime.InteropServices.SafeHandle.Dispose - - System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - - System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - - System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - - System.Runtime.InteropServices.SafeHandle.IsClosed - - System.Object.Equals(System.Object) - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetHashCode - - System.Object.GetType - - System.Object.MemberwiseClone - - System.Object.ReferenceEquals(System.Object,System.Object) - - System.Object.ToString - modifiers.csharp: - - public - - class - modifiers.vb: - - Public - - Class -- uid: Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer.#ctor - commentId: M:Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer.#ctor - id: '#ctor' - parent: Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer - langs: - - csharp - - vb - name: PrePackedWeightsContainer() - nameWithType: PrePackedWeightsContainer.PrePackedWeightsContainer() - fullName: Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer.PrePackedWeightsContainer() - type: Constructor - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/PrepackedWeightsContainer.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: .ctor - path: ../src/Microsoft.ML.OnnxRuntime/PrepackedWeightsContainer.shared.cs - startLine: 19 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nConstructs an empty PrePackedWeightsContainer\n" - example: [] - syntax: - content: public PrePackedWeightsContainer() - content.vb: Public Sub New - overload: Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer.#ctor* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer.IsInvalid - commentId: P:Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer.IsInvalid - id: IsInvalid - parent: Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer - langs: - - csharp - - vb - name: IsInvalid - nameWithType: PrePackedWeightsContainer.IsInvalid - fullName: Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer.IsInvalid - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/PrepackedWeightsContainer.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: IsInvalid - path: ../src/Microsoft.ML.OnnxRuntime/PrepackedWeightsContainer.shared.cs - startLine: 34 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nOverrides SafeHandle.IsInvalid\n" - example: [] - syntax: - content: public override bool IsInvalid { get; } - parameters: [] - return: - type: System.Boolean - description: returns true if handle is equal to Zero - content.vb: Public Overrides ReadOnly Property IsInvalid As Boolean - overridden: System.Runtime.InteropServices.SafeHandle.IsInvalid - overload: Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer.IsInvalid* - modifiers.csharp: - - public - - override - - get - modifiers.vb: - - Public - - Overrides - - ReadOnly -- uid: Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer.ReleaseHandle - commentId: M:Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer.ReleaseHandle - id: ReleaseHandle - parent: Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer - langs: - - csharp - - vb - name: ReleaseHandle() - nameWithType: PrePackedWeightsContainer.ReleaseHandle() - fullName: Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer.ReleaseHandle() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/PrepackedWeightsContainer.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ReleaseHandle - path: ../src/Microsoft.ML.OnnxRuntime/PrepackedWeightsContainer.shared.cs - startLine: 42 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nOverrides SafeHandle.ReleaseHandle() to deallocate\na chunk of memory using the specified allocator.\n" - example: [] - syntax: - content: protected override bool ReleaseHandle() - return: - type: System.Boolean - description: always returns true - content.vb: Protected Overrides Function ReleaseHandle As Boolean - overridden: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - overload: Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer.ReleaseHandle* - modifiers.csharp: - - protected - - override - modifiers.vb: - - Protected - - Overrides -references: -- uid: Microsoft.ML.OnnxRuntime - commentId: N:Microsoft.ML.OnnxRuntime - name: Microsoft.ML.OnnxRuntime - nameWithType: Microsoft.ML.OnnxRuntime - fullName: Microsoft.ML.OnnxRuntime -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: System.Runtime.InteropServices.SafeHandle - commentId: T:System.Runtime.InteropServices.SafeHandle - parent: System.Runtime.InteropServices - isExternal: true - name: SafeHandle - nameWithType: SafeHandle - fullName: System.Runtime.InteropServices.SafeHandle -- uid: System.IDisposable - commentId: T:System.IDisposable - parent: System - isExternal: true - name: IDisposable - nameWithType: IDisposable - fullName: System.IDisposable -- uid: System.Runtime.InteropServices.SafeHandle.handle - commentId: F:System.Runtime.InteropServices.SafeHandle.handle - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: handle - nameWithType: SafeHandle.handle - fullName: System.Runtime.InteropServices.SafeHandle.handle -- uid: System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - commentId: M:System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: DangerousAddRef(Boolean) - nameWithType: SafeHandle.DangerousAddRef(Boolean) - fullName: System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean) - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - name: DangerousAddRef - nameWithType: SafeHandle.DangerousAddRef - fullName: System.Runtime.InteropServices.SafeHandle.DangerousAddRef - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - name: DangerousAddRef - nameWithType: SafeHandle.DangerousAddRef - fullName: System.Runtime.InteropServices.SafeHandle.DangerousAddRef - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - commentId: M:System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: DangerousGetHandle() - nameWithType: SafeHandle.DangerousGetHandle() - fullName: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - name: DangerousGetHandle - nameWithType: SafeHandle.DangerousGetHandle - fullName: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - name: DangerousGetHandle - nameWithType: SafeHandle.DangerousGetHandle - fullName: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.DangerousRelease - commentId: M:System.Runtime.InteropServices.SafeHandle.DangerousRelease - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: DangerousRelease() - nameWithType: SafeHandle.DangerousRelease() - fullName: System.Runtime.InteropServices.SafeHandle.DangerousRelease() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousRelease - name: DangerousRelease - nameWithType: SafeHandle.DangerousRelease - fullName: System.Runtime.InteropServices.SafeHandle.DangerousRelease - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousRelease - name: DangerousRelease - nameWithType: SafeHandle.DangerousRelease - fullName: System.Runtime.InteropServices.SafeHandle.DangerousRelease - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.Dispose - commentId: M:System.Runtime.InteropServices.SafeHandle.Dispose - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: Dispose() - nameWithType: SafeHandle.Dispose() - fullName: System.Runtime.InteropServices.SafeHandle.Dispose() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.Dispose - name: Dispose - nameWithType: SafeHandle.Dispose - fullName: System.Runtime.InteropServices.SafeHandle.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.Dispose - name: Dispose - nameWithType: SafeHandle.Dispose - fullName: System.Runtime.InteropServices.SafeHandle.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - commentId: M:System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: Dispose(Boolean) - nameWithType: SafeHandle.Dispose(Boolean) - fullName: System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - name: Dispose - nameWithType: SafeHandle.Dispose - fullName: System.Runtime.InteropServices.SafeHandle.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - name: Dispose - nameWithType: SafeHandle.Dispose - fullName: System.Runtime.InteropServices.SafeHandle.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - commentId: M:System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: SetHandle(IntPtr) - nameWithType: SafeHandle.SetHandle(IntPtr) - fullName: System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - name: SetHandle - nameWithType: SafeHandle.SetHandle - fullName: System.Runtime.InteropServices.SafeHandle.SetHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.IntPtr - name: IntPtr - nameWithType: IntPtr - fullName: System.IntPtr - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - name: SetHandle - nameWithType: SafeHandle.SetHandle - fullName: System.Runtime.InteropServices.SafeHandle.SetHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.IntPtr - name: IntPtr - nameWithType: IntPtr - fullName: System.IntPtr - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - commentId: M:System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: SetHandleAsInvalid() - nameWithType: SafeHandle.SetHandleAsInvalid() - fullName: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - name: SetHandleAsInvalid - nameWithType: SafeHandle.SetHandleAsInvalid - fullName: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - name: SetHandleAsInvalid - nameWithType: SafeHandle.SetHandleAsInvalid - fullName: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.IsClosed - commentId: P:System.Runtime.InteropServices.SafeHandle.IsClosed - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: IsClosed - nameWithType: SafeHandle.IsClosed - fullName: System.Runtime.InteropServices.SafeHandle.IsClosed -- uid: System.Object.Equals(System.Object) - commentId: M:System.Object.Equals(System.Object) - parent: System.Object - isExternal: true - name: Equals(Object) - nameWithType: Object.Equals(Object) - fullName: System.Object.Equals(System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetHashCode - commentId: M:System.Object.GetHashCode - parent: System.Object - isExternal: true - name: GetHashCode() - nameWithType: Object.GetHashCode() - fullName: System.Object.GetHashCode() - spec.csharp: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - name: MemberwiseClone() - nameWithType: Object.MemberwiseClone() - fullName: System.Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ToString - commentId: M:System.Object.ToString - parent: System.Object - isExternal: true - name: ToString() - nameWithType: Object.ToString() - fullName: System.Object.ToString() - spec.csharp: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System -- uid: System.Runtime.InteropServices - commentId: N:System.Runtime.InteropServices - isExternal: true - name: System.Runtime.InteropServices - nameWithType: System.Runtime.InteropServices - fullName: System.Runtime.InteropServices -- uid: Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer.#ctor* - commentId: Overload:Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer.#ctor - name: PrePackedWeightsContainer - nameWithType: PrePackedWeightsContainer.PrePackedWeightsContainer - fullName: Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer.PrePackedWeightsContainer -- uid: System.Runtime.InteropServices.SafeHandle.IsInvalid - commentId: P:System.Runtime.InteropServices.SafeHandle.IsInvalid - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: IsInvalid - nameWithType: SafeHandle.IsInvalid - fullName: System.Runtime.InteropServices.SafeHandle.IsInvalid -- uid: Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer.IsInvalid* - commentId: Overload:Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer.IsInvalid - name: IsInvalid - nameWithType: PrePackedWeightsContainer.IsInvalid - fullName: Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer.IsInvalid -- uid: System.Boolean - commentId: T:System.Boolean - parent: System - isExternal: true - name: Boolean - nameWithType: Boolean - fullName: System.Boolean -- uid: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - commentId: M:System.Runtime.InteropServices.SafeHandle.ReleaseHandle - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: ReleaseHandle() - nameWithType: SafeHandle.ReleaseHandle() - fullName: System.Runtime.InteropServices.SafeHandle.ReleaseHandle() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - name: ReleaseHandle - nameWithType: SafeHandle.ReleaseHandle - fullName: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - name: ReleaseHandle - nameWithType: SafeHandle.ReleaseHandle - fullName: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer.ReleaseHandle* - commentId: Overload:Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer.ReleaseHandle - name: ReleaseHandle - nameWithType: PrePackedWeightsContainer.ReleaseHandle - fullName: Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer.ReleaseHandle diff --git a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.ProviderOptionsValueHelper.yml b/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.ProviderOptionsValueHelper.yml deleted file mode 100644 index 5954bb9454a1e..0000000000000 --- a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.ProviderOptionsValueHelper.yml +++ /dev/null @@ -1,518 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Microsoft.ML.OnnxRuntime.ProviderOptionsValueHelper - commentId: T:Microsoft.ML.OnnxRuntime.ProviderOptionsValueHelper - id: ProviderOptionsValueHelper - parent: Microsoft.ML.OnnxRuntime - children: - - Microsoft.ML.OnnxRuntime.ProviderOptionsValueHelper.StringToDict(System.String,System.Collections.Generic.Dictionary{System.String,System.String}) - langs: - - csharp - - vb - name: ProviderOptionsValueHelper - nameWithType: ProviderOptionsValueHelper - fullName: Microsoft.ML.OnnxRuntime.ProviderOptionsValueHelper - type: Class - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ProviderOptionsValueHelper - path: ../src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - startLine: 223 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nThis helper class contains methods to handle values of provider options\n" - example: [] - syntax: - content: public class ProviderOptionsValueHelper - content.vb: Public Class ProviderOptionsValueHelper - inheritance: - - System.Object - inheritedMembers: - - System.Object.Equals(System.Object) - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetHashCode - - System.Object.GetType - - System.Object.MemberwiseClone - - System.Object.ReferenceEquals(System.Object,System.Object) - - System.Object.ToString - modifiers.csharp: - - public - - class - modifiers.vb: - - Public - - Class -- uid: Microsoft.ML.OnnxRuntime.ProviderOptionsValueHelper.StringToDict(System.String,System.Collections.Generic.Dictionary{System.String,System.String}) - commentId: M:Microsoft.ML.OnnxRuntime.ProviderOptionsValueHelper.StringToDict(System.String,System.Collections.Generic.Dictionary{System.String,System.String}) - id: StringToDict(System.String,System.Collections.Generic.Dictionary{System.String,System.String}) - parent: Microsoft.ML.OnnxRuntime.ProviderOptionsValueHelper - langs: - - csharp - - vb - name: StringToDict(String, Dictionary) - nameWithType: ProviderOptionsValueHelper.StringToDict(String, Dictionary) - fullName: Microsoft.ML.OnnxRuntime.ProviderOptionsValueHelper.StringToDict(System.String, System.Collections.Generic.Dictionary) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: StringToDict - path: ../src/Microsoft.ML.OnnxRuntime/ProviderOptions.shared.cs - startLine: 230 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nParse from string and save to dictionary\n" - example: [] - syntax: - content: public static void StringToDict(string s, Dictionary dict) - parameters: - - id: s - type: System.String - description: C# string - - id: dict - type: System.Collections.Generic.Dictionary{System.String,System.String} - description: Dictionary instance to store the parsing result of s - content.vb: Public Shared Sub StringToDict(s As String, dict As Dictionary(Of String, String)) - overload: Microsoft.ML.OnnxRuntime.ProviderOptionsValueHelper.StringToDict* - nameWithType.vb: ProviderOptionsValueHelper.StringToDict(String, Dictionary(Of String, String)) - modifiers.csharp: - - public - - static - modifiers.vb: - - Public - - Shared - fullName.vb: Microsoft.ML.OnnxRuntime.ProviderOptionsValueHelper.StringToDict(System.String, System.Collections.Generic.Dictionary(Of System.String, System.String)) - name.vb: StringToDict(String, Dictionary(Of String, String)) -references: -- uid: Microsoft.ML.OnnxRuntime - commentId: N:Microsoft.ML.OnnxRuntime - name: Microsoft.ML.OnnxRuntime - nameWithType: Microsoft.ML.OnnxRuntime - fullName: Microsoft.ML.OnnxRuntime -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: System.Object.Equals(System.Object) - commentId: M:System.Object.Equals(System.Object) - parent: System.Object - isExternal: true - name: Equals(Object) - nameWithType: Object.Equals(Object) - fullName: System.Object.Equals(System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetHashCode - commentId: M:System.Object.GetHashCode - parent: System.Object - isExternal: true - name: GetHashCode() - nameWithType: Object.GetHashCode() - fullName: System.Object.GetHashCode() - spec.csharp: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - name: MemberwiseClone() - nameWithType: Object.MemberwiseClone() - fullName: System.Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ToString - commentId: M:System.Object.ToString - parent: System.Object - isExternal: true - name: ToString() - nameWithType: Object.ToString() - fullName: System.Object.ToString() - spec.csharp: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System -- uid: Microsoft.ML.OnnxRuntime.ProviderOptionsValueHelper.StringToDict* - commentId: Overload:Microsoft.ML.OnnxRuntime.ProviderOptionsValueHelper.StringToDict - name: StringToDict - nameWithType: ProviderOptionsValueHelper.StringToDict - fullName: Microsoft.ML.OnnxRuntime.ProviderOptionsValueHelper.StringToDict -- uid: System.String - commentId: T:System.String - parent: System - isExternal: true - name: String - nameWithType: String - fullName: System.String -- uid: System.Collections.Generic.Dictionary{System.String,System.String} - commentId: T:System.Collections.Generic.Dictionary{System.String,System.String} - parent: System.Collections.Generic - definition: System.Collections.Generic.Dictionary`2 - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - nameWithType.vb: Dictionary(Of String, String) - fullName.vb: System.Collections.Generic.Dictionary(Of System.String, System.String) - name.vb: Dictionary(Of String, String) - spec.csharp: - - uid: System.Collections.Generic.Dictionary`2 - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.Dictionary`2 - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic.Dictionary`2 - commentId: T:System.Collections.Generic.Dictionary`2 - isExternal: true - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - nameWithType.vb: Dictionary(Of TKey, TValue) - fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue) - name.vb: Dictionary(Of TKey, TValue) - spec.csharp: - - uid: System.Collections.Generic.Dictionary`2 - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: TKey - nameWithType: TKey - fullName: TKey - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - name: TValue - nameWithType: TValue - fullName: TValue - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.Dictionary`2 - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: TKey - nameWithType: TKey - fullName: TKey - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - name: TValue - nameWithType: TValue - fullName: TValue - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic - commentId: N:System.Collections.Generic - isExternal: true - name: System.Collections.Generic - nameWithType: System.Collections.Generic - fullName: System.Collections.Generic diff --git a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.RunOptions.yml b/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.RunOptions.yml deleted file mode 100644 index 3e8dd1ae2b08b..0000000000000 --- a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.RunOptions.yml +++ /dev/null @@ -1,1007 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Microsoft.ML.OnnxRuntime.RunOptions - commentId: T:Microsoft.ML.OnnxRuntime.RunOptions - id: RunOptions - parent: Microsoft.ML.OnnxRuntime - children: - - Microsoft.ML.OnnxRuntime.RunOptions.#ctor - - Microsoft.ML.OnnxRuntime.RunOptions.IsInvalid - - Microsoft.ML.OnnxRuntime.RunOptions.LogId - - Microsoft.ML.OnnxRuntime.RunOptions.LogSeverityLevel - - Microsoft.ML.OnnxRuntime.RunOptions.LogVerbosityLevel - - Microsoft.ML.OnnxRuntime.RunOptions.ReleaseHandle - - Microsoft.ML.OnnxRuntime.RunOptions.Terminate - langs: - - csharp - - vb - name: RunOptions - nameWithType: RunOptions - fullName: Microsoft.ML.OnnxRuntime.RunOptions - type: Class - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/RunOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: RunOptions - path: ../src/Microsoft.ML.OnnxRuntime/RunOptions.shared.cs - startLine: 10 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nSets various runtime options. \n" - example: [] - syntax: - content: 'public class RunOptions : SafeHandle, IDisposable' - content.vb: >- - Public Class RunOptions - Inherits SafeHandle - Implements IDisposable - inheritance: - - System.Object - - System.Runtime.InteropServices.SafeHandle - implements: - - System.IDisposable - inheritedMembers: - - System.Runtime.InteropServices.SafeHandle.handle - - System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - - System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - - System.Runtime.InteropServices.SafeHandle.DangerousRelease - - System.Runtime.InteropServices.SafeHandle.Dispose - - System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - - System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - - System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - - System.Runtime.InteropServices.SafeHandle.IsClosed - - System.Object.Equals(System.Object) - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetHashCode - - System.Object.GetType - - System.Object.MemberwiseClone - - System.Object.ReferenceEquals(System.Object,System.Object) - - System.Object.ToString - modifiers.csharp: - - public - - class - modifiers.vb: - - Public - - Class -- uid: Microsoft.ML.OnnxRuntime.RunOptions.#ctor - commentId: M:Microsoft.ML.OnnxRuntime.RunOptions.#ctor - id: '#ctor' - parent: Microsoft.ML.OnnxRuntime.RunOptions - langs: - - csharp - - vb - name: RunOptions() - nameWithType: RunOptions.RunOptions() - fullName: Microsoft.ML.OnnxRuntime.RunOptions.RunOptions() - type: Constructor - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/RunOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: .ctor - path: ../src/Microsoft.ML.OnnxRuntime/RunOptions.shared.cs - startLine: 23 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nDefault __ctor. Creates default RuntimeOptions\n" - example: [] - syntax: - content: public RunOptions() - content.vb: Public Sub New - overload: Microsoft.ML.OnnxRuntime.RunOptions.#ctor* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.RunOptions.IsInvalid - commentId: P:Microsoft.ML.OnnxRuntime.RunOptions.IsInvalid - id: IsInvalid - parent: Microsoft.ML.OnnxRuntime.RunOptions - langs: - - csharp - - vb - name: IsInvalid - nameWithType: RunOptions.IsInvalid - fullName: Microsoft.ML.OnnxRuntime.RunOptions.IsInvalid - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/RunOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: IsInvalid - path: ../src/Microsoft.ML.OnnxRuntime/RunOptions.shared.cs - startLine: 33 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nOverrides SafeHandle.IsInvalid\n" - example: [] - syntax: - content: public override bool IsInvalid { get; } - parameters: [] - return: - type: System.Boolean - description: returns true if handle is equal to Zero - content.vb: Public Overrides ReadOnly Property IsInvalid As Boolean - overridden: System.Runtime.InteropServices.SafeHandle.IsInvalid - overload: Microsoft.ML.OnnxRuntime.RunOptions.IsInvalid* - modifiers.csharp: - - public - - override - - get - modifiers.vb: - - Public - - Overrides - - ReadOnly -- uid: Microsoft.ML.OnnxRuntime.RunOptions.LogSeverityLevel - commentId: P:Microsoft.ML.OnnxRuntime.RunOptions.LogSeverityLevel - id: LogSeverityLevel - parent: Microsoft.ML.OnnxRuntime.RunOptions - langs: - - csharp - - vb - name: LogSeverityLevel - nameWithType: RunOptions.LogSeverityLevel - fullName: Microsoft.ML.OnnxRuntime.RunOptions.LogSeverityLevel - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/RunOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: LogSeverityLevel - path: ../src/Microsoft.ML.OnnxRuntime/RunOptions.shared.cs - startLine: 38 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nLog Severity Level for the session logs. Default = ORT_LOGGING_LEVEL_WARNING\n" - example: [] - syntax: - content: public OrtLoggingLevel LogSeverityLevel { get; set; } - parameters: [] - return: - type: Microsoft.ML.OnnxRuntime.OrtLoggingLevel - content.vb: Public Property LogSeverityLevel As OrtLoggingLevel - overload: Microsoft.ML.OnnxRuntime.RunOptions.LogSeverityLevel* - modifiers.csharp: - - public - - get - - set - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.RunOptions.LogVerbosityLevel - commentId: P:Microsoft.ML.OnnxRuntime.RunOptions.LogVerbosityLevel - id: LogVerbosityLevel - parent: Microsoft.ML.OnnxRuntime.RunOptions - langs: - - csharp - - vb - name: LogVerbosityLevel - nameWithType: RunOptions.LogVerbosityLevel - fullName: Microsoft.ML.OnnxRuntime.RunOptions.LogVerbosityLevel - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/RunOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: LogVerbosityLevel - path: ../src/Microsoft.ML.OnnxRuntime/RunOptions.shared.cs - startLine: 56 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nLog Verbosity Level for the session logs. Default = 0. Valid values are >=0.\nThis takes into effect only when the LogSeverityLevel is set to ORT_LOGGING_LEVEL_VERBOSE.\n" - example: [] - syntax: - content: public int LogVerbosityLevel { get; set; } - parameters: [] - return: - type: System.Int32 - content.vb: Public Property LogVerbosityLevel As Integer - overload: Microsoft.ML.OnnxRuntime.RunOptions.LogVerbosityLevel* - modifiers.csharp: - - public - - get - - set - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.RunOptions.LogId - commentId: P:Microsoft.ML.OnnxRuntime.RunOptions.LogId - id: LogId - parent: Microsoft.ML.OnnxRuntime.RunOptions - langs: - - csharp - - vb - name: LogId - nameWithType: RunOptions.LogId - fullName: Microsoft.ML.OnnxRuntime.RunOptions.LogId - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/RunOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: LogId - path: ../src/Microsoft.ML.OnnxRuntime/RunOptions.shared.cs - startLine: 73 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nLog tag to be used during the run. default = ""\n" - example: [] - syntax: - content: public string LogId { get; set; } - parameters: [] - return: - type: System.String - content.vb: Public Property LogId As String - overload: Microsoft.ML.OnnxRuntime.RunOptions.LogId* - modifiers.csharp: - - public - - get - - set - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.RunOptions.Terminate - commentId: P:Microsoft.ML.OnnxRuntime.RunOptions.Terminate - id: Terminate - parent: Microsoft.ML.OnnxRuntime.RunOptions - langs: - - csharp - - vb - name: Terminate - nameWithType: RunOptions.Terminate - fullName: Microsoft.ML.OnnxRuntime.RunOptions.Terminate - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/RunOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Terminate - path: ../src/Microsoft.ML.OnnxRuntime/RunOptions.shared.cs - startLine: 99 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nSets a flag to terminate all Run() calls that are currently using this RunOptions object \nDefault = false\n" - example: [] - syntax: - content: public bool Terminate { get; set; } - parameters: [] - return: - type: System.Boolean - description: terminate flag value - content.vb: Public Property Terminate As Boolean - overload: Microsoft.ML.OnnxRuntime.RunOptions.Terminate* - modifiers.csharp: - - public - - get - - set - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.RunOptions.ReleaseHandle - commentId: M:Microsoft.ML.OnnxRuntime.RunOptions.ReleaseHandle - id: ReleaseHandle - parent: Microsoft.ML.OnnxRuntime.RunOptions - langs: - - csharp - - vb - name: ReleaseHandle() - nameWithType: RunOptions.ReleaseHandle() - fullName: Microsoft.ML.OnnxRuntime.RunOptions.ReleaseHandle() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/RunOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ReleaseHandle - path: ../src/Microsoft.ML.OnnxRuntime/RunOptions.shared.cs - startLine: 128 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nOverrides SafeHandle.ReleaseHandle() to properly dispose of\nthe native instance of RunOptions\n" - example: [] - syntax: - content: protected override bool ReleaseHandle() - return: - type: System.Boolean - description: always returns true - content.vb: Protected Overrides Function ReleaseHandle As Boolean - overridden: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - overload: Microsoft.ML.OnnxRuntime.RunOptions.ReleaseHandle* - modifiers.csharp: - - protected - - override - modifiers.vb: - - Protected - - Overrides -references: -- uid: Microsoft.ML.OnnxRuntime - commentId: N:Microsoft.ML.OnnxRuntime - name: Microsoft.ML.OnnxRuntime - nameWithType: Microsoft.ML.OnnxRuntime - fullName: Microsoft.ML.OnnxRuntime -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: System.Runtime.InteropServices.SafeHandle - commentId: T:System.Runtime.InteropServices.SafeHandle - parent: System.Runtime.InteropServices - isExternal: true - name: SafeHandle - nameWithType: SafeHandle - fullName: System.Runtime.InteropServices.SafeHandle -- uid: System.IDisposable - commentId: T:System.IDisposable - parent: System - isExternal: true - name: IDisposable - nameWithType: IDisposable - fullName: System.IDisposable -- uid: System.Runtime.InteropServices.SafeHandle.handle - commentId: F:System.Runtime.InteropServices.SafeHandle.handle - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: handle - nameWithType: SafeHandle.handle - fullName: System.Runtime.InteropServices.SafeHandle.handle -- uid: System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - commentId: M:System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: DangerousAddRef(Boolean) - nameWithType: SafeHandle.DangerousAddRef(Boolean) - fullName: System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean) - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - name: DangerousAddRef - nameWithType: SafeHandle.DangerousAddRef - fullName: System.Runtime.InteropServices.SafeHandle.DangerousAddRef - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - name: DangerousAddRef - nameWithType: SafeHandle.DangerousAddRef - fullName: System.Runtime.InteropServices.SafeHandle.DangerousAddRef - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - commentId: M:System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: DangerousGetHandle() - nameWithType: SafeHandle.DangerousGetHandle() - fullName: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - name: DangerousGetHandle - nameWithType: SafeHandle.DangerousGetHandle - fullName: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - name: DangerousGetHandle - nameWithType: SafeHandle.DangerousGetHandle - fullName: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.DangerousRelease - commentId: M:System.Runtime.InteropServices.SafeHandle.DangerousRelease - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: DangerousRelease() - nameWithType: SafeHandle.DangerousRelease() - fullName: System.Runtime.InteropServices.SafeHandle.DangerousRelease() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousRelease - name: DangerousRelease - nameWithType: SafeHandle.DangerousRelease - fullName: System.Runtime.InteropServices.SafeHandle.DangerousRelease - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousRelease - name: DangerousRelease - nameWithType: SafeHandle.DangerousRelease - fullName: System.Runtime.InteropServices.SafeHandle.DangerousRelease - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.Dispose - commentId: M:System.Runtime.InteropServices.SafeHandle.Dispose - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: Dispose() - nameWithType: SafeHandle.Dispose() - fullName: System.Runtime.InteropServices.SafeHandle.Dispose() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.Dispose - name: Dispose - nameWithType: SafeHandle.Dispose - fullName: System.Runtime.InteropServices.SafeHandle.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.Dispose - name: Dispose - nameWithType: SafeHandle.Dispose - fullName: System.Runtime.InteropServices.SafeHandle.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - commentId: M:System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: Dispose(Boolean) - nameWithType: SafeHandle.Dispose(Boolean) - fullName: System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - name: Dispose - nameWithType: SafeHandle.Dispose - fullName: System.Runtime.InteropServices.SafeHandle.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - name: Dispose - nameWithType: SafeHandle.Dispose - fullName: System.Runtime.InteropServices.SafeHandle.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - commentId: M:System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: SetHandle(IntPtr) - nameWithType: SafeHandle.SetHandle(IntPtr) - fullName: System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - name: SetHandle - nameWithType: SafeHandle.SetHandle - fullName: System.Runtime.InteropServices.SafeHandle.SetHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.IntPtr - name: IntPtr - nameWithType: IntPtr - fullName: System.IntPtr - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - name: SetHandle - nameWithType: SafeHandle.SetHandle - fullName: System.Runtime.InteropServices.SafeHandle.SetHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.IntPtr - name: IntPtr - nameWithType: IntPtr - fullName: System.IntPtr - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - commentId: M:System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: SetHandleAsInvalid() - nameWithType: SafeHandle.SetHandleAsInvalid() - fullName: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - name: SetHandleAsInvalid - nameWithType: SafeHandle.SetHandleAsInvalid - fullName: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - name: SetHandleAsInvalid - nameWithType: SafeHandle.SetHandleAsInvalid - fullName: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.IsClosed - commentId: P:System.Runtime.InteropServices.SafeHandle.IsClosed - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: IsClosed - nameWithType: SafeHandle.IsClosed - fullName: System.Runtime.InteropServices.SafeHandle.IsClosed -- uid: System.Object.Equals(System.Object) - commentId: M:System.Object.Equals(System.Object) - parent: System.Object - isExternal: true - name: Equals(Object) - nameWithType: Object.Equals(Object) - fullName: System.Object.Equals(System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetHashCode - commentId: M:System.Object.GetHashCode - parent: System.Object - isExternal: true - name: GetHashCode() - nameWithType: Object.GetHashCode() - fullName: System.Object.GetHashCode() - spec.csharp: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - name: MemberwiseClone() - nameWithType: Object.MemberwiseClone() - fullName: System.Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ToString - commentId: M:System.Object.ToString - parent: System.Object - isExternal: true - name: ToString() - nameWithType: Object.ToString() - fullName: System.Object.ToString() - spec.csharp: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System -- uid: System.Runtime.InteropServices - commentId: N:System.Runtime.InteropServices - isExternal: true - name: System.Runtime.InteropServices - nameWithType: System.Runtime.InteropServices - fullName: System.Runtime.InteropServices -- uid: Microsoft.ML.OnnxRuntime.RunOptions.#ctor* - commentId: Overload:Microsoft.ML.OnnxRuntime.RunOptions.#ctor - name: RunOptions - nameWithType: RunOptions.RunOptions - fullName: Microsoft.ML.OnnxRuntime.RunOptions.RunOptions -- uid: System.Runtime.InteropServices.SafeHandle.IsInvalid - commentId: P:System.Runtime.InteropServices.SafeHandle.IsInvalid - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: IsInvalid - nameWithType: SafeHandle.IsInvalid - fullName: System.Runtime.InteropServices.SafeHandle.IsInvalid -- uid: Microsoft.ML.OnnxRuntime.RunOptions.IsInvalid* - commentId: Overload:Microsoft.ML.OnnxRuntime.RunOptions.IsInvalid - name: IsInvalid - nameWithType: RunOptions.IsInvalid - fullName: Microsoft.ML.OnnxRuntime.RunOptions.IsInvalid -- uid: System.Boolean - commentId: T:System.Boolean - parent: System - isExternal: true - name: Boolean - nameWithType: Boolean - fullName: System.Boolean -- uid: Microsoft.ML.OnnxRuntime.RunOptions.LogSeverityLevel* - commentId: Overload:Microsoft.ML.OnnxRuntime.RunOptions.LogSeverityLevel - name: LogSeverityLevel - nameWithType: RunOptions.LogSeverityLevel - fullName: Microsoft.ML.OnnxRuntime.RunOptions.LogSeverityLevel -- uid: Microsoft.ML.OnnxRuntime.OrtLoggingLevel - commentId: T:Microsoft.ML.OnnxRuntime.OrtLoggingLevel - parent: Microsoft.ML.OnnxRuntime - name: OrtLoggingLevel - nameWithType: OrtLoggingLevel - fullName: Microsoft.ML.OnnxRuntime.OrtLoggingLevel -- uid: Microsoft.ML.OnnxRuntime.RunOptions.LogVerbosityLevel* - commentId: Overload:Microsoft.ML.OnnxRuntime.RunOptions.LogVerbosityLevel - name: LogVerbosityLevel - nameWithType: RunOptions.LogVerbosityLevel - fullName: Microsoft.ML.OnnxRuntime.RunOptions.LogVerbosityLevel -- uid: System.Int32 - commentId: T:System.Int32 - parent: System - isExternal: true - name: Int32 - nameWithType: Int32 - fullName: System.Int32 -- uid: Microsoft.ML.OnnxRuntime.RunOptions.LogId* - commentId: Overload:Microsoft.ML.OnnxRuntime.RunOptions.LogId - name: LogId - nameWithType: RunOptions.LogId - fullName: Microsoft.ML.OnnxRuntime.RunOptions.LogId -- uid: System.String - commentId: T:System.String - parent: System - isExternal: true - name: String - nameWithType: String - fullName: System.String -- uid: Microsoft.ML.OnnxRuntime.RunOptions.Terminate* - commentId: Overload:Microsoft.ML.OnnxRuntime.RunOptions.Terminate - name: Terminate - nameWithType: RunOptions.Terminate - fullName: Microsoft.ML.OnnxRuntime.RunOptions.Terminate -- uid: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - commentId: M:System.Runtime.InteropServices.SafeHandle.ReleaseHandle - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: ReleaseHandle() - nameWithType: SafeHandle.ReleaseHandle() - fullName: System.Runtime.InteropServices.SafeHandle.ReleaseHandle() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - name: ReleaseHandle - nameWithType: SafeHandle.ReleaseHandle - fullName: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - name: ReleaseHandle - nameWithType: SafeHandle.ReleaseHandle - fullName: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.RunOptions.ReleaseHandle* - commentId: Overload:Microsoft.ML.OnnxRuntime.RunOptions.ReleaseHandle - name: ReleaseHandle - nameWithType: RunOptions.ReleaseHandle - fullName: Microsoft.ML.OnnxRuntime.RunOptions.ReleaseHandle diff --git a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.SessionOptions.yml b/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.SessionOptions.yml deleted file mode 100644 index c283822de2509..0000000000000 --- a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.SessionOptions.yml +++ /dev/null @@ -1,2897 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Microsoft.ML.OnnxRuntime.SessionOptions - commentId: T:Microsoft.ML.OnnxRuntime.SessionOptions - id: SessionOptions - parent: Microsoft.ML.OnnxRuntime - children: - - Microsoft.ML.OnnxRuntime.SessionOptions.#ctor - - Microsoft.ML.OnnxRuntime.SessionOptions.AddFreeDimensionOverride(System.String,System.Int64) - - Microsoft.ML.OnnxRuntime.SessionOptions.AddFreeDimensionOverrideByName(System.String,System.Int64) - - Microsoft.ML.OnnxRuntime.SessionOptions.AddInitializer(System.String,Microsoft.ML.OnnxRuntime.OrtValue) - - Microsoft.ML.OnnxRuntime.SessionOptions.AddSessionConfigEntry(System.String,System.String) - - Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider(System.String,System.Collections.Generic.Dictionary{System.String,System.String}) - - Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_CoreML(Microsoft.ML.OnnxRuntime.CoreMLFlags) - - Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_CPU(System.Int32) - - Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_CUDA(Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions) - - Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_CUDA(System.Int32) - - Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_DML(System.Int32) - - Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_Dnnl(System.Int32) - - Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_MIGraphX(System.Int32) - - Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_Nnapi(Microsoft.ML.OnnxRuntime.NnapiFlags) - - Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_Nuphar(System.String) - - Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_OpenVINO(System.String) - - Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_ROCM(System.Int32) - - Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_Tensorrt(Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions) - - Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_Tensorrt(System.Int32) - - Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_Tvm(System.String) - - Microsoft.ML.OnnxRuntime.SessionOptions.EnableCpuMemArena - - Microsoft.ML.OnnxRuntime.SessionOptions.EnableMemoryPattern - - Microsoft.ML.OnnxRuntime.SessionOptions.EnableProfiling - - Microsoft.ML.OnnxRuntime.SessionOptions.ExecutionMode - - Microsoft.ML.OnnxRuntime.SessionOptions.GraphOptimizationLevel - - Microsoft.ML.OnnxRuntime.SessionOptions.InterOpNumThreads - - Microsoft.ML.OnnxRuntime.SessionOptions.IntraOpNumThreads - - Microsoft.ML.OnnxRuntime.SessionOptions.IsInvalid - - Microsoft.ML.OnnxRuntime.SessionOptions.LogId - - Microsoft.ML.OnnxRuntime.SessionOptions.LogSeverityLevel - - Microsoft.ML.OnnxRuntime.SessionOptions.LogVerbosityLevel - - Microsoft.ML.OnnxRuntime.SessionOptions.MakeSessionOptionWithCudaProvider(Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions) - - Microsoft.ML.OnnxRuntime.SessionOptions.MakeSessionOptionWithCudaProvider(System.Int32) - - Microsoft.ML.OnnxRuntime.SessionOptions.MakeSessionOptionWithNupharProvider(System.String) - - Microsoft.ML.OnnxRuntime.SessionOptions.MakeSessionOptionWithRocmProvider(System.Int32) - - Microsoft.ML.OnnxRuntime.SessionOptions.MakeSessionOptionWithTensorrtProvider(Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions) - - Microsoft.ML.OnnxRuntime.SessionOptions.MakeSessionOptionWithTensorrtProvider(System.Int32) - - Microsoft.ML.OnnxRuntime.SessionOptions.MakeSessionOptionWithTvmProvider(System.String) - - Microsoft.ML.OnnxRuntime.SessionOptions.OptimizedModelFilePath - - Microsoft.ML.OnnxRuntime.SessionOptions.ProfileOutputPathPrefix - - Microsoft.ML.OnnxRuntime.SessionOptions.RegisterCustomOpLibrary(System.String) - - Microsoft.ML.OnnxRuntime.SessionOptions.RegisterCustomOpLibraryV2(System.String,System.IntPtr@) - - Microsoft.ML.OnnxRuntime.SessionOptions.ReleaseHandle - langs: - - csharp - - vb - name: SessionOptions - nameWithType: SessionOptions - fullName: Microsoft.ML.OnnxRuntime.SessionOptions - type: Class - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: SessionOptions - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 38 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nHolds the options for creating an InferenceSession\n" - example: [] - syntax: - content: 'public class SessionOptions : SafeHandle, IDisposable' - content.vb: >- - Public Class SessionOptions - Inherits SafeHandle - Implements IDisposable - inheritance: - - System.Object - - System.Runtime.InteropServices.SafeHandle - implements: - - System.IDisposable - inheritedMembers: - - System.Runtime.InteropServices.SafeHandle.handle - - System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - - System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - - System.Runtime.InteropServices.SafeHandle.DangerousRelease - - System.Runtime.InteropServices.SafeHandle.Dispose - - System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - - System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - - System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - - System.Runtime.InteropServices.SafeHandle.IsClosed - - System.Object.Equals(System.Object) - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetHashCode - - System.Object.GetType - - System.Object.MemberwiseClone - - System.Object.ReferenceEquals(System.Object,System.Object) - - System.Object.ToString - extensionMethods: - - Microsoft.ML.OnnxRuntime.SessionOptions.Microsoft.ML.OnnxRuntime.SessionOptionsContainer.ApplyConfiguration(System.String,System.Boolean) - modifiers.csharp: - - public - - class - modifiers.vb: - - Public - - Class -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.#ctor - commentId: M:Microsoft.ML.OnnxRuntime.SessionOptions.#ctor - id: '#ctor' - parent: Microsoft.ML.OnnxRuntime.SessionOptions - langs: - - csharp - - vb - name: SessionOptions() - nameWithType: SessionOptions.SessionOptions() - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.SessionOptions() - type: Constructor - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: .ctor - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 49 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nConstructs an empty SessionOptions\n" - example: [] - syntax: - content: public SessionOptions() - content.vb: Public Sub New - overload: Microsoft.ML.OnnxRuntime.SessionOptions.#ctor* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.MakeSessionOptionWithCudaProvider(System.Int32) - commentId: M:Microsoft.ML.OnnxRuntime.SessionOptions.MakeSessionOptionWithCudaProvider(System.Int32) - id: MakeSessionOptionWithCudaProvider(System.Int32) - parent: Microsoft.ML.OnnxRuntime.SessionOptions - langs: - - csharp - - vb - name: MakeSessionOptionWithCudaProvider(Int32) - nameWithType: SessionOptions.MakeSessionOptionWithCudaProvider(Int32) - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.MakeSessionOptionWithCudaProvider(System.Int32) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: MakeSessionOptionWithCudaProvider - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 61 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nA helper method to construct a SessionOptions object for CUDA execution.\nUse only if CUDA is installed and you have the onnxruntime package specific to this Execution Provider.\n" - example: [] - syntax: - content: public static SessionOptions MakeSessionOptionWithCudaProvider(int deviceId = 0) - parameters: - - id: deviceId - type: System.Int32 - description: '' - return: - type: Microsoft.ML.OnnxRuntime.SessionOptions - description: A SessionsOptions() object configured for execution on deviceId - content.vb: Public Shared Function MakeSessionOptionWithCudaProvider(deviceId As Integer = 0) As SessionOptions - overload: Microsoft.ML.OnnxRuntime.SessionOptions.MakeSessionOptionWithCudaProvider* - modifiers.csharp: - - public - - static - modifiers.vb: - - Public - - Shared -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.MakeSessionOptionWithCudaProvider(Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions) - commentId: M:Microsoft.ML.OnnxRuntime.SessionOptions.MakeSessionOptionWithCudaProvider(Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions) - id: MakeSessionOptionWithCudaProvider(Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions) - parent: Microsoft.ML.OnnxRuntime.SessionOptions - langs: - - csharp - - vb - name: MakeSessionOptionWithCudaProvider(OrtCUDAProviderOptions) - nameWithType: SessionOptions.MakeSessionOptionWithCudaProvider(OrtCUDAProviderOptions) - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.MakeSessionOptionWithCudaProvider(Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: MakeSessionOptionWithCudaProvider - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 75 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nA helper method to construct a SessionOptions object for CUDA execution provider.\nUse only if CUDA is installed and you have the onnxruntime package specific to this Execution Provider.\n" - example: [] - syntax: - content: public static SessionOptions MakeSessionOptionWithCudaProvider(OrtCUDAProviderOptions cudaProviderOptions) - parameters: - - id: cudaProviderOptions - type: Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions - description: CUDA EP provider options - return: - type: Microsoft.ML.OnnxRuntime.SessionOptions - description: A SessionsOptions() object configured for execution on provider options - content.vb: Public Shared Function MakeSessionOptionWithCudaProvider(cudaProviderOptions As OrtCUDAProviderOptions) As SessionOptions - overload: Microsoft.ML.OnnxRuntime.SessionOptions.MakeSessionOptionWithCudaProvider* - modifiers.csharp: - - public - - static - modifiers.vb: - - Public - - Shared -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.MakeSessionOptionWithTensorrtProvider(System.Int32) - commentId: M:Microsoft.ML.OnnxRuntime.SessionOptions.MakeSessionOptionWithTensorrtProvider(System.Int32) - id: MakeSessionOptionWithTensorrtProvider(System.Int32) - parent: Microsoft.ML.OnnxRuntime.SessionOptions - langs: - - csharp - - vb - name: MakeSessionOptionWithTensorrtProvider(Int32) - nameWithType: SessionOptions.MakeSessionOptionWithTensorrtProvider(Int32) - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.MakeSessionOptionWithTensorrtProvider(System.Int32) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: MakeSessionOptionWithTensorrtProvider - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 97 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nA helper method to construct a SessionOptions object for TensorRT execution.\nUse only if CUDA/TensorRT are installed and you have the onnxruntime package specific to this Execution Provider.\n" - example: [] - syntax: - content: public static SessionOptions MakeSessionOptionWithTensorrtProvider(int deviceId = 0) - parameters: - - id: deviceId - type: System.Int32 - description: '' - return: - type: Microsoft.ML.OnnxRuntime.SessionOptions - description: A SessionsOptions() object configured for execution on deviceId - content.vb: Public Shared Function MakeSessionOptionWithTensorrtProvider(deviceId As Integer = 0) As SessionOptions - overload: Microsoft.ML.OnnxRuntime.SessionOptions.MakeSessionOptionWithTensorrtProvider* - modifiers.csharp: - - public - - static - modifiers.vb: - - Public - - Shared -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.MakeSessionOptionWithTensorrtProvider(Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions) - commentId: M:Microsoft.ML.OnnxRuntime.SessionOptions.MakeSessionOptionWithTensorrtProvider(Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions) - id: MakeSessionOptionWithTensorrtProvider(Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions) - parent: Microsoft.ML.OnnxRuntime.SessionOptions - langs: - - csharp - - vb - name: MakeSessionOptionWithTensorrtProvider(OrtTensorRTProviderOptions) - nameWithType: SessionOptions.MakeSessionOptionWithTensorrtProvider(OrtTensorRTProviderOptions) - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.MakeSessionOptionWithTensorrtProvider(Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: MakeSessionOptionWithTensorrtProvider - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 120 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nA helper method to construct a SessionOptions object for TensorRT execution provider.\nUse only if CUDA/TensorRT are installed and you have the onnxruntime package specific to this Execution Provider.\n" - example: [] - syntax: - content: public static SessionOptions MakeSessionOptionWithTensorrtProvider(OrtTensorRTProviderOptions trtProviderOptions) - parameters: - - id: trtProviderOptions - type: Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions - description: TensorRT EP provider options - return: - type: Microsoft.ML.OnnxRuntime.SessionOptions - description: A SessionsOptions() object configured for execution on provider options - content.vb: Public Shared Function MakeSessionOptionWithTensorrtProvider(trtProviderOptions As OrtTensorRTProviderOptions) As SessionOptions - overload: Microsoft.ML.OnnxRuntime.SessionOptions.MakeSessionOptionWithTensorrtProvider* - modifiers.csharp: - - public - - static - modifiers.vb: - - Public - - Shared -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.MakeSessionOptionWithNupharProvider(System.String) - commentId: M:Microsoft.ML.OnnxRuntime.SessionOptions.MakeSessionOptionWithNupharProvider(System.String) - id: MakeSessionOptionWithNupharProvider(System.String) - parent: Microsoft.ML.OnnxRuntime.SessionOptions - langs: - - csharp - - vb - name: MakeSessionOptionWithNupharProvider(String) - nameWithType: SessionOptions.MakeSessionOptionWithNupharProvider(String) - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.MakeSessionOptionWithNupharProvider(System.String) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: MakeSessionOptionWithNupharProvider - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 144 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nA helper method to construct a SessionOptions object for Nuphar execution.\nUse only if you have the onnxruntime package specific to this Execution Provider.\n" - example: [] - syntax: - content: public static SessionOptions MakeSessionOptionWithNupharProvider(string settings = "") - parameters: - - id: settings - type: System.String - description: settings string, comprises of comma separated key:value pairs. default is empty - return: - type: Microsoft.ML.OnnxRuntime.SessionOptions - description: A SessionsOptions() object configured for execution with Nuphar - content.vb: Public Shared Function MakeSessionOptionWithNupharProvider(settings As String = "") As SessionOptions - overload: Microsoft.ML.OnnxRuntime.SessionOptions.MakeSessionOptionWithNupharProvider* - modifiers.csharp: - - public - - static - modifiers.vb: - - Public - - Shared -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.MakeSessionOptionWithTvmProvider(System.String) - commentId: M:Microsoft.ML.OnnxRuntime.SessionOptions.MakeSessionOptionWithTvmProvider(System.String) - id: MakeSessionOptionWithTvmProvider(System.String) - parent: Microsoft.ML.OnnxRuntime.SessionOptions - langs: - - csharp - - vb - name: MakeSessionOptionWithTvmProvider(String) - nameWithType: SessionOptions.MakeSessionOptionWithTvmProvider(String) - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.MakeSessionOptionWithTvmProvider(System.String) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: MakeSessionOptionWithTvmProvider - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 158 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nA helper method to construct a SessionOptions object for TVM execution.\nUse only if you have the onnxruntime package specific to this Execution Provider.\n" - example: [] - syntax: - content: public static SessionOptions MakeSessionOptionWithTvmProvider(string settings = "") - parameters: - - id: settings - type: System.String - description: settings string, comprises of comma separated key:value pairs. default is empty - return: - type: Microsoft.ML.OnnxRuntime.SessionOptions - description: A SessionsOptions() object configured for execution with TVM - content.vb: Public Shared Function MakeSessionOptionWithTvmProvider(settings As String = "") As SessionOptions - overload: Microsoft.ML.OnnxRuntime.SessionOptions.MakeSessionOptionWithTvmProvider* - modifiers.csharp: - - public - - static - modifiers.vb: - - Public - - Shared -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.MakeSessionOptionWithRocmProvider(System.Int32) - commentId: M:Microsoft.ML.OnnxRuntime.SessionOptions.MakeSessionOptionWithRocmProvider(System.Int32) - id: MakeSessionOptionWithRocmProvider(System.Int32) - parent: Microsoft.ML.OnnxRuntime.SessionOptions - langs: - - csharp - - vb - name: MakeSessionOptionWithRocmProvider(Int32) - nameWithType: SessionOptions.MakeSessionOptionWithRocmProvider(Int32) - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.MakeSessionOptionWithRocmProvider(System.Int32) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: MakeSessionOptionWithRocmProvider - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 172 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nA helper method to construct a SessionOptions object for ROCM execution.\nUse only if ROCM is installed and you have the onnxruntime package specific to this Execution Provider.\n" - example: [] - syntax: - content: public static SessionOptions MakeSessionOptionWithRocmProvider(int deviceId = 0) - parameters: - - id: deviceId - type: System.Int32 - description: Device Id - return: - type: Microsoft.ML.OnnxRuntime.SessionOptions - description: A SessionsOptions() object configured for execution on deviceId - content.vb: Public Shared Function MakeSessionOptionWithRocmProvider(deviceId As Integer = 0) As SessionOptions - overload: Microsoft.ML.OnnxRuntime.SessionOptions.MakeSessionOptionWithRocmProvider* - modifiers.csharp: - - public - - static - modifiers.vb: - - Public - - Shared -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_CPU(System.Int32) - commentId: M:Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_CPU(System.Int32) - id: AppendExecutionProvider_CPU(System.Int32) - parent: Microsoft.ML.OnnxRuntime.SessionOptions - langs: - - csharp - - vb - name: AppendExecutionProvider_CPU(Int32) - nameWithType: SessionOptions.AppendExecutionProvider_CPU(Int32) - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_CPU(System.Int32) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: AppendExecutionProvider_CPU - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 185 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nAppends CPU EP to a list of available execution providers for the session.\n" - example: [] - syntax: - content: public void AppendExecutionProvider_CPU(int useArena = 1) - parameters: - - id: useArena - type: System.Int32 - description: 1 - use arena, 0 - do not use arena - content.vb: Public Sub AppendExecutionProvider_CPU(useArena As Integer = 1) - overload: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_CPU* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_Dnnl(System.Int32) - commentId: M:Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_Dnnl(System.Int32) - id: AppendExecutionProvider_Dnnl(System.Int32) - parent: Microsoft.ML.OnnxRuntime.SessionOptions - langs: - - csharp - - vb - name: AppendExecutionProvider_Dnnl(Int32) - nameWithType: SessionOptions.AppendExecutionProvider_Dnnl(Int32) - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_Dnnl(System.Int32) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: AppendExecutionProvider_Dnnl - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 194 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nUse only if you have the onnxruntime package specific to this Execution Provider.\n" - example: [] - syntax: - content: public void AppendExecutionProvider_Dnnl(int useArena = 1) - parameters: - - id: useArena - type: System.Int32 - description: 1 - use allocation arena, 0 - otherwise - content.vb: Public Sub AppendExecutionProvider_Dnnl(useArena As Integer = 1) - overload: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_Dnnl* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_CUDA(System.Int32) - commentId: M:Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_CUDA(System.Int32) - id: AppendExecutionProvider_CUDA(System.Int32) - parent: Microsoft.ML.OnnxRuntime.SessionOptions - langs: - - csharp - - vb - name: AppendExecutionProvider_CUDA(Int32) - nameWithType: SessionOptions.AppendExecutionProvider_CUDA(Int32) - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_CUDA(System.Int32) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: AppendExecutionProvider_CUDA - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 207 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nUse only if you have the onnxruntime package specific to this Execution Provider.\n" - example: [] - syntax: - content: public void AppendExecutionProvider_CUDA(int deviceId = 0) - parameters: - - id: deviceId - type: System.Int32 - description: integer device ID - content.vb: Public Sub AppendExecutionProvider_CUDA(deviceId As Integer = 0) - overload: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_CUDA* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_CUDA(Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions) - commentId: M:Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_CUDA(Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions) - id: AppendExecutionProvider_CUDA(Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions) - parent: Microsoft.ML.OnnxRuntime.SessionOptions - langs: - - csharp - - vb - name: AppendExecutionProvider_CUDA(OrtCUDAProviderOptions) - nameWithType: SessionOptions.AppendExecutionProvider_CUDA(OrtCUDAProviderOptions) - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_CUDA(Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: AppendExecutionProvider_CUDA - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 221 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nAppend a CUDA EP instance (based on specified configuration) to the SessionOptions instance.\nUse only if you have the onnxruntime package specific to this Execution Provider.\n" - example: [] - syntax: - content: public void AppendExecutionProvider_CUDA(OrtCUDAProviderOptions cudaProviderOptions) - parameters: - - id: cudaProviderOptions - type: Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions - description: CUDA EP provider options - content.vb: Public Sub AppendExecutionProvider_CUDA(cudaProviderOptions As OrtCUDAProviderOptions) - overload: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_CUDA* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_DML(System.Int32) - commentId: M:Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_DML(System.Int32) - id: AppendExecutionProvider_DML(System.Int32) - parent: Microsoft.ML.OnnxRuntime.SessionOptions - langs: - - csharp - - vb - name: AppendExecutionProvider_DML(Int32) - nameWithType: SessionOptions.AppendExecutionProvider_DML(Int32) - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_DML(System.Int32) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: AppendExecutionProvider_DML - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 234 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nUse only if you have the onnxruntime package specific to this Execution Provider.\n" - example: [] - syntax: - content: public void AppendExecutionProvider_DML(int deviceId = 0) - parameters: - - id: deviceId - type: System.Int32 - description: device identification - content.vb: Public Sub AppendExecutionProvider_DML(deviceId As Integer = 0) - overload: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_DML* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_OpenVINO(System.String) - commentId: M:Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_OpenVINO(System.String) - id: AppendExecutionProvider_OpenVINO(System.String) - parent: Microsoft.ML.OnnxRuntime.SessionOptions - langs: - - csharp - - vb - name: AppendExecutionProvider_OpenVINO(String) - nameWithType: SessionOptions.AppendExecutionProvider_OpenVINO(String) - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_OpenVINO(System.String) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: AppendExecutionProvider_OpenVINO - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 248 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nUse only if you have the onnxruntime package specific to this Execution Provider.\n" - example: [] - syntax: - content: public void AppendExecutionProvider_OpenVINO(string deviceId = "") - parameters: - - id: deviceId - type: System.String - description: device identification, default empty string - content.vb: Public Sub AppendExecutionProvider_OpenVINO(deviceId As String = "") - overload: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_OpenVINO* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_Tensorrt(System.Int32) - commentId: M:Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_Tensorrt(System.Int32) - id: AppendExecutionProvider_Tensorrt(System.Int32) - parent: Microsoft.ML.OnnxRuntime.SessionOptions - langs: - - csharp - - vb - name: AppendExecutionProvider_Tensorrt(Int32) - nameWithType: SessionOptions.AppendExecutionProvider_Tensorrt(Int32) - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_Tensorrt(System.Int32) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: AppendExecutionProvider_Tensorrt - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 265 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nUse only if you have the onnxruntime package specific to this Execution Provider.\n" - example: [] - syntax: - content: public void AppendExecutionProvider_Tensorrt(int deviceId = 0) - parameters: - - id: deviceId - type: System.Int32 - description: device identification - content.vb: Public Sub AppendExecutionProvider_Tensorrt(deviceId As Integer = 0) - overload: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_Tensorrt* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_Tensorrt(Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions) - commentId: M:Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_Tensorrt(Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions) - id: AppendExecutionProvider_Tensorrt(Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions) - parent: Microsoft.ML.OnnxRuntime.SessionOptions - langs: - - csharp - - vb - name: AppendExecutionProvider_Tensorrt(OrtTensorRTProviderOptions) - nameWithType: SessionOptions.AppendExecutionProvider_Tensorrt(OrtTensorRTProviderOptions) - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_Tensorrt(Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: AppendExecutionProvider_Tensorrt - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 279 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nAppend a TensorRT EP instance (based on specified configuration) to the SessionOptions instance.\nUse only if you have the onnxruntime package specific to this Execution Provider.\n" - example: [] - syntax: - content: public void AppendExecutionProvider_Tensorrt(OrtTensorRTProviderOptions trtProviderOptions) - parameters: - - id: trtProviderOptions - type: Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions - description: TensorRT EP provider options - content.vb: Public Sub AppendExecutionProvider_Tensorrt(trtProviderOptions As OrtTensorRTProviderOptions) - overload: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_Tensorrt* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_ROCM(System.Int32) - commentId: M:Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_ROCM(System.Int32) - id: AppendExecutionProvider_ROCM(System.Int32) - parent: Microsoft.ML.OnnxRuntime.SessionOptions - langs: - - csharp - - vb - name: AppendExecutionProvider_ROCM(Int32) - nameWithType: SessionOptions.AppendExecutionProvider_ROCM(Int32) - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_ROCM(System.Int32) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: AppendExecutionProvider_ROCM - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 292 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nUse only if you have the onnxruntime package specific to this Execution Provider.\n" - example: [] - syntax: - content: public void AppendExecutionProvider_ROCM(int deviceId = 0) - parameters: - - id: deviceId - type: System.Int32 - description: Device Id - content.vb: Public Sub AppendExecutionProvider_ROCM(deviceId As Integer = 0) - overload: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_ROCM* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_MIGraphX(System.Int32) - commentId: M:Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_MIGraphX(System.Int32) - id: AppendExecutionProvider_MIGraphX(System.Int32) - parent: Microsoft.ML.OnnxRuntime.SessionOptions - langs: - - csharp - - vb - name: AppendExecutionProvider_MIGraphX(Int32) - nameWithType: SessionOptions.AppendExecutionProvider_MIGraphX(Int32) - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_MIGraphX(System.Int32) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: AppendExecutionProvider_MIGraphX - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 306 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nUse only if you have the onnxruntime package specific to this Execution Provider.\n" - example: [] - syntax: - content: public void AppendExecutionProvider_MIGraphX(int deviceId = 0) - parameters: - - id: deviceId - type: System.Int32 - description: device identification - content.vb: Public Sub AppendExecutionProvider_MIGraphX(deviceId As Integer = 0) - overload: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_MIGraphX* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_Nnapi(Microsoft.ML.OnnxRuntime.NnapiFlags) - commentId: M:Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_Nnapi(Microsoft.ML.OnnxRuntime.NnapiFlags) - id: AppendExecutionProvider_Nnapi(Microsoft.ML.OnnxRuntime.NnapiFlags) - parent: Microsoft.ML.OnnxRuntime.SessionOptions - langs: - - csharp - - vb - name: AppendExecutionProvider_Nnapi(NnapiFlags) - nameWithType: SessionOptions.AppendExecutionProvider_Nnapi(NnapiFlags) - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_Nnapi(Microsoft.ML.OnnxRuntime.NnapiFlags) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: AppendExecutionProvider_Nnapi - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 319 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nUse only if you have the onnxruntime package specific to this Execution Provider.\n" - example: [] - syntax: - content: public void AppendExecutionProvider_Nnapi(NnapiFlags nnapiFlags = NnapiFlags.NNAPI_FLAG_USE_NONE) - parameters: - - id: nnapiFlags - type: Microsoft.ML.OnnxRuntime.NnapiFlags - description: NNAPI specific flag mask - content.vb: Public Sub AppendExecutionProvider_Nnapi(nnapiFlags As NnapiFlags = NnapiFlags.NNAPI_FLAG_USE_NONE) - overload: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_Nnapi* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_CoreML(Microsoft.ML.OnnxRuntime.CoreMLFlags) - commentId: M:Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_CoreML(Microsoft.ML.OnnxRuntime.CoreMLFlags) - id: AppendExecutionProvider_CoreML(Microsoft.ML.OnnxRuntime.CoreMLFlags) - parent: Microsoft.ML.OnnxRuntime.SessionOptions - langs: - - csharp - - vb - name: AppendExecutionProvider_CoreML(CoreMLFlags) - nameWithType: SessionOptions.AppendExecutionProvider_CoreML(CoreMLFlags) - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_CoreML(Microsoft.ML.OnnxRuntime.CoreMLFlags) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: AppendExecutionProvider_CoreML - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 333 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nUse only if you have the onnxruntime package specific to this Execution Provider.\n" - example: [] - syntax: - content: public void AppendExecutionProvider_CoreML(CoreMLFlags coremlFlags = CoreMLFlags.COREML_FLAG_USE_NONE) - parameters: - - id: coremlFlags - type: Microsoft.ML.OnnxRuntime.CoreMLFlags - description: CoreML specific flags - content.vb: Public Sub AppendExecutionProvider_CoreML(coremlFlags As CoreMLFlags = CoreMLFlags.COREML_FLAG_USE_NONE) - overload: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_CoreML* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_Nuphar(System.String) - commentId: M:Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_Nuphar(System.String) - id: AppendExecutionProvider_Nuphar(System.String) - parent: Microsoft.ML.OnnxRuntime.SessionOptions - langs: - - csharp - - vb - name: AppendExecutionProvider_Nuphar(String) - nameWithType: SessionOptions.AppendExecutionProvider_Nuphar(String) - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_Nuphar(System.String) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: AppendExecutionProvider_Nuphar - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 358 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nUse only if you have the onnxruntime package specific to this Execution Provider.\n" - example: [] - syntax: - content: public void AppendExecutionProvider_Nuphar(string settings = "") - parameters: - - id: settings - type: System.String - description: string with Nuphar specific settings - content.vb: Public Sub AppendExecutionProvider_Nuphar(settings As String = "") - overload: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_Nuphar* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_Tvm(System.String) - commentId: M:Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_Tvm(System.String) - id: AppendExecutionProvider_Tvm(System.String) - parent: Microsoft.ML.OnnxRuntime.SessionOptions - langs: - - csharp - - vb - name: AppendExecutionProvider_Tvm(String) - nameWithType: SessionOptions.AppendExecutionProvider_Tvm(String) - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_Tvm(System.String) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: AppendExecutionProvider_Tvm - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 375 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nUse only if you have the onnxruntime package specific to this Execution Provider.\n" - example: [] - syntax: - content: public void AppendExecutionProvider_Tvm(string settings = "") - parameters: - - id: settings - type: System.String - description: string with TVM specific settings - content.vb: Public Sub AppendExecutionProvider_Tvm(settings As String = "") - overload: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_Tvm* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider(System.String,System.Collections.Generic.Dictionary{System.String,System.String}) - commentId: M:Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider(System.String,System.Collections.Generic.Dictionary{System.String,System.String}) - id: AppendExecutionProvider(System.String,System.Collections.Generic.Dictionary{System.String,System.String}) - parent: Microsoft.ML.OnnxRuntime.SessionOptions - langs: - - csharp - - vb - name: AppendExecutionProvider(String, Dictionary) - nameWithType: SessionOptions.AppendExecutionProvider(String, Dictionary) - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider(System.String, System.Collections.Generic.Dictionary) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: AppendExecutionProvider - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 393 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nAppend SNPE or XNNPACK execution provider\n" - example: [] - syntax: - content: public void AppendExecutionProvider(string providerName, Dictionary providerOptions = null) - parameters: - - id: providerName - type: System.String - description: Execution provider to add. 'SNPE' or 'XNNPACK' are currently supported. - - id: providerOptions - type: System.Collections.Generic.Dictionary{System.String,System.String} - description: Optional key/value pairs to specify execution provider options. - content.vb: Public Sub AppendExecutionProvider(providerName As String, providerOptions As Dictionary(Of String, String) = Nothing) - overload: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider* - nameWithType.vb: SessionOptions.AppendExecutionProvider(String, Dictionary(Of String, String)) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider(System.String, System.Collections.Generic.Dictionary(Of System.String, System.String)) - name.vb: AppendExecutionProvider(String, Dictionary(Of String, String)) -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.RegisterCustomOpLibrary(System.String) - commentId: M:Microsoft.ML.OnnxRuntime.SessionOptions.RegisterCustomOpLibrary(System.String) - id: RegisterCustomOpLibrary(System.String) - parent: Microsoft.ML.OnnxRuntime.SessionOptions - langs: - - csharp - - vb - name: RegisterCustomOpLibrary(String) - nameWithType: SessionOptions.RegisterCustomOpLibrary(String) - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.RegisterCustomOpLibrary(System.String) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: RegisterCustomOpLibrary - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 432 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\n(Deprecated) Loads a DLL named 'libraryPath' and looks for this entry point:\nOrtStatus* RegisterCustomOps(OrtSessionOptions* options, const OrtApiBase* api);\nIt then passes in the provided session options to this function along with the api base.\nDeprecated in favor of RegisterCustomOpLibraryV2() because it provides users with the library handle \nto release when all sessions relying on it are destroyed\n" - example: [] - syntax: - content: >- - [Obsolete("RegisterCustomOpLibrary(...) is obsolete. Use RegisterCustomOpLibraryV2(...) instead.", false)] - - public void RegisterCustomOpLibrary(string libraryPath) - parameters: - - id: libraryPath - type: System.String - description: path to the custom op library - content.vb: >- - - - Public Sub RegisterCustomOpLibrary(libraryPath As String) - overload: Microsoft.ML.OnnxRuntime.SessionOptions.RegisterCustomOpLibrary* - attributes: - - type: System.ObsoleteAttribute - ctor: System.ObsoleteAttribute.#ctor(System.String,System.Boolean) - arguments: - - type: System.String - value: RegisterCustomOpLibrary(...) is obsolete. Use RegisterCustomOpLibraryV2(...) instead. - - type: System.Boolean - value: false - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.RegisterCustomOpLibraryV2(System.String,System.IntPtr@) - commentId: M:Microsoft.ML.OnnxRuntime.SessionOptions.RegisterCustomOpLibraryV2(System.String,System.IntPtr@) - id: RegisterCustomOpLibraryV2(System.String,System.IntPtr@) - parent: Microsoft.ML.OnnxRuntime.SessionOptions - langs: - - csharp - - vb - name: RegisterCustomOpLibraryV2(String, out IntPtr) - nameWithType: SessionOptions.RegisterCustomOpLibraryV2(String, out IntPtr) - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.RegisterCustomOpLibraryV2(System.String, out System.IntPtr) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: RegisterCustomOpLibraryV2 - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 454 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nLoads a DLL named 'libraryPath' and looks for this entry point:\nOrtStatus* RegisterCustomOps(OrtSessionOptions* options, const OrtApiBase* api);\nIt then passes in the provided session options to this function along with the api base.\nThe handle to the loaded library is returned in 'libraryHandle'.\nIt can be unloaded by the caller after all sessions using the passed in\nsession options are destroyed, or if an error occurs and it is non null.\nHint: .NET Core 3.1 has a 'NativeLibrary' class that can be used to free the library handle\n" - example: [] - syntax: - content: public void RegisterCustomOpLibraryV2(string libraryPath, out IntPtr libraryHandle) - parameters: - - id: libraryPath - type: System.String - description: Custom op library path - - id: libraryHandle - type: System.IntPtr - description: out parameter, library handle - content.vb: Public Sub RegisterCustomOpLibraryV2(libraryPath As String, ByRef libraryHandle As IntPtr) - overload: Microsoft.ML.OnnxRuntime.SessionOptions.RegisterCustomOpLibraryV2* - nameWithType.vb: SessionOptions.RegisterCustomOpLibraryV2(String, ByRef IntPtr) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Microsoft.ML.OnnxRuntime.SessionOptions.RegisterCustomOpLibraryV2(System.String, ByRef System.IntPtr) - name.vb: RegisterCustomOpLibraryV2(String, ByRef IntPtr) -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.AddInitializer(System.String,Microsoft.ML.OnnxRuntime.OrtValue) - commentId: M:Microsoft.ML.OnnxRuntime.SessionOptions.AddInitializer(System.String,Microsoft.ML.OnnxRuntime.OrtValue) - id: AddInitializer(System.String,Microsoft.ML.OnnxRuntime.OrtValue) - parent: Microsoft.ML.OnnxRuntime.SessionOptions - langs: - - csharp - - vb - name: AddInitializer(String, OrtValue) - nameWithType: SessionOptions.AddInitializer(String, OrtValue) - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.AddInitializer(System.String, Microsoft.ML.OnnxRuntime.OrtValue) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: AddInitializer - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 472 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nAdd a pre-allocated initializer to a session. If a model contains an initializer with a name\nthat is same as the name passed to this API call, ORT will use this initializer instance\ninstead of deserializing one from the model file. This is useful when you want to share\nthe same initializer across sessions.\n" - example: [] - syntax: - content: public void AddInitializer(string name, OrtValue ortValue) - parameters: - - id: name - type: System.String - description: name of the initializer - - id: ortValue - type: Microsoft.ML.OnnxRuntime.OrtValue - description: >- - OrtValue containing the initializer. Lifetime of 'val' and the underlying initializer buffer must be - - managed by the user (created using the CreateTensorWithDataAsOrtValue API) and it must outlive the session object - content.vb: Public Sub AddInitializer(name As String, ortValue As OrtValue) - overload: Microsoft.ML.OnnxRuntime.SessionOptions.AddInitializer* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.AddSessionConfigEntry(System.String,System.String) - commentId: M:Microsoft.ML.OnnxRuntime.SessionOptions.AddSessionConfigEntry(System.String,System.String) - id: AddSessionConfigEntry(System.String,System.String) - parent: Microsoft.ML.OnnxRuntime.SessionOptions - langs: - - csharp - - vb - name: AddSessionConfigEntry(String, String) - nameWithType: SessionOptions.AddSessionConfigEntry(String, String) - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.AddSessionConfigEntry(System.String, System.String) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: AddSessionConfigEntry - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 487 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nSet a single session configuration entry as a pair of strings\nIf a configuration with same key exists, this will overwrite the configuration with the given configValue\n" - example: [] - syntax: - content: public void AddSessionConfigEntry(string configKey, string configValue) - parameters: - - id: configKey - type: System.String - description: config key name - - id: configValue - type: System.String - description: config key value - content.vb: Public Sub AddSessionConfigEntry(configKey As String, configValue As String) - overload: Microsoft.ML.OnnxRuntime.SessionOptions.AddSessionConfigEntry* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.AddFreeDimensionOverride(System.String,System.Int64) - commentId: M:Microsoft.ML.OnnxRuntime.SessionOptions.AddFreeDimensionOverride(System.String,System.Int64) - id: AddFreeDimensionOverride(System.String,System.Int64) - parent: Microsoft.ML.OnnxRuntime.SessionOptions - langs: - - csharp - - vb - name: AddFreeDimensionOverride(String, Int64) - nameWithType: SessionOptions.AddFreeDimensionOverride(String, Int64) - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.AddFreeDimensionOverride(System.String, System.Int64) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: AddFreeDimensionOverride - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 503 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nOverride symbolic dimensions (by specific denotation strings) with actual values if known at session initialization time to enable\noptimizations that can take advantage of fixed values (such as memory planning, etc)\n" - example: [] - syntax: - content: public void AddFreeDimensionOverride(string dimDenotation, long dimValue) - parameters: - - id: dimDenotation - type: System.String - description: denotation name - - id: dimValue - type: System.Int64 - description: denotation value - content.vb: Public Sub AddFreeDimensionOverride(dimDenotation As String, dimValue As Long) - overload: Microsoft.ML.OnnxRuntime.SessionOptions.AddFreeDimensionOverride* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.AddFreeDimensionOverrideByName(System.String,System.Int64) - commentId: M:Microsoft.ML.OnnxRuntime.SessionOptions.AddFreeDimensionOverrideByName(System.String,System.Int64) - id: AddFreeDimensionOverrideByName(System.String,System.Int64) - parent: Microsoft.ML.OnnxRuntime.SessionOptions - langs: - - csharp - - vb - name: AddFreeDimensionOverrideByName(String, Int64) - nameWithType: SessionOptions.AddFreeDimensionOverrideByName(String, Int64) - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.AddFreeDimensionOverrideByName(System.String, System.Int64) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: AddFreeDimensionOverrideByName - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 518 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nOverride symbolic dimensions (by specific name strings) with actual values if known at session initialization time to enable\noptimizations that can take advantage of fixed values (such as memory planning, etc)\n" - example: [] - syntax: - content: public void AddFreeDimensionOverrideByName(string dimName, long dimValue) - parameters: - - id: dimName - type: System.String - description: dimension name - - id: dimValue - type: System.Int64 - description: dimension value - content.vb: Public Sub AddFreeDimensionOverrideByName(dimName As String, dimValue As Long) - overload: Microsoft.ML.OnnxRuntime.SessionOptions.AddFreeDimensionOverrideByName* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.IsInvalid - commentId: P:Microsoft.ML.OnnxRuntime.SessionOptions.IsInvalid - id: IsInvalid - parent: Microsoft.ML.OnnxRuntime.SessionOptions - langs: - - csharp - - vb - name: IsInvalid - nameWithType: SessionOptions.IsInvalid - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.IsInvalid - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: IsInvalid - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 541 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nOverrides SafeHandle.IsInvalid\n" - example: [] - syntax: - content: public override bool IsInvalid { get; } - parameters: [] - return: - type: System.Boolean - description: returns true if handle is equal to Zero - content.vb: Public Overrides ReadOnly Property IsInvalid As Boolean - overridden: System.Runtime.InteropServices.SafeHandle.IsInvalid - overload: Microsoft.ML.OnnxRuntime.SessionOptions.IsInvalid* - modifiers.csharp: - - public - - override - - get - modifiers.vb: - - Public - - Overrides - - ReadOnly -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.EnableMemoryPattern - commentId: P:Microsoft.ML.OnnxRuntime.SessionOptions.EnableMemoryPattern - id: EnableMemoryPattern - parent: Microsoft.ML.OnnxRuntime.SessionOptions - langs: - - csharp - - vb - name: EnableMemoryPattern - nameWithType: SessionOptions.EnableMemoryPattern - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.EnableMemoryPattern - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: EnableMemoryPattern - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 547 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nEnables the use of the memory allocation patterns in the first Run() call for subsequent runs. Default = true.\n" - example: [] - syntax: - content: public bool EnableMemoryPattern { get; set; } - parameters: [] - return: - type: System.Boolean - description: returns enableMemoryPattern flag value - content.vb: Public Property EnableMemoryPattern As Boolean - overload: Microsoft.ML.OnnxRuntime.SessionOptions.EnableMemoryPattern* - modifiers.csharp: - - public - - get - - set - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.ProfileOutputPathPrefix - commentId: P:Microsoft.ML.OnnxRuntime.SessionOptions.ProfileOutputPathPrefix - id: ProfileOutputPathPrefix - parent: Microsoft.ML.OnnxRuntime.SessionOptions - langs: - - csharp - - vb - name: ProfileOutputPathPrefix - nameWithType: SessionOptions.ProfileOutputPathPrefix - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.ProfileOutputPathPrefix - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ProfileOutputPathPrefix - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 572 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nPath prefix to use for output of profiling data\n" - example: [] - syntax: - content: public string ProfileOutputPathPrefix { get; set; } - parameters: [] - return: - type: System.String - content.vb: Public Property ProfileOutputPathPrefix As String - overload: Microsoft.ML.OnnxRuntime.SessionOptions.ProfileOutputPathPrefix* - modifiers.csharp: - - public - - get - - set - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.EnableProfiling - commentId: P:Microsoft.ML.OnnxRuntime.SessionOptions.EnableProfiling - id: EnableProfiling - parent: Microsoft.ML.OnnxRuntime.SessionOptions - langs: - - csharp - - vb - name: EnableProfiling - nameWithType: SessionOptions.EnableProfiling - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.EnableProfiling - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: EnableProfiling - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 581 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nEnables profiling of InferenceSession.Run() calls. Default is false\n" - example: [] - syntax: - content: public bool EnableProfiling { get; set; } - parameters: [] - return: - type: System.Boolean - description: returns _enableProfiling flag value - content.vb: Public Property EnableProfiling As Boolean - overload: Microsoft.ML.OnnxRuntime.SessionOptions.EnableProfiling* - modifiers.csharp: - - public - - get - - set - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.OptimizedModelFilePath - commentId: P:Microsoft.ML.OnnxRuntime.SessionOptions.OptimizedModelFilePath - id: OptimizedModelFilePath - parent: Microsoft.ML.OnnxRuntime.SessionOptions - langs: - - csharp - - vb - name: OptimizedModelFilePath - nameWithType: SessionOptions.OptimizedModelFilePath - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.OptimizedModelFilePath - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: OptimizedModelFilePath - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 607 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nSet filepath to save optimized model after graph level transformations. Default is empty, which implies saving is disabled.\n" - example: [] - syntax: - content: public string OptimizedModelFilePath { get; set; } - parameters: [] - return: - type: System.String - description: returns _optimizedModelFilePath flag value - content.vb: Public Property OptimizedModelFilePath As String - overload: Microsoft.ML.OnnxRuntime.SessionOptions.OptimizedModelFilePath* - modifiers.csharp: - - public - - get - - set - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.EnableCpuMemArena - commentId: P:Microsoft.ML.OnnxRuntime.SessionOptions.EnableCpuMemArena - id: EnableCpuMemArena - parent: Microsoft.ML.OnnxRuntime.SessionOptions - langs: - - csharp - - vb - name: EnableCpuMemArena - nameWithType: SessionOptions.EnableCpuMemArena - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.EnableCpuMemArena - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: EnableCpuMemArena - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 628 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nEnables Arena allocator for the CPU memory allocations. Default is true.\n" - example: [] - syntax: - content: public bool EnableCpuMemArena { get; set; } - parameters: [] - return: - type: System.Boolean - description: returns _enableCpuMemArena flag value - content.vb: Public Property EnableCpuMemArena As Boolean - overload: Microsoft.ML.OnnxRuntime.SessionOptions.EnableCpuMemArena* - modifiers.csharp: - - public - - get - - set - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.LogId - commentId: P:Microsoft.ML.OnnxRuntime.SessionOptions.LogId - id: LogId - parent: Microsoft.ML.OnnxRuntime.SessionOptions - langs: - - csharp - - vb - name: LogId - nameWithType: SessionOptions.LogId - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.LogId - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: LogId - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 654 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nLog Id to be used for the session. Default is empty string.\n" - example: [] - syntax: - content: public string LogId { get; set; } - parameters: [] - return: - type: System.String - description: returns _logId value - content.vb: Public Property LogId As String - overload: Microsoft.ML.OnnxRuntime.SessionOptions.LogId* - modifiers.csharp: - - public - - get - - set - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.LogSeverityLevel - commentId: P:Microsoft.ML.OnnxRuntime.SessionOptions.LogSeverityLevel - id: LogSeverityLevel - parent: Microsoft.ML.OnnxRuntime.SessionOptions - langs: - - csharp - - vb - name: LogSeverityLevel - nameWithType: SessionOptions.LogSeverityLevel - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.LogSeverityLevel - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: LogSeverityLevel - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 678 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nLog Severity Level for the session logs. Default = ORT_LOGGING_LEVEL_WARNING\n" - example: [] - syntax: - content: public OrtLoggingLevel LogSeverityLevel { get; set; } - parameters: [] - return: - type: Microsoft.ML.OnnxRuntime.OrtLoggingLevel - description: returns _logSeverityLevel value - content.vb: Public Property LogSeverityLevel As OrtLoggingLevel - overload: Microsoft.ML.OnnxRuntime.SessionOptions.LogSeverityLevel* - modifiers.csharp: - - public - - get - - set - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.LogVerbosityLevel - commentId: P:Microsoft.ML.OnnxRuntime.SessionOptions.LogVerbosityLevel - id: LogVerbosityLevel - parent: Microsoft.ML.OnnxRuntime.SessionOptions - langs: - - csharp - - vb - name: LogVerbosityLevel - nameWithType: SessionOptions.LogVerbosityLevel - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.LogVerbosityLevel - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: LogVerbosityLevel - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 697 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nLog Verbosity Level for the session logs. Default = 0. Valid values are >=0.\nThis takes into effect only when the LogSeverityLevel is set to ORT_LOGGING_LEVEL_VERBOSE.\n" - example: [] - syntax: - content: public int LogVerbosityLevel { get; set; } - parameters: [] - return: - type: System.Int32 - description: returns _logVerbosityLevel value - content.vb: Public Property LogVerbosityLevel As Integer - overload: Microsoft.ML.OnnxRuntime.SessionOptions.LogVerbosityLevel* - modifiers.csharp: - - public - - get - - set - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.IntraOpNumThreads - commentId: P:Microsoft.ML.OnnxRuntime.SessionOptions.IntraOpNumThreads - id: IntraOpNumThreads - parent: Microsoft.ML.OnnxRuntime.SessionOptions - langs: - - csharp - - vb - name: IntraOpNumThreads - nameWithType: SessionOptions.IntraOpNumThreads - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.IntraOpNumThreads - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: IntraOpNumThreads - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 716 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public int IntraOpNumThreads { get; set; } - parameters: [] - return: - type: System.Int32 - content.vb: Public Property IntraOpNumThreads As Integer - overload: Microsoft.ML.OnnxRuntime.SessionOptions.IntraOpNumThreads* - modifiers.csharp: - - public - - get - - set - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.InterOpNumThreads - commentId: P:Microsoft.ML.OnnxRuntime.SessionOptions.InterOpNumThreads - id: InterOpNumThreads - parent: Microsoft.ML.OnnxRuntime.SessionOptions - langs: - - csharp - - vb - name: InterOpNumThreads - nameWithType: SessionOptions.InterOpNumThreads - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.InterOpNumThreads - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: InterOpNumThreads - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 736 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - syntax: - content: public int InterOpNumThreads { get; set; } - parameters: [] - return: - type: System.Int32 - content.vb: Public Property InterOpNumThreads As Integer - overload: Microsoft.ML.OnnxRuntime.SessionOptions.InterOpNumThreads* - modifiers.csharp: - - public - - get - - set - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.GraphOptimizationLevel - commentId: P:Microsoft.ML.OnnxRuntime.SessionOptions.GraphOptimizationLevel - id: GraphOptimizationLevel - parent: Microsoft.ML.OnnxRuntime.SessionOptions - langs: - - csharp - - vb - name: GraphOptimizationLevel - nameWithType: SessionOptions.GraphOptimizationLevel - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.GraphOptimizationLevel - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GraphOptimizationLevel - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 754 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nSets the graph optimization level for the session. Default is set to ORT_ENABLE_ALL.\n" - example: [] - syntax: - content: public GraphOptimizationLevel GraphOptimizationLevel { get; set; } - parameters: [] - return: - type: Microsoft.ML.OnnxRuntime.GraphOptimizationLevel - description: returns _graphOptimizationLevel value - content.vb: Public Property GraphOptimizationLevel As GraphOptimizationLevel - overload: Microsoft.ML.OnnxRuntime.SessionOptions.GraphOptimizationLevel* - modifiers.csharp: - - public - - get - - set - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.ExecutionMode - commentId: P:Microsoft.ML.OnnxRuntime.SessionOptions.ExecutionMode - id: ExecutionMode - parent: Microsoft.ML.OnnxRuntime.SessionOptions - langs: - - csharp - - vb - name: ExecutionMode - nameWithType: SessionOptions.ExecutionMode - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.ExecutionMode - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ExecutionMode - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 773 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nSets the execution mode for the session. Default is set to ORT_SEQUENTIAL.\nSee [ONNX_Runtime_Perf_Tuning.md] for more details.\n" - example: [] - syntax: - content: public ExecutionMode ExecutionMode { get; set; } - parameters: [] - return: - type: Microsoft.ML.OnnxRuntime.ExecutionMode - description: returns _executionMode value - content.vb: Public Property ExecutionMode As ExecutionMode - overload: Microsoft.ML.OnnxRuntime.SessionOptions.ExecutionMode* - modifiers.csharp: - - public - - get - - set - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.ReleaseHandle - commentId: M:Microsoft.ML.OnnxRuntime.SessionOptions.ReleaseHandle - id: ReleaseHandle - parent: Microsoft.ML.OnnxRuntime.SessionOptions - langs: - - csharp - - vb - name: ReleaseHandle() - nameWithType: SessionOptions.ReleaseHandle() - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.ReleaseHandle() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ReleaseHandle - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptions.shared.cs - startLine: 858 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nOverrides SafeHandle.ReleaseHandle() to properly dispose of\nthe native instance of SessionOptions\n" - example: [] - syntax: - content: protected override bool ReleaseHandle() - return: - type: System.Boolean - description: always returns true - content.vb: Protected Overrides Function ReleaseHandle As Boolean - overridden: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - overload: Microsoft.ML.OnnxRuntime.SessionOptions.ReleaseHandle* - modifiers.csharp: - - protected - - override - modifiers.vb: - - Protected - - Overrides -references: -- uid: Microsoft.ML.OnnxRuntime - commentId: N:Microsoft.ML.OnnxRuntime - name: Microsoft.ML.OnnxRuntime - nameWithType: Microsoft.ML.OnnxRuntime - fullName: Microsoft.ML.OnnxRuntime -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: System.Runtime.InteropServices.SafeHandle - commentId: T:System.Runtime.InteropServices.SafeHandle - parent: System.Runtime.InteropServices - isExternal: true - name: SafeHandle - nameWithType: SafeHandle - fullName: System.Runtime.InteropServices.SafeHandle -- uid: System.IDisposable - commentId: T:System.IDisposable - parent: System - isExternal: true - name: IDisposable - nameWithType: IDisposable - fullName: System.IDisposable -- uid: System.Runtime.InteropServices.SafeHandle.handle - commentId: F:System.Runtime.InteropServices.SafeHandle.handle - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: handle - nameWithType: SafeHandle.handle - fullName: System.Runtime.InteropServices.SafeHandle.handle -- uid: System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - commentId: M:System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: DangerousAddRef(Boolean) - nameWithType: SafeHandle.DangerousAddRef(Boolean) - fullName: System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean) - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - name: DangerousAddRef - nameWithType: SafeHandle.DangerousAddRef - fullName: System.Runtime.InteropServices.SafeHandle.DangerousAddRef - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousAddRef(System.Boolean@) - name: DangerousAddRef - nameWithType: SafeHandle.DangerousAddRef - fullName: System.Runtime.InteropServices.SafeHandle.DangerousAddRef - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - commentId: M:System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: DangerousGetHandle() - nameWithType: SafeHandle.DangerousGetHandle() - fullName: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - name: DangerousGetHandle - nameWithType: SafeHandle.DangerousGetHandle - fullName: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - name: DangerousGetHandle - nameWithType: SafeHandle.DangerousGetHandle - fullName: System.Runtime.InteropServices.SafeHandle.DangerousGetHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.DangerousRelease - commentId: M:System.Runtime.InteropServices.SafeHandle.DangerousRelease - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: DangerousRelease() - nameWithType: SafeHandle.DangerousRelease() - fullName: System.Runtime.InteropServices.SafeHandle.DangerousRelease() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousRelease - name: DangerousRelease - nameWithType: SafeHandle.DangerousRelease - fullName: System.Runtime.InteropServices.SafeHandle.DangerousRelease - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.DangerousRelease - name: DangerousRelease - nameWithType: SafeHandle.DangerousRelease - fullName: System.Runtime.InteropServices.SafeHandle.DangerousRelease - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.Dispose - commentId: M:System.Runtime.InteropServices.SafeHandle.Dispose - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: Dispose() - nameWithType: SafeHandle.Dispose() - fullName: System.Runtime.InteropServices.SafeHandle.Dispose() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.Dispose - name: Dispose - nameWithType: SafeHandle.Dispose - fullName: System.Runtime.InteropServices.SafeHandle.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.Dispose - name: Dispose - nameWithType: SafeHandle.Dispose - fullName: System.Runtime.InteropServices.SafeHandle.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - commentId: M:System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: Dispose(Boolean) - nameWithType: SafeHandle.Dispose(Boolean) - fullName: System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - name: Dispose - nameWithType: SafeHandle.Dispose - fullName: System.Runtime.InteropServices.SafeHandle.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.Dispose(System.Boolean) - name: Dispose - nameWithType: SafeHandle.Dispose - fullName: System.Runtime.InteropServices.SafeHandle.Dispose - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - commentId: M:System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: SetHandle(IntPtr) - nameWithType: SafeHandle.SetHandle(IntPtr) - fullName: System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - name: SetHandle - nameWithType: SafeHandle.SetHandle - fullName: System.Runtime.InteropServices.SafeHandle.SetHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.IntPtr - name: IntPtr - nameWithType: IntPtr - fullName: System.IntPtr - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.SetHandle(System.IntPtr) - name: SetHandle - nameWithType: SafeHandle.SetHandle - fullName: System.Runtime.InteropServices.SafeHandle.SetHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.IntPtr - name: IntPtr - nameWithType: IntPtr - fullName: System.IntPtr - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - commentId: M:System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: SetHandleAsInvalid() - nameWithType: SafeHandle.SetHandleAsInvalid() - fullName: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - name: SetHandleAsInvalid - nameWithType: SafeHandle.SetHandleAsInvalid - fullName: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - name: SetHandleAsInvalid - nameWithType: SafeHandle.SetHandleAsInvalid - fullName: System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Runtime.InteropServices.SafeHandle.IsClosed - commentId: P:System.Runtime.InteropServices.SafeHandle.IsClosed - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: IsClosed - nameWithType: SafeHandle.IsClosed - fullName: System.Runtime.InteropServices.SafeHandle.IsClosed -- uid: System.Object.Equals(System.Object) - commentId: M:System.Object.Equals(System.Object) - parent: System.Object - isExternal: true - name: Equals(Object) - nameWithType: Object.Equals(Object) - fullName: System.Object.Equals(System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetHashCode - commentId: M:System.Object.GetHashCode - parent: System.Object - isExternal: true - name: GetHashCode() - nameWithType: Object.GetHashCode() - fullName: System.Object.GetHashCode() - spec.csharp: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - name: MemberwiseClone() - nameWithType: Object.MemberwiseClone() - fullName: System.Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ToString - commentId: M:System.Object.ToString - parent: System.Object - isExternal: true - name: ToString() - nameWithType: Object.ToString() - fullName: System.Object.ToString() - spec.csharp: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.Microsoft.ML.OnnxRuntime.SessionOptionsContainer.ApplyConfiguration(System.String,System.Boolean) - commentId: M:Microsoft.ML.OnnxRuntime.SessionOptionsContainer.ApplyConfiguration(Microsoft.ML.OnnxRuntime.SessionOptions,System.String,System.Boolean) - parent: Microsoft.ML.OnnxRuntime.SessionOptionsContainer - definition: Microsoft.ML.OnnxRuntime.SessionOptionsContainer.ApplyConfiguration(Microsoft.ML.OnnxRuntime.SessionOptions,System.String,System.Boolean) - name: ApplyConfiguration(String, Boolean) - nameWithType: SessionOptionsContainer.ApplyConfiguration(String, Boolean) - fullName: Microsoft.ML.OnnxRuntime.SessionOptionsContainer.ApplyConfiguration(System.String, System.Boolean) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.SessionOptionsContainer.ApplyConfiguration(System.String,System.Boolean) - name: ApplyConfiguration - nameWithType: SessionOptionsContainer.ApplyConfiguration - fullName: Microsoft.ML.OnnxRuntime.SessionOptionsContainer.ApplyConfiguration - - name: ( - nameWithType: ( - fullName: ( - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.SessionOptionsContainer.ApplyConfiguration(System.String,System.Boolean) - name: ApplyConfiguration - nameWithType: SessionOptionsContainer.ApplyConfiguration - fullName: Microsoft.ML.OnnxRuntime.SessionOptionsContainer.ApplyConfiguration - - name: ( - nameWithType: ( - fullName: ( - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System -- uid: System.Runtime.InteropServices - commentId: N:System.Runtime.InteropServices - isExternal: true - name: System.Runtime.InteropServices - nameWithType: System.Runtime.InteropServices - fullName: System.Runtime.InteropServices -- uid: Microsoft.ML.OnnxRuntime.SessionOptionsContainer.ApplyConfiguration(Microsoft.ML.OnnxRuntime.SessionOptions,System.String,System.Boolean) - commentId: M:Microsoft.ML.OnnxRuntime.SessionOptionsContainer.ApplyConfiguration(Microsoft.ML.OnnxRuntime.SessionOptions,System.String,System.Boolean) - isExternal: true - name: ApplyConfiguration(SessionOptions, String, Boolean) - nameWithType: SessionOptionsContainer.ApplyConfiguration(SessionOptions, String, Boolean) - fullName: Microsoft.ML.OnnxRuntime.SessionOptionsContainer.ApplyConfiguration(Microsoft.ML.OnnxRuntime.SessionOptions, System.String, System.Boolean) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.SessionOptionsContainer.ApplyConfiguration(Microsoft.ML.OnnxRuntime.SessionOptions,System.String,System.Boolean) - name: ApplyConfiguration - nameWithType: SessionOptionsContainer.ApplyConfiguration - fullName: Microsoft.ML.OnnxRuntime.SessionOptionsContainer.ApplyConfiguration - - name: ( - nameWithType: ( - fullName: ( - - uid: Microsoft.ML.OnnxRuntime.SessionOptions - name: SessionOptions - nameWithType: SessionOptions - fullName: Microsoft.ML.OnnxRuntime.SessionOptions - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.SessionOptionsContainer.ApplyConfiguration(Microsoft.ML.OnnxRuntime.SessionOptions,System.String,System.Boolean) - name: ApplyConfiguration - nameWithType: SessionOptionsContainer.ApplyConfiguration - fullName: Microsoft.ML.OnnxRuntime.SessionOptionsContainer.ApplyConfiguration - - name: ( - nameWithType: ( - fullName: ( - - uid: Microsoft.ML.OnnxRuntime.SessionOptions - name: SessionOptions - nameWithType: SessionOptions - fullName: Microsoft.ML.OnnxRuntime.SessionOptions - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.SessionOptionsContainer - commentId: T:Microsoft.ML.OnnxRuntime.SessionOptionsContainer - parent: Microsoft.ML.OnnxRuntime - name: SessionOptionsContainer - nameWithType: SessionOptionsContainer - fullName: Microsoft.ML.OnnxRuntime.SessionOptionsContainer -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.#ctor* - commentId: Overload:Microsoft.ML.OnnxRuntime.SessionOptions.#ctor - name: SessionOptions - nameWithType: SessionOptions.SessionOptions - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.SessionOptions -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.MakeSessionOptionWithCudaProvider* - commentId: Overload:Microsoft.ML.OnnxRuntime.SessionOptions.MakeSessionOptionWithCudaProvider - name: MakeSessionOptionWithCudaProvider - nameWithType: SessionOptions.MakeSessionOptionWithCudaProvider - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.MakeSessionOptionWithCudaProvider -- uid: System.Int32 - commentId: T:System.Int32 - parent: System - isExternal: true - name: Int32 - nameWithType: Int32 - fullName: System.Int32 -- uid: Microsoft.ML.OnnxRuntime.SessionOptions - commentId: T:Microsoft.ML.OnnxRuntime.SessionOptions - parent: Microsoft.ML.OnnxRuntime - name: SessionOptions - nameWithType: SessionOptions - fullName: Microsoft.ML.OnnxRuntime.SessionOptions -- uid: Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions - commentId: T:Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions - parent: Microsoft.ML.OnnxRuntime - name: OrtCUDAProviderOptions - nameWithType: OrtCUDAProviderOptions - fullName: Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.MakeSessionOptionWithTensorrtProvider* - commentId: Overload:Microsoft.ML.OnnxRuntime.SessionOptions.MakeSessionOptionWithTensorrtProvider - name: MakeSessionOptionWithTensorrtProvider - nameWithType: SessionOptions.MakeSessionOptionWithTensorrtProvider - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.MakeSessionOptionWithTensorrtProvider -- uid: Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions - commentId: T:Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions - parent: Microsoft.ML.OnnxRuntime - name: OrtTensorRTProviderOptions - nameWithType: OrtTensorRTProviderOptions - fullName: Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.MakeSessionOptionWithNupharProvider* - commentId: Overload:Microsoft.ML.OnnxRuntime.SessionOptions.MakeSessionOptionWithNupharProvider - name: MakeSessionOptionWithNupharProvider - nameWithType: SessionOptions.MakeSessionOptionWithNupharProvider - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.MakeSessionOptionWithNupharProvider -- uid: System.String - commentId: T:System.String - parent: System - isExternal: true - name: String - nameWithType: String - fullName: System.String -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.MakeSessionOptionWithTvmProvider* - commentId: Overload:Microsoft.ML.OnnxRuntime.SessionOptions.MakeSessionOptionWithTvmProvider - name: MakeSessionOptionWithTvmProvider - nameWithType: SessionOptions.MakeSessionOptionWithTvmProvider - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.MakeSessionOptionWithTvmProvider -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.MakeSessionOptionWithRocmProvider* - commentId: Overload:Microsoft.ML.OnnxRuntime.SessionOptions.MakeSessionOptionWithRocmProvider - name: MakeSessionOptionWithRocmProvider - nameWithType: SessionOptions.MakeSessionOptionWithRocmProvider - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.MakeSessionOptionWithRocmProvider -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_CPU* - commentId: Overload:Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_CPU - name: AppendExecutionProvider_CPU - nameWithType: SessionOptions.AppendExecutionProvider_CPU - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_CPU -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_Dnnl* - commentId: Overload:Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_Dnnl - name: AppendExecutionProvider_Dnnl - nameWithType: SessionOptions.AppendExecutionProvider_Dnnl - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_Dnnl -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_CUDA* - commentId: Overload:Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_CUDA - name: AppendExecutionProvider_CUDA - nameWithType: SessionOptions.AppendExecutionProvider_CUDA - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_CUDA -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_DML* - commentId: Overload:Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_DML - name: AppendExecutionProvider_DML - nameWithType: SessionOptions.AppendExecutionProvider_DML - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_DML -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_OpenVINO* - commentId: Overload:Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_OpenVINO - name: AppendExecutionProvider_OpenVINO - nameWithType: SessionOptions.AppendExecutionProvider_OpenVINO - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_OpenVINO -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_Tensorrt* - commentId: Overload:Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_Tensorrt - name: AppendExecutionProvider_Tensorrt - nameWithType: SessionOptions.AppendExecutionProvider_Tensorrt - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_Tensorrt -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_ROCM* - commentId: Overload:Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_ROCM - name: AppendExecutionProvider_ROCM - nameWithType: SessionOptions.AppendExecutionProvider_ROCM - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_ROCM -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_MIGraphX* - commentId: Overload:Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_MIGraphX - name: AppendExecutionProvider_MIGraphX - nameWithType: SessionOptions.AppendExecutionProvider_MIGraphX - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_MIGraphX -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_Nnapi* - commentId: Overload:Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_Nnapi - name: AppendExecutionProvider_Nnapi - nameWithType: SessionOptions.AppendExecutionProvider_Nnapi - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_Nnapi -- uid: Microsoft.ML.OnnxRuntime.NnapiFlags - commentId: T:Microsoft.ML.OnnxRuntime.NnapiFlags - parent: Microsoft.ML.OnnxRuntime - name: NnapiFlags - nameWithType: NnapiFlags - fullName: Microsoft.ML.OnnxRuntime.NnapiFlags -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_CoreML* - commentId: Overload:Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_CoreML - name: AppendExecutionProvider_CoreML - nameWithType: SessionOptions.AppendExecutionProvider_CoreML - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_CoreML -- uid: Microsoft.ML.OnnxRuntime.CoreMLFlags - commentId: T:Microsoft.ML.OnnxRuntime.CoreMLFlags - parent: Microsoft.ML.OnnxRuntime - name: CoreMLFlags - nameWithType: CoreMLFlags - fullName: Microsoft.ML.OnnxRuntime.CoreMLFlags -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_Nuphar* - commentId: Overload:Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_Nuphar - name: AppendExecutionProvider_Nuphar - nameWithType: SessionOptions.AppendExecutionProvider_Nuphar - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_Nuphar -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_Tvm* - commentId: Overload:Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_Tvm - name: AppendExecutionProvider_Tvm - nameWithType: SessionOptions.AppendExecutionProvider_Tvm - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider_Tvm -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider* - commentId: Overload:Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider - name: AppendExecutionProvider - nameWithType: SessionOptions.AppendExecutionProvider - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.AppendExecutionProvider -- uid: System.Collections.Generic.Dictionary{System.String,System.String} - commentId: T:System.Collections.Generic.Dictionary{System.String,System.String} - parent: System.Collections.Generic - definition: System.Collections.Generic.Dictionary`2 - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - nameWithType.vb: Dictionary(Of String, String) - fullName.vb: System.Collections.Generic.Dictionary(Of System.String, System.String) - name.vb: Dictionary(Of String, String) - spec.csharp: - - uid: System.Collections.Generic.Dictionary`2 - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.Dictionary`2 - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic.Dictionary`2 - commentId: T:System.Collections.Generic.Dictionary`2 - isExternal: true - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - nameWithType.vb: Dictionary(Of TKey, TValue) - fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue) - name.vb: Dictionary(Of TKey, TValue) - spec.csharp: - - uid: System.Collections.Generic.Dictionary`2 - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: TKey - nameWithType: TKey - fullName: TKey - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - name: TValue - nameWithType: TValue - fullName: TValue - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.Dictionary`2 - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: TKey - nameWithType: TKey - fullName: TKey - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - name: TValue - nameWithType: TValue - fullName: TValue - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic - commentId: N:System.Collections.Generic - isExternal: true - name: System.Collections.Generic - nameWithType: System.Collections.Generic - fullName: System.Collections.Generic -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.RegisterCustomOpLibrary* - commentId: Overload:Microsoft.ML.OnnxRuntime.SessionOptions.RegisterCustomOpLibrary - name: RegisterCustomOpLibrary - nameWithType: SessionOptions.RegisterCustomOpLibrary - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.RegisterCustomOpLibrary -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.RegisterCustomOpLibraryV2* - commentId: Overload:Microsoft.ML.OnnxRuntime.SessionOptions.RegisterCustomOpLibraryV2 - name: RegisterCustomOpLibraryV2 - nameWithType: SessionOptions.RegisterCustomOpLibraryV2 - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.RegisterCustomOpLibraryV2 -- uid: System.IntPtr - commentId: T:System.IntPtr - parent: System - isExternal: true - name: IntPtr - nameWithType: IntPtr - fullName: System.IntPtr -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.AddInitializer* - commentId: Overload:Microsoft.ML.OnnxRuntime.SessionOptions.AddInitializer - name: AddInitializer - nameWithType: SessionOptions.AddInitializer - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.AddInitializer -- uid: Microsoft.ML.OnnxRuntime.OrtValue - commentId: T:Microsoft.ML.OnnxRuntime.OrtValue - parent: Microsoft.ML.OnnxRuntime - name: OrtValue - nameWithType: OrtValue - fullName: Microsoft.ML.OnnxRuntime.OrtValue -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.AddSessionConfigEntry* - commentId: Overload:Microsoft.ML.OnnxRuntime.SessionOptions.AddSessionConfigEntry - name: AddSessionConfigEntry - nameWithType: SessionOptions.AddSessionConfigEntry - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.AddSessionConfigEntry -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.AddFreeDimensionOverride* - commentId: Overload:Microsoft.ML.OnnxRuntime.SessionOptions.AddFreeDimensionOverride - name: AddFreeDimensionOverride - nameWithType: SessionOptions.AddFreeDimensionOverride - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.AddFreeDimensionOverride -- uid: System.Int64 - commentId: T:System.Int64 - parent: System - isExternal: true - name: Int64 - nameWithType: Int64 - fullName: System.Int64 -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.AddFreeDimensionOverrideByName* - commentId: Overload:Microsoft.ML.OnnxRuntime.SessionOptions.AddFreeDimensionOverrideByName - name: AddFreeDimensionOverrideByName - nameWithType: SessionOptions.AddFreeDimensionOverrideByName - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.AddFreeDimensionOverrideByName -- uid: System.Runtime.InteropServices.SafeHandle.IsInvalid - commentId: P:System.Runtime.InteropServices.SafeHandle.IsInvalid - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: IsInvalid - nameWithType: SafeHandle.IsInvalid - fullName: System.Runtime.InteropServices.SafeHandle.IsInvalid -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.IsInvalid* - commentId: Overload:Microsoft.ML.OnnxRuntime.SessionOptions.IsInvalid - name: IsInvalid - nameWithType: SessionOptions.IsInvalid - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.IsInvalid -- uid: System.Boolean - commentId: T:System.Boolean - parent: System - isExternal: true - name: Boolean - nameWithType: Boolean - fullName: System.Boolean -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.EnableMemoryPattern* - commentId: Overload:Microsoft.ML.OnnxRuntime.SessionOptions.EnableMemoryPattern - name: EnableMemoryPattern - nameWithType: SessionOptions.EnableMemoryPattern - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.EnableMemoryPattern -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.ProfileOutputPathPrefix* - commentId: Overload:Microsoft.ML.OnnxRuntime.SessionOptions.ProfileOutputPathPrefix - name: ProfileOutputPathPrefix - nameWithType: SessionOptions.ProfileOutputPathPrefix - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.ProfileOutputPathPrefix -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.EnableProfiling* - commentId: Overload:Microsoft.ML.OnnxRuntime.SessionOptions.EnableProfiling - name: EnableProfiling - nameWithType: SessionOptions.EnableProfiling - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.EnableProfiling -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.OptimizedModelFilePath* - commentId: Overload:Microsoft.ML.OnnxRuntime.SessionOptions.OptimizedModelFilePath - name: OptimizedModelFilePath - nameWithType: SessionOptions.OptimizedModelFilePath - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.OptimizedModelFilePath -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.EnableCpuMemArena* - commentId: Overload:Microsoft.ML.OnnxRuntime.SessionOptions.EnableCpuMemArena - name: EnableCpuMemArena - nameWithType: SessionOptions.EnableCpuMemArena - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.EnableCpuMemArena -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.LogId* - commentId: Overload:Microsoft.ML.OnnxRuntime.SessionOptions.LogId - name: LogId - nameWithType: SessionOptions.LogId - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.LogId -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.LogSeverityLevel* - commentId: Overload:Microsoft.ML.OnnxRuntime.SessionOptions.LogSeverityLevel - name: LogSeverityLevel - nameWithType: SessionOptions.LogSeverityLevel - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.LogSeverityLevel -- uid: Microsoft.ML.OnnxRuntime.OrtLoggingLevel - commentId: T:Microsoft.ML.OnnxRuntime.OrtLoggingLevel - parent: Microsoft.ML.OnnxRuntime - name: OrtLoggingLevel - nameWithType: OrtLoggingLevel - fullName: Microsoft.ML.OnnxRuntime.OrtLoggingLevel -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.LogVerbosityLevel* - commentId: Overload:Microsoft.ML.OnnxRuntime.SessionOptions.LogVerbosityLevel - name: LogVerbosityLevel - nameWithType: SessionOptions.LogVerbosityLevel - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.LogVerbosityLevel -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.IntraOpNumThreads* - commentId: Overload:Microsoft.ML.OnnxRuntime.SessionOptions.IntraOpNumThreads - name: IntraOpNumThreads - nameWithType: SessionOptions.IntraOpNumThreads - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.IntraOpNumThreads -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.InterOpNumThreads* - commentId: Overload:Microsoft.ML.OnnxRuntime.SessionOptions.InterOpNumThreads - name: InterOpNumThreads - nameWithType: SessionOptions.InterOpNumThreads - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.InterOpNumThreads -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.GraphOptimizationLevel* - commentId: Overload:Microsoft.ML.OnnxRuntime.SessionOptions.GraphOptimizationLevel - name: GraphOptimizationLevel - nameWithType: SessionOptions.GraphOptimizationLevel - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.GraphOptimizationLevel -- uid: Microsoft.ML.OnnxRuntime.GraphOptimizationLevel - commentId: T:Microsoft.ML.OnnxRuntime.GraphOptimizationLevel - parent: Microsoft.ML.OnnxRuntime - name: GraphOptimizationLevel - nameWithType: GraphOptimizationLevel - fullName: Microsoft.ML.OnnxRuntime.GraphOptimizationLevel -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.ExecutionMode* - commentId: Overload:Microsoft.ML.OnnxRuntime.SessionOptions.ExecutionMode - name: ExecutionMode - nameWithType: SessionOptions.ExecutionMode - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.ExecutionMode -- uid: Microsoft.ML.OnnxRuntime.ExecutionMode - commentId: T:Microsoft.ML.OnnxRuntime.ExecutionMode - parent: Microsoft.ML.OnnxRuntime - name: ExecutionMode - nameWithType: ExecutionMode - fullName: Microsoft.ML.OnnxRuntime.ExecutionMode -- uid: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - commentId: M:System.Runtime.InteropServices.SafeHandle.ReleaseHandle - parent: System.Runtime.InteropServices.SafeHandle - isExternal: true - name: ReleaseHandle() - nameWithType: SafeHandle.ReleaseHandle() - fullName: System.Runtime.InteropServices.SafeHandle.ReleaseHandle() - spec.csharp: - - uid: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - name: ReleaseHandle - nameWithType: SafeHandle.ReleaseHandle - fullName: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - name: ReleaseHandle - nameWithType: SafeHandle.ReleaseHandle - fullName: System.Runtime.InteropServices.SafeHandle.ReleaseHandle - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.SessionOptions.ReleaseHandle* - commentId: Overload:Microsoft.ML.OnnxRuntime.SessionOptions.ReleaseHandle - name: ReleaseHandle - nameWithType: SessionOptions.ReleaseHandle - fullName: Microsoft.ML.OnnxRuntime.SessionOptions.ReleaseHandle diff --git a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.SessionOptionsContainer.yml b/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.SessionOptionsContainer.yml deleted file mode 100644 index 85d31dbf7d3fb..0000000000000 --- a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.SessionOptionsContainer.yml +++ /dev/null @@ -1,686 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Microsoft.ML.OnnxRuntime.SessionOptionsContainer - commentId: T:Microsoft.ML.OnnxRuntime.SessionOptionsContainer - id: SessionOptionsContainer - parent: Microsoft.ML.OnnxRuntime - children: - - Microsoft.ML.OnnxRuntime.SessionOptionsContainer.ApplyConfiguration(Microsoft.ML.OnnxRuntime.SessionOptions,System.String,System.Boolean) - - Microsoft.ML.OnnxRuntime.SessionOptionsContainer.Create(System.String,System.Boolean) - - Microsoft.ML.OnnxRuntime.SessionOptionsContainer.Register(System.Action{Microsoft.ML.OnnxRuntime.SessionOptions}) - - Microsoft.ML.OnnxRuntime.SessionOptionsContainer.Register(System.String,System.Action{Microsoft.ML.OnnxRuntime.SessionOptions}) - - Microsoft.ML.OnnxRuntime.SessionOptionsContainer.Reset - langs: - - csharp - - vb - name: SessionOptionsContainer - nameWithType: SessionOptionsContainer - fullName: Microsoft.ML.OnnxRuntime.SessionOptionsContainer - type: Class - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptionsContainer.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: SessionOptionsContainer - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptionsContainer.shared.cs - startLine: 11 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nHelper to allow the creation/addition of session options based on pre-defined named entries.\n" - example: [] - syntax: - content: public static class SessionOptionsContainer - content.vb: Public Module SessionOptionsContainer - inheritance: - - System.Object - inheritedMembers: - - System.Object.Equals(System.Object) - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetHashCode - - System.Object.GetType - - System.Object.MemberwiseClone - - System.Object.ReferenceEquals(System.Object,System.Object) - - System.Object.ToString - modifiers.csharp: - - public - - static - - class - modifiers.vb: - - Public - - Module -- uid: Microsoft.ML.OnnxRuntime.SessionOptionsContainer.Register(System.Action{Microsoft.ML.OnnxRuntime.SessionOptions}) - commentId: M:Microsoft.ML.OnnxRuntime.SessionOptionsContainer.Register(System.Action{Microsoft.ML.OnnxRuntime.SessionOptions}) - id: Register(System.Action{Microsoft.ML.OnnxRuntime.SessionOptions}) - parent: Microsoft.ML.OnnxRuntime.SessionOptionsContainer - langs: - - csharp - - vb - name: Register(Action) - nameWithType: SessionOptionsContainer.Register(Action) - fullName: Microsoft.ML.OnnxRuntime.SessionOptionsContainer.Register(System.Action) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptionsContainer.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Register - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptionsContainer.shared.cs - startLine: 28 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nRegister the default handler. This is used when a configuration name is not provided.\n" - example: [] - syntax: - content: public static void Register(Action defaultHandler) - parameters: - - id: defaultHandler - type: System.Action{Microsoft.ML.OnnxRuntime.SessionOptions} - description: > - Handler that applies the default settings to a SessionOptions instance. - content.vb: Public Shared Sub Register(defaultHandler As Action(Of SessionOptions)) - overload: Microsoft.ML.OnnxRuntime.SessionOptionsContainer.Register* - nameWithType.vb: SessionOptionsContainer.Register(Action(Of SessionOptions)) - modifiers.csharp: - - public - - static - modifiers.vb: - - Public - - Shared - fullName.vb: Microsoft.ML.OnnxRuntime.SessionOptionsContainer.Register(System.Action(Of Microsoft.ML.OnnxRuntime.SessionOptions)) - name.vb: Register(Action(Of SessionOptions)) -- uid: Microsoft.ML.OnnxRuntime.SessionOptionsContainer.Register(System.String,System.Action{Microsoft.ML.OnnxRuntime.SessionOptions}) - commentId: M:Microsoft.ML.OnnxRuntime.SessionOptionsContainer.Register(System.String,System.Action{Microsoft.ML.OnnxRuntime.SessionOptions}) - id: Register(System.String,System.Action{Microsoft.ML.OnnxRuntime.SessionOptions}) - parent: Microsoft.ML.OnnxRuntime.SessionOptionsContainer - langs: - - csharp - - vb - name: Register(String, Action) - nameWithType: SessionOptionsContainer.Register(String, Action) - fullName: Microsoft.ML.OnnxRuntime.SessionOptionsContainer.Register(System.String, System.Action) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptionsContainer.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Register - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptionsContainer.shared.cs - startLine: 38 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nRegister a named handler.\n" - example: [] - syntax: - content: public static void Register(string configuration, Action handler) - parameters: - - id: configuration - type: System.String - description: Configuration name. - - id: handler - type: System.Action{Microsoft.ML.OnnxRuntime.SessionOptions} - description: "\nHandler that applies the settings for the configuration to a SessionOptions instance.\n" - content.vb: Public Shared Sub Register(configuration As String, handler As Action(Of SessionOptions)) - overload: Microsoft.ML.OnnxRuntime.SessionOptionsContainer.Register* - nameWithType.vb: SessionOptionsContainer.Register(String, Action(Of SessionOptions)) - modifiers.csharp: - - public - - static - modifiers.vb: - - Public - - Shared - fullName.vb: Microsoft.ML.OnnxRuntime.SessionOptionsContainer.Register(System.String, System.Action(Of Microsoft.ML.OnnxRuntime.SessionOptions)) - name.vb: Register(String, Action(Of SessionOptions)) -- uid: Microsoft.ML.OnnxRuntime.SessionOptionsContainer.Create(System.String,System.Boolean) - commentId: M:Microsoft.ML.OnnxRuntime.SessionOptionsContainer.Create(System.String,System.Boolean) - id: Create(System.String,System.Boolean) - parent: Microsoft.ML.OnnxRuntime.SessionOptionsContainer - langs: - - csharp - - vb - name: Create(String, Boolean) - nameWithType: SessionOptionsContainer.Create(String, Boolean) - fullName: Microsoft.ML.OnnxRuntime.SessionOptionsContainer.Create(System.String, System.Boolean) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptionsContainer.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Create - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptionsContainer.shared.cs - startLine: 52 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nCreate a SessionOptions instance with configuration applied.\n" - example: [] - syntax: - content: public static SessionOptions Create(string configuration = null, bool useDefaultAsFallback = true) - parameters: - - id: configuration - type: System.String - description: "\nConfiguration to use. \nIf not provided, the default set of session options will be applied if useDefaultAsFallback is true.\n" - - id: useDefaultAsFallback - type: System.Boolean - description: "\nIf configuration is not provided or not found, use the default session options.\n" - return: - type: Microsoft.ML.OnnxRuntime.SessionOptions - description: SessionOptions with configuration applied. - content.vb: Public Shared Function Create(configuration As String = Nothing, useDefaultAsFallback As Boolean = True) As SessionOptions - overload: Microsoft.ML.OnnxRuntime.SessionOptionsContainer.Create* - modifiers.csharp: - - public - - static - modifiers.vb: - - Public - - Shared -- uid: Microsoft.ML.OnnxRuntime.SessionOptionsContainer.Reset - commentId: M:Microsoft.ML.OnnxRuntime.SessionOptionsContainer.Reset - id: Reset - parent: Microsoft.ML.OnnxRuntime.SessionOptionsContainer - langs: - - csharp - - vb - name: Reset() - nameWithType: SessionOptionsContainer.Reset() - fullName: Microsoft.ML.OnnxRuntime.SessionOptionsContainer.Reset() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptionsContainer.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Reset - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptionsContainer.shared.cs - startLine: 58 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nReset by removing all registered handlers.\n" - example: [] - syntax: - content: public static void Reset() - content.vb: Public Shared Sub Reset - overload: Microsoft.ML.OnnxRuntime.SessionOptionsContainer.Reset* - modifiers.csharp: - - public - - static - modifiers.vb: - - Public - - Shared -- uid: Microsoft.ML.OnnxRuntime.SessionOptionsContainer.ApplyConfiguration(Microsoft.ML.OnnxRuntime.SessionOptions,System.String,System.Boolean) - commentId: M:Microsoft.ML.OnnxRuntime.SessionOptionsContainer.ApplyConfiguration(Microsoft.ML.OnnxRuntime.SessionOptions,System.String,System.Boolean) - id: ApplyConfiguration(Microsoft.ML.OnnxRuntime.SessionOptions,System.String,System.Boolean) - isExtensionMethod: true - parent: Microsoft.ML.OnnxRuntime.SessionOptionsContainer - langs: - - csharp - - vb - name: ApplyConfiguration(SessionOptions, String, Boolean) - nameWithType: SessionOptionsContainer.ApplyConfiguration(SessionOptions, String, Boolean) - fullName: Microsoft.ML.OnnxRuntime.SessionOptionsContainer.ApplyConfiguration(Microsoft.ML.OnnxRuntime.SessionOptions, System.String, System.Boolean) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/SessionOptionsContainer.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ApplyConfiguration - path: ../src/Microsoft.ML.OnnxRuntime/SessionOptionsContainer.shared.cs - startLine: 73 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime - summary: "\nApply a configuration to a SessionOptions instance.\n" - example: [] - syntax: - content: public static SessionOptions ApplyConfiguration(this SessionOptions options, string configuration = null, bool useDefaultAsFallback = true) - parameters: - - id: options - type: Microsoft.ML.OnnxRuntime.SessionOptions - description: SessionOptions to apply configuration to. - - id: configuration - type: System.String - description: Configuration to use. - - id: useDefaultAsFallback - type: System.Boolean - description: "\nUse the default configuration if 'configuration' is not provided or not found.\n" - return: - type: Microsoft.ML.OnnxRuntime.SessionOptions - description: Updated SessionOptions instance. - content.vb: >- - - - Public Shared Function ApplyConfiguration(options As SessionOptions, configuration As String = Nothing, useDefaultAsFallback As Boolean = True) As SessionOptions - overload: Microsoft.ML.OnnxRuntime.SessionOptionsContainer.ApplyConfiguration* - modifiers.csharp: - - public - - static - modifiers.vb: - - Public - - Shared -references: -- uid: Microsoft.ML.OnnxRuntime - commentId: N:Microsoft.ML.OnnxRuntime - name: Microsoft.ML.OnnxRuntime - nameWithType: Microsoft.ML.OnnxRuntime - fullName: Microsoft.ML.OnnxRuntime -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: System.Object.Equals(System.Object) - commentId: M:System.Object.Equals(System.Object) - parent: System.Object - isExternal: true - name: Equals(Object) - nameWithType: Object.Equals(Object) - fullName: System.Object.Equals(System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetHashCode - commentId: M:System.Object.GetHashCode - parent: System.Object - isExternal: true - name: GetHashCode() - nameWithType: Object.GetHashCode() - fullName: System.Object.GetHashCode() - spec.csharp: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - name: MemberwiseClone() - nameWithType: Object.MemberwiseClone() - fullName: System.Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ToString - commentId: M:System.Object.ToString - parent: System.Object - isExternal: true - name: ToString() - nameWithType: Object.ToString() - fullName: System.Object.ToString() - spec.csharp: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System -- uid: Microsoft.ML.OnnxRuntime.SessionOptionsContainer.Register* - commentId: Overload:Microsoft.ML.OnnxRuntime.SessionOptionsContainer.Register - name: Register - nameWithType: SessionOptionsContainer.Register - fullName: Microsoft.ML.OnnxRuntime.SessionOptionsContainer.Register -- uid: System.Action{Microsoft.ML.OnnxRuntime.SessionOptions} - commentId: T:System.Action{Microsoft.ML.OnnxRuntime.SessionOptions} - parent: System - definition: System.Action`1 - name: Action - nameWithType: Action - fullName: System.Action - nameWithType.vb: Action(Of SessionOptions) - fullName.vb: System.Action(Of Microsoft.ML.OnnxRuntime.SessionOptions) - name.vb: Action(Of SessionOptions) - spec.csharp: - - uid: System.Action`1 - name: Action - nameWithType: Action - fullName: System.Action - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: Microsoft.ML.OnnxRuntime.SessionOptions - name: SessionOptions - nameWithType: SessionOptions - fullName: Microsoft.ML.OnnxRuntime.SessionOptions - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Action`1 - name: Action - nameWithType: Action - fullName: System.Action - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: Microsoft.ML.OnnxRuntime.SessionOptions - name: SessionOptions - nameWithType: SessionOptions - fullName: Microsoft.ML.OnnxRuntime.SessionOptions - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Action`1 - commentId: T:System.Action`1 - isExternal: true - name: Action - nameWithType: Action - fullName: System.Action - nameWithType.vb: Action(Of T) - fullName.vb: System.Action(Of T) - name.vb: Action(Of T) - spec.csharp: - - uid: System.Action`1 - name: Action - nameWithType: Action - fullName: System.Action - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Action`1 - name: Action - nameWithType: Action - fullName: System.Action - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: System.String - commentId: T:System.String - parent: System - isExternal: true - name: String - nameWithType: String - fullName: System.String -- uid: Microsoft.ML.OnnxRuntime.SessionOptionsContainer.Create* - commentId: Overload:Microsoft.ML.OnnxRuntime.SessionOptionsContainer.Create - name: Create - nameWithType: SessionOptionsContainer.Create - fullName: Microsoft.ML.OnnxRuntime.SessionOptionsContainer.Create -- uid: System.Boolean - commentId: T:System.Boolean - parent: System - isExternal: true - name: Boolean - nameWithType: Boolean - fullName: System.Boolean -- uid: Microsoft.ML.OnnxRuntime.SessionOptions - commentId: T:Microsoft.ML.OnnxRuntime.SessionOptions - parent: Microsoft.ML.OnnxRuntime - name: SessionOptions - nameWithType: SessionOptions - fullName: Microsoft.ML.OnnxRuntime.SessionOptions -- uid: Microsoft.ML.OnnxRuntime.SessionOptionsContainer.Reset* - commentId: Overload:Microsoft.ML.OnnxRuntime.SessionOptionsContainer.Reset - name: Reset - nameWithType: SessionOptionsContainer.Reset - fullName: Microsoft.ML.OnnxRuntime.SessionOptionsContainer.Reset -- uid: Microsoft.ML.OnnxRuntime.SessionOptionsContainer.ApplyConfiguration* - commentId: Overload:Microsoft.ML.OnnxRuntime.SessionOptionsContainer.ApplyConfiguration - name: ApplyConfiguration - nameWithType: SessionOptionsContainer.ApplyConfiguration - fullName: Microsoft.ML.OnnxRuntime.SessionOptionsContainer.ApplyConfiguration diff --git a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.Tensors.ArrayTensorExtensions.yml b/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.Tensors.ArrayTensorExtensions.yml deleted file mode 100644 index e9941bd47c52b..0000000000000 --- a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.Tensors.ArrayTensorExtensions.yml +++ /dev/null @@ -1,796 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Microsoft.ML.OnnxRuntime.Tensors.ArrayTensorExtensions - commentId: T:Microsoft.ML.OnnxRuntime.Tensors.ArrayTensorExtensions - id: ArrayTensorExtensions - parent: Microsoft.ML.OnnxRuntime.Tensors - children: - - Microsoft.ML.OnnxRuntime.Tensors.ArrayTensorExtensions.ToTensor``1(``0[]) - - Microsoft.ML.OnnxRuntime.Tensors.ArrayTensorExtensions.ToTensor``1(``0[0:,0:,0:,0:],System.Boolean) - - Microsoft.ML.OnnxRuntime.Tensors.ArrayTensorExtensions.ToTensor``1(``0[0:,0:,0:],System.Boolean) - - Microsoft.ML.OnnxRuntime.Tensors.ArrayTensorExtensions.ToTensor``1(``0[0:,0:],System.Boolean) - - Microsoft.ML.OnnxRuntime.Tensors.ArrayTensorExtensions.ToTensor``1(System.Array,System.Boolean) - langs: - - csharp - - vb - name: ArrayTensorExtensions - nameWithType: ArrayTensorExtensions - fullName: Microsoft.ML.OnnxRuntime.Tensors.ArrayTensorExtensions - type: Class - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/ArrayTensorExtensions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ArrayTensorExtensions - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/ArrayTensorExtensions.shared.cs - startLine: 19 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - syntax: - content: public static class ArrayTensorExtensions - content.vb: Public Module ArrayTensorExtensions - inheritance: - - System.Object - inheritedMembers: - - System.Object.Equals(System.Object) - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetHashCode - - System.Object.GetType - - System.Object.MemberwiseClone - - System.Object.ReferenceEquals(System.Object,System.Object) - - System.Object.ToString - modifiers.csharp: - - public - - static - - class - modifiers.vb: - - Public - - Module -- uid: Microsoft.ML.OnnxRuntime.Tensors.ArrayTensorExtensions.ToTensor``1(``0[]) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.ArrayTensorExtensions.ToTensor``1(``0[]) - id: ToTensor``1(``0[]) - isExtensionMethod: true - parent: Microsoft.ML.OnnxRuntime.Tensors.ArrayTensorExtensions - langs: - - csharp - - vb - name: ToTensor(T[]) - nameWithType: ArrayTensorExtensions.ToTensor(T[]) - fullName: Microsoft.ML.OnnxRuntime.Tensors.ArrayTensorExtensions.ToTensor(T[]) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/ArrayTensorExtensions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ToTensor - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/ArrayTensorExtensions.shared.cs - startLine: 27 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nCreates a copy of this single-dimensional array as a DenseTensor<T>\n" - example: [] - syntax: - content: public static DenseTensor ToTensor(this T[] array) - parameters: - - id: array - type: '{T}[]' - description: The array to create a DenseTensor<T> from. - typeParameters: - - id: T - description: Type contained in the array to copy to the DenseTensor<T>. - return: - type: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor{{T}} - description: A 1-dimensional DenseTensor<T> with the same length and content as array. - content.vb: >- - - - Public Shared Function ToTensor(Of T)(array As T()) As DenseTensor(Of T) - overload: Microsoft.ML.OnnxRuntime.Tensors.ArrayTensorExtensions.ToTensor* - nameWithType.vb: ArrayTensorExtensions.ToTensor(Of T)(T()) - modifiers.csharp: - - public - - static - modifiers.vb: - - Public - - Shared - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.ArrayTensorExtensions.ToTensor(Of T)(T()) - name.vb: ToTensor(Of T)(T()) -- uid: Microsoft.ML.OnnxRuntime.Tensors.ArrayTensorExtensions.ToTensor``1(``0[0:,0:],System.Boolean) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.ArrayTensorExtensions.ToTensor``1(``0[0:,0:],System.Boolean) - id: ToTensor``1(``0[0:,0:],System.Boolean) - isExtensionMethod: true - parent: Microsoft.ML.OnnxRuntime.Tensors.ArrayTensorExtensions - langs: - - csharp - - vb - name: ToTensor(T[,], Boolean) - nameWithType: ArrayTensorExtensions.ToTensor(T[,], Boolean) - fullName: Microsoft.ML.OnnxRuntime.Tensors.ArrayTensorExtensions.ToTensor(T[,], System.Boolean) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/ArrayTensorExtensions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ToTensor - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/ArrayTensorExtensions.shared.cs - startLine: 44 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nCreates a copy of this two-dimensional array as a DenseTensor<T>\n" - example: [] - syntax: - content: public static DenseTensor ToTensor(this T[, ] array, bool reverseStride = false) - parameters: - - id: array - type: '{T}[,]' - description: The array to create a DenseTensor<T> from. - - id: reverseStride - type: System.Boolean - description: 'False (default) to indicate that the first dimension is most major (farthest apart) and the last dimension is most minor (closest together): row-major. True to indicate that the last dimension is most major (farthest apart) and the first dimension is most minor (closest together): column-major.' - typeParameters: - - id: T - description: Type contained in the array to copy to the DenseTensor<T>. - return: - type: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor{{T}} - description: A 2-dimensional DenseTensor<T> with the same dimensions and content as array. - content.vb: >- - - - Public Shared Function ToTensor(Of T)(array As T(,), reverseStride As Boolean = False) As DenseTensor(Of T) - overload: Microsoft.ML.OnnxRuntime.Tensors.ArrayTensorExtensions.ToTensor* - nameWithType.vb: ArrayTensorExtensions.ToTensor(Of T)(T(,), Boolean) - modifiers.csharp: - - public - - static - modifiers.vb: - - Public - - Shared - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.ArrayTensorExtensions.ToTensor(Of T)(T(,), System.Boolean) - name.vb: ToTensor(Of T)(T(,), Boolean) -- uid: Microsoft.ML.OnnxRuntime.Tensors.ArrayTensorExtensions.ToTensor``1(``0[0:,0:,0:],System.Boolean) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.ArrayTensorExtensions.ToTensor``1(``0[0:,0:,0:],System.Boolean) - id: ToTensor``1(``0[0:,0:,0:],System.Boolean) - isExtensionMethod: true - parent: Microsoft.ML.OnnxRuntime.Tensors.ArrayTensorExtensions - langs: - - csharp - - vb - name: ToTensor(T[,,], Boolean) - nameWithType: ArrayTensorExtensions.ToTensor(T[,,], Boolean) - fullName: Microsoft.ML.OnnxRuntime.Tensors.ArrayTensorExtensions.ToTensor(T[,,], System.Boolean) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/ArrayTensorExtensions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ToTensor - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/ArrayTensorExtensions.shared.cs - startLine: 74 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nCreates a copy of this three-dimensional array as a DenseTensor<T>\n" - example: [] - syntax: - content: public static DenseTensor ToTensor(this T[,, ] array, bool reverseStride = false) - parameters: - - id: array - type: '{T}[,,]' - description: The array to create a DenseTensor<T> from. - - id: reverseStride - type: System.Boolean - description: 'False (default) to indicate that the first dimension is most major (farthest apart) and the last dimension is most minor (closest together): akin to row-major in a rank-2 tensor. True to indicate that the last dimension is most major (farthest apart) and the first dimension is most minor (closest together): akin to column-major in a rank-2 tensor.' - typeParameters: - - id: T - description: Type contained in the array to copy to the DenseTensor<T>. - return: - type: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor{{T}} - description: A 3-dimensional DenseTensor<T> with the same dimensions and content as array. - content.vb: >- - - - Public Shared Function ToTensor(Of T)(array As T(,,), reverseStride As Boolean = False) As DenseTensor(Of T) - overload: Microsoft.ML.OnnxRuntime.Tensors.ArrayTensorExtensions.ToTensor* - nameWithType.vb: ArrayTensorExtensions.ToTensor(Of T)(T(,,), Boolean) - modifiers.csharp: - - public - - static - modifiers.vb: - - Public - - Shared - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.ArrayTensorExtensions.ToTensor(Of T)(T(,,), System.Boolean) - name.vb: ToTensor(Of T)(T(,,), Boolean) -- uid: Microsoft.ML.OnnxRuntime.Tensors.ArrayTensorExtensions.ToTensor``1(``0[0:,0:,0:,0:],System.Boolean) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.ArrayTensorExtensions.ToTensor``1(``0[0:,0:,0:,0:],System.Boolean) - id: ToTensor``1(``0[0:,0:,0:,0:],System.Boolean) - isExtensionMethod: true - parent: Microsoft.ML.OnnxRuntime.Tensors.ArrayTensorExtensions - langs: - - csharp - - vb - name: ToTensor(T[,,,], Boolean) - nameWithType: ArrayTensorExtensions.ToTensor(T[,,,], Boolean) - fullName: Microsoft.ML.OnnxRuntime.Tensors.ArrayTensorExtensions.ToTensor(T[,,,], System.Boolean) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/ArrayTensorExtensions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ToTensor - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/ArrayTensorExtensions.shared.cs - startLine: 104 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nCreates a copy of this four-dimensional array as a DenseTensor<T>\n" - example: [] - syntax: - content: public static DenseTensor ToTensor(this T[,,, ] array, bool reverseStride = false) - parameters: - - id: array - type: '{T}[,,,]' - description: The array to create a DenseTensor<T> from. - - id: reverseStride - type: System.Boolean - description: 'False (default) to indicate that the first dimension is most major (farthest apart) and the last dimension is most minor (closest together): akin to row-major in a rank-2 tensor. True to indicate that the last dimension is most major (farthest apart) and the first dimension is most minor (closest together): akin to column-major in a rank-2 tensor.' - typeParameters: - - id: T - description: Type contained in the array to copy to the DenseTensor<T>. - return: - type: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor{{T}} - description: A 4-dimensional DenseTensor<T> with the same dimensions and content as array. - content.vb: >- - - - Public Shared Function ToTensor(Of T)(array As T(,,,), reverseStride As Boolean = False) As DenseTensor(Of T) - overload: Microsoft.ML.OnnxRuntime.Tensors.ArrayTensorExtensions.ToTensor* - nameWithType.vb: ArrayTensorExtensions.ToTensor(Of T)(T(,,,), Boolean) - modifiers.csharp: - - public - - static - modifiers.vb: - - Public - - Shared - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.ArrayTensorExtensions.ToTensor(Of T)(T(,,,), System.Boolean) - name.vb: ToTensor(Of T)(T(,,,), Boolean) -- uid: Microsoft.ML.OnnxRuntime.Tensors.ArrayTensorExtensions.ToTensor``1(System.Array,System.Boolean) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.ArrayTensorExtensions.ToTensor``1(System.Array,System.Boolean) - id: ToTensor``1(System.Array,System.Boolean) - isExtensionMethod: true - parent: Microsoft.ML.OnnxRuntime.Tensors.ArrayTensorExtensions - langs: - - csharp - - vb - name: ToTensor(Array, Boolean) - nameWithType: ArrayTensorExtensions.ToTensor(Array, Boolean) - fullName: Microsoft.ML.OnnxRuntime.Tensors.ArrayTensorExtensions.ToTensor(System.Array, System.Boolean) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/ArrayTensorExtensions.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ToTensor - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/ArrayTensorExtensions.shared.cs - startLine: 135 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nCreates a copy of this n-dimensional array as a DenseTensor<T>\n" - example: [] - syntax: - content: public static DenseTensor ToTensor(this Array array, bool reverseStride = false) - parameters: - - id: array - type: System.Array - description: The array to create a DenseTensor<T> from. - - id: reverseStride - type: System.Boolean - description: 'False (default) to indicate that the first dimension is most major (farthest apart) and the last dimension is most minor (closest together): akin to row-major in a rank-2 tensor. True to indicate that the last dimension is most major (farthest apart) and the first dimension is most minor (closest together): akin to column-major in a rank-2 tensor.' - typeParameters: - - id: T - description: Type contained in the array to copy to the DenseTensor<T>. - return: - type: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor{{T}} - description: A n-dimensional DenseTensor<T> with the same dimensions and content as array. - content.vb: >- - - - Public Shared Function ToTensor(Of T)(array As Array, reverseStride As Boolean = False) As DenseTensor(Of T) - overload: Microsoft.ML.OnnxRuntime.Tensors.ArrayTensorExtensions.ToTensor* - nameWithType.vb: ArrayTensorExtensions.ToTensor(Of T)(Array, Boolean) - modifiers.csharp: - - public - - static - modifiers.vb: - - Public - - Shared - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.ArrayTensorExtensions.ToTensor(Of T)(System.Array, System.Boolean) - name.vb: ToTensor(Of T)(Array, Boolean) -references: -- uid: Microsoft.ML.OnnxRuntime.Tensors - commentId: N:Microsoft.ML.OnnxRuntime.Tensors - name: Microsoft.ML.OnnxRuntime.Tensors - nameWithType: Microsoft.ML.OnnxRuntime.Tensors - fullName: Microsoft.ML.OnnxRuntime.Tensors -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: System.Object.Equals(System.Object) - commentId: M:System.Object.Equals(System.Object) - parent: System.Object - isExternal: true - name: Equals(Object) - nameWithType: Object.Equals(Object) - fullName: System.Object.Equals(System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetHashCode - commentId: M:System.Object.GetHashCode - parent: System.Object - isExternal: true - name: GetHashCode() - nameWithType: Object.GetHashCode() - fullName: System.Object.GetHashCode() - spec.csharp: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - name: MemberwiseClone() - nameWithType: Object.MemberwiseClone() - fullName: System.Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ToString - commentId: M:System.Object.ToString - parent: System.Object - isExternal: true - name: ToString() - nameWithType: Object.ToString() - fullName: System.Object.ToString() - spec.csharp: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System -- uid: Microsoft.ML.OnnxRuntime.Tensors.ArrayTensorExtensions.ToTensor* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.ArrayTensorExtensions.ToTensor - name: ToTensor - nameWithType: ArrayTensorExtensions.ToTensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.ArrayTensorExtensions.ToTensor -- uid: '{T}[]' - isExternal: true - name: T[] - nameWithType: T[] - fullName: T[] - nameWithType.vb: T() - fullName.vb: T() - name.vb: T() - spec.csharp: - - name: T - nameWithType: T - fullName: T - - name: '[]' - nameWithType: '[]' - fullName: '[]' - spec.vb: - - name: T - nameWithType: T - fullName: T - - name: () - nameWithType: () - fullName: () -- uid: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor{{T}} - commentId: T:Microsoft.ML.OnnxRuntime.Tensors.DenseTensor{``0} - parent: Microsoft.ML.OnnxRuntime.Tensors - definition: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1 - name: DenseTensor - nameWithType: DenseTensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor - nameWithType.vb: DenseTensor(Of T) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor(Of T) - name.vb: DenseTensor(Of T) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1 - name: DenseTensor - nameWithType: DenseTensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1 - name: DenseTensor - nameWithType: DenseTensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1 - commentId: T:Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1 - name: DenseTensor - nameWithType: DenseTensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor - nameWithType.vb: DenseTensor(Of T) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor(Of T) - name.vb: DenseTensor(Of T) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1 - name: DenseTensor - nameWithType: DenseTensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1 - name: DenseTensor - nameWithType: DenseTensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: '{T}[,]' - isExternal: true - name: T[,] - nameWithType: T[,] - fullName: T[,] - nameWithType.vb: T(,) - fullName.vb: T(,) - name.vb: T(,) - spec.csharp: - - name: T - nameWithType: T - fullName: T - - name: '[,]' - nameWithType: '[,]' - fullName: '[,]' - spec.vb: - - name: T - nameWithType: T - fullName: T - - name: (,) - nameWithType: (,) - fullName: (,) -- uid: System.Boolean - commentId: T:System.Boolean - parent: System - isExternal: true - name: Boolean - nameWithType: Boolean - fullName: System.Boolean -- uid: '{T}[,,]' - isExternal: true - name: T[,,] - nameWithType: T[,,] - fullName: T[,,] - nameWithType.vb: T(,,) - fullName.vb: T(,,) - name.vb: T(,,) - spec.csharp: - - name: T - nameWithType: T - fullName: T - - name: '[,,]' - nameWithType: '[,,]' - fullName: '[,,]' - spec.vb: - - name: T - nameWithType: T - fullName: T - - name: (,,) - nameWithType: (,,) - fullName: (,,) -- uid: '{T}[,,,]' - isExternal: true - name: T[,,,] - nameWithType: T[,,,] - fullName: T[,,,] - nameWithType.vb: T(,,,) - fullName.vb: T(,,,) - name.vb: T(,,,) - spec.csharp: - - name: T - nameWithType: T - fullName: T - - name: '[,,,]' - nameWithType: '[,,,]' - fullName: '[,,,]' - spec.vb: - - name: T - nameWithType: T - fullName: T - - name: (,,,) - nameWithType: (,,,) - fullName: (,,,) -- uid: System.Array - commentId: T:System.Array - parent: System - isExternal: true - name: Array - nameWithType: Array - fullName: System.Array diff --git a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.Tensors.BFloat16.yml b/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.Tensors.BFloat16.yml deleted file mode 100644 index a4b30735fcd55..0000000000000 --- a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.Tensors.BFloat16.yml +++ /dev/null @@ -1,748 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Microsoft.ML.OnnxRuntime.Tensors.BFloat16 - commentId: T:Microsoft.ML.OnnxRuntime.Tensors.BFloat16 - id: BFloat16 - parent: Microsoft.ML.OnnxRuntime.Tensors - children: - - Microsoft.ML.OnnxRuntime.Tensors.BFloat16.#ctor(System.UInt16) - - Microsoft.ML.OnnxRuntime.Tensors.BFloat16.Equals(Microsoft.ML.OnnxRuntime.Tensors.BFloat16) - - Microsoft.ML.OnnxRuntime.Tensors.BFloat16.Equals(System.Object) - - Microsoft.ML.OnnxRuntime.Tensors.BFloat16.GetHashCode - - Microsoft.ML.OnnxRuntime.Tensors.BFloat16.op_Equality(Microsoft.ML.OnnxRuntime.Tensors.BFloat16,Microsoft.ML.OnnxRuntime.Tensors.BFloat16) - - Microsoft.ML.OnnxRuntime.Tensors.BFloat16.op_Implicit(Microsoft.ML.OnnxRuntime.Tensors.BFloat16)~System.UInt16 - - Microsoft.ML.OnnxRuntime.Tensors.BFloat16.op_Implicit(System.UInt16)~Microsoft.ML.OnnxRuntime.Tensors.BFloat16 - - Microsoft.ML.OnnxRuntime.Tensors.BFloat16.op_Inequality(Microsoft.ML.OnnxRuntime.Tensors.BFloat16,Microsoft.ML.OnnxRuntime.Tensors.BFloat16) - - Microsoft.ML.OnnxRuntime.Tensors.BFloat16.value - langs: - - csharp - - vb - name: BFloat16 - nameWithType: BFloat16 - fullName: Microsoft.ML.OnnxRuntime.Tensors.BFloat16 - type: Struct - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: BFloat16 - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 137 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nThis value type represents A BFloat16 value\nit is blittable as defined in https://docs.microsoft.com/en-us/dotnet/framework/interop/blittable-and-non-blittable-types\nand as such, represented the same way in managed and native memories. This means that arrays of this type\ndo not have to be copied to be passed to native memory but simply pinnned and read by native code. Thus,\none can create a Tensor on top of an array of these structures and feed it directly to Onnxruntime library.\nBinary wise, it is the same as ushort[] (uint16_t in C++). However, we would like a separate type for type dispatching.\n" - example: [] - syntax: - content: public struct BFloat16 - content.vb: Public Structure BFloat16 - inheritedMembers: - - System.ValueType.ToString - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetType - - System.Object.ReferenceEquals(System.Object,System.Object) - modifiers.csharp: - - public - - struct - modifiers.vb: - - Public - - Structure -- uid: Microsoft.ML.OnnxRuntime.Tensors.BFloat16.value - commentId: F:Microsoft.ML.OnnxRuntime.Tensors.BFloat16.value - id: value - parent: Microsoft.ML.OnnxRuntime.Tensors.BFloat16 - langs: - - csharp - - vb - name: value - nameWithType: BFloat16.value - fullName: Microsoft.ML.OnnxRuntime.Tensors.BFloat16.value - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: value - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 142 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nbfloat16 representation bits\n" - example: [] - syntax: - content: public ushort value - return: - type: System.UInt16 - content.vb: Public value As UShort - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.Tensors.BFloat16.#ctor(System.UInt16) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.BFloat16.#ctor(System.UInt16) - id: '#ctor(System.UInt16)' - parent: Microsoft.ML.OnnxRuntime.Tensors.BFloat16 - langs: - - csharp - - vb - name: BFloat16(UInt16) - nameWithType: BFloat16.BFloat16(UInt16) - fullName: Microsoft.ML.OnnxRuntime.Tensors.BFloat16.BFloat16(System.UInt16) - type: Constructor - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: .ctor - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 147 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nCtor\n" - example: [] - syntax: - content: public BFloat16(ushort v) - parameters: - - id: v - type: System.UInt16 - description: '' - content.vb: Public Sub New(v As UShort) - overload: Microsoft.ML.OnnxRuntime.Tensors.BFloat16.#ctor* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.Tensors.BFloat16.op_Implicit(Microsoft.ML.OnnxRuntime.Tensors.BFloat16)~System.UInt16 - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.BFloat16.op_Implicit(Microsoft.ML.OnnxRuntime.Tensors.BFloat16)~System.UInt16 - id: op_Implicit(Microsoft.ML.OnnxRuntime.Tensors.BFloat16)~System.UInt16 - parent: Microsoft.ML.OnnxRuntime.Tensors.BFloat16 - langs: - - csharp - - vb - name: Implicit(BFloat16 to UInt16) - nameWithType: BFloat16.Implicit(BFloat16 to UInt16) - fullName: Microsoft.ML.OnnxRuntime.Tensors.BFloat16.Implicit(Microsoft.ML.OnnxRuntime.Tensors.BFloat16 to System.UInt16) - type: Operator - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: op_Implicit - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 156 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nConverts to ushort\n" - example: [] - syntax: - content: public static implicit operator ushort (BFloat16 bf) - parameters: - - id: bf - type: Microsoft.ML.OnnxRuntime.Tensors.BFloat16 - description: instance of BFloat16 - return: - type: System.UInt16 - description: value member - content.vb: Public Shared Widening Operator CType(bf As BFloat16) As UShort - overload: Microsoft.ML.OnnxRuntime.Tensors.BFloat16.op_Implicit* - nameWithType.vb: BFloat16.Widening(BFloat16 to UInt16) - modifiers.csharp: - - public - - static - modifiers.vb: - - Public - - Shared - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.BFloat16.Widening(Microsoft.ML.OnnxRuntime.Tensors.BFloat16 to System.UInt16) - name.vb: Widening(BFloat16 to UInt16) -- uid: Microsoft.ML.OnnxRuntime.Tensors.BFloat16.op_Implicit(System.UInt16)~Microsoft.ML.OnnxRuntime.Tensors.BFloat16 - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.BFloat16.op_Implicit(System.UInt16)~Microsoft.ML.OnnxRuntime.Tensors.BFloat16 - id: op_Implicit(System.UInt16)~Microsoft.ML.OnnxRuntime.Tensors.BFloat16 - parent: Microsoft.ML.OnnxRuntime.Tensors.BFloat16 - langs: - - csharp - - vb - name: Implicit(UInt16 to BFloat16) - nameWithType: BFloat16.Implicit(UInt16 to BFloat16) - fullName: Microsoft.ML.OnnxRuntime.Tensors.BFloat16.Implicit(System.UInt16 to Microsoft.ML.OnnxRuntime.Tensors.BFloat16) - type: Operator - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: op_Implicit - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 162 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nConverts a 16-bit unsigned integer to a BFloat16.\n" - example: [] - syntax: - content: public static implicit operator BFloat16(ushort value) - parameters: - - id: value - type: System.UInt16 - description: A 16-bit unsigned integer. - return: - type: Microsoft.ML.OnnxRuntime.Tensors.BFloat16 - description: A BFloat16 that represents the converted 16-bit unsigned integer. - content.vb: Public Shared Widening Operator CType(value As UShort) As BFloat16 - overload: Microsoft.ML.OnnxRuntime.Tensors.BFloat16.op_Implicit* - nameWithType.vb: BFloat16.Widening(UInt16 to BFloat16) - modifiers.csharp: - - public - - static - modifiers.vb: - - Public - - Shared - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.BFloat16.Widening(System.UInt16 to Microsoft.ML.OnnxRuntime.Tensors.BFloat16) - name.vb: Widening(UInt16 to BFloat16) -- uid: Microsoft.ML.OnnxRuntime.Tensors.BFloat16.op_Equality(Microsoft.ML.OnnxRuntime.Tensors.BFloat16,Microsoft.ML.OnnxRuntime.Tensors.BFloat16) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.BFloat16.op_Equality(Microsoft.ML.OnnxRuntime.Tensors.BFloat16,Microsoft.ML.OnnxRuntime.Tensors.BFloat16) - id: op_Equality(Microsoft.ML.OnnxRuntime.Tensors.BFloat16,Microsoft.ML.OnnxRuntime.Tensors.BFloat16) - parent: Microsoft.ML.OnnxRuntime.Tensors.BFloat16 - langs: - - csharp - - vb - name: Equality(BFloat16, BFloat16) - nameWithType: BFloat16.Equality(BFloat16, BFloat16) - fullName: Microsoft.ML.OnnxRuntime.Tensors.BFloat16.Equality(Microsoft.ML.OnnxRuntime.Tensors.BFloat16, Microsoft.ML.OnnxRuntime.Tensors.BFloat16) - type: Operator - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: op_Equality - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 169 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nCompares values of two BFloat16 for binary equality\n" - example: [] - syntax: - content: public static bool operator ==(BFloat16 lhs, BFloat16 rhs) - parameters: - - id: lhs - type: Microsoft.ML.OnnxRuntime.Tensors.BFloat16 - description: '' - - id: rhs - type: Microsoft.ML.OnnxRuntime.Tensors.BFloat16 - description: '' - return: - type: System.Boolean - description: result of value comparisons - content.vb: Public Shared Operator =(lhs As BFloat16, rhs As BFloat16) As Boolean - overload: Microsoft.ML.OnnxRuntime.Tensors.BFloat16.op_Equality* - modifiers.csharp: - - public - - static - modifiers.vb: - - Public - - Shared -- uid: Microsoft.ML.OnnxRuntime.Tensors.BFloat16.op_Inequality(Microsoft.ML.OnnxRuntime.Tensors.BFloat16,Microsoft.ML.OnnxRuntime.Tensors.BFloat16) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.BFloat16.op_Inequality(Microsoft.ML.OnnxRuntime.Tensors.BFloat16,Microsoft.ML.OnnxRuntime.Tensors.BFloat16) - id: op_Inequality(Microsoft.ML.OnnxRuntime.Tensors.BFloat16,Microsoft.ML.OnnxRuntime.Tensors.BFloat16) - parent: Microsoft.ML.OnnxRuntime.Tensors.BFloat16 - langs: - - csharp - - vb - name: Inequality(BFloat16, BFloat16) - nameWithType: BFloat16.Inequality(BFloat16, BFloat16) - fullName: Microsoft.ML.OnnxRuntime.Tensors.BFloat16.Inequality(Microsoft.ML.OnnxRuntime.Tensors.BFloat16, Microsoft.ML.OnnxRuntime.Tensors.BFloat16) - type: Operator - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: op_Inequality - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 176 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nCompares values of two BFloat16 for binary inequality\n" - example: [] - syntax: - content: public static bool operator !=(BFloat16 lhs, BFloat16 rhs) - parameters: - - id: lhs - type: Microsoft.ML.OnnxRuntime.Tensors.BFloat16 - description: '' - - id: rhs - type: Microsoft.ML.OnnxRuntime.Tensors.BFloat16 - description: '' - return: - type: System.Boolean - description: result of value comparisons - content.vb: Public Shared Operator <>(lhs As BFloat16, rhs As BFloat16) As Boolean - overload: Microsoft.ML.OnnxRuntime.Tensors.BFloat16.op_Inequality* - modifiers.csharp: - - public - - static - modifiers.vb: - - Public - - Shared -- uid: Microsoft.ML.OnnxRuntime.Tensors.BFloat16.Equals(Microsoft.ML.OnnxRuntime.Tensors.BFloat16) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.BFloat16.Equals(Microsoft.ML.OnnxRuntime.Tensors.BFloat16) - id: Equals(Microsoft.ML.OnnxRuntime.Tensors.BFloat16) - parent: Microsoft.ML.OnnxRuntime.Tensors.BFloat16 - langs: - - csharp - - vb - name: Equals(BFloat16) - nameWithType: BFloat16.Equals(BFloat16) - fullName: Microsoft.ML.OnnxRuntime.Tensors.BFloat16.Equals(Microsoft.ML.OnnxRuntime.Tensors.BFloat16) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Equals - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 183 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nReturns a value indicating whether this instance and other BFloat16 represent the same value.\n" - example: [] - syntax: - content: public bool Equals(BFloat16 other) - parameters: - - id: other - type: Microsoft.ML.OnnxRuntime.Tensors.BFloat16 - description: A BFloat16 object to compare to this instance. - return: - type: System.Boolean - description: true if other.value is equal to this instance; otherwise, false. - content.vb: Public Function Equals(other As BFloat16) As Boolean - overload: Microsoft.ML.OnnxRuntime.Tensors.BFloat16.Equals* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.Tensors.BFloat16.Equals(System.Object) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.BFloat16.Equals(System.Object) - id: Equals(System.Object) - parent: Microsoft.ML.OnnxRuntime.Tensors.BFloat16 - langs: - - csharp - - vb - name: Equals(Object) - nameWithType: BFloat16.Equals(Object) - fullName: Microsoft.ML.OnnxRuntime.Tensors.BFloat16.Equals(System.Object) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Equals - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 194 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nReturns a value indicating whether this instance and a specified System.Object\nrepresent the same type and value.\n" - example: [] - syntax: - content: public override bool Equals(object obj) - parameters: - - id: obj - type: System.Object - description: An System.Object. - return: - type: System.Boolean - description: true if obj is BFloat16 its value is equal to this instance; otherwise, false. - content.vb: Public Overrides Function Equals(obj As Object) As Boolean - overridden: System.ValueType.Equals(System.Object) - overload: Microsoft.ML.OnnxRuntime.Tensors.BFloat16.Equals* - modifiers.csharp: - - public - - override - modifiers.vb: - - Public - - Overrides -- uid: Microsoft.ML.OnnxRuntime.Tensors.BFloat16.GetHashCode - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.BFloat16.GetHashCode - id: GetHashCode - parent: Microsoft.ML.OnnxRuntime.Tensors.BFloat16 - langs: - - csharp - - vb - name: GetHashCode() - nameWithType: BFloat16.GetHashCode() - fullName: Microsoft.ML.OnnxRuntime.Tensors.BFloat16.GetHashCode() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetHashCode - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 208 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nReturns the hash code for this instance.\n" - example: [] - syntax: - content: public override int GetHashCode() - return: - type: System.Int32 - description: A 32-bit signed integer hash code. - content.vb: Public Overrides Function GetHashCode As Integer - overridden: System.ValueType.GetHashCode - overload: Microsoft.ML.OnnxRuntime.Tensors.BFloat16.GetHashCode* - modifiers.csharp: - - public - - override - modifiers.vb: - - Public - - Overrides -references: -- uid: Microsoft.ML.OnnxRuntime.Tensors - commentId: N:Microsoft.ML.OnnxRuntime.Tensors - name: Microsoft.ML.OnnxRuntime.Tensors - nameWithType: Microsoft.ML.OnnxRuntime.Tensors - fullName: Microsoft.ML.OnnxRuntime.Tensors -- uid: System.ValueType.ToString - commentId: M:System.ValueType.ToString - parent: System.ValueType - isExternal: true - name: ToString() - nameWithType: ValueType.ToString() - fullName: System.ValueType.ToString() - spec.csharp: - - uid: System.ValueType.ToString - name: ToString - nameWithType: ValueType.ToString - fullName: System.ValueType.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.ValueType.ToString - name: ToString - nameWithType: ValueType.ToString - fullName: System.ValueType.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.ValueType - commentId: T:System.ValueType - parent: System - isExternal: true - name: ValueType - nameWithType: ValueType - fullName: System.ValueType -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System -- uid: System.UInt16 - commentId: T:System.UInt16 - parent: System - isExternal: true - name: UInt16 - nameWithType: UInt16 - fullName: System.UInt16 -- uid: Microsoft.ML.OnnxRuntime.Tensors.BFloat16.#ctor* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.BFloat16.#ctor - name: BFloat16 - nameWithType: BFloat16.BFloat16 - fullName: Microsoft.ML.OnnxRuntime.Tensors.BFloat16.BFloat16 -- uid: Microsoft.ML.OnnxRuntime.Tensors.BFloat16.op_Implicit* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.BFloat16.op_Implicit - name: Implicit - nameWithType: BFloat16.Implicit - fullName: Microsoft.ML.OnnxRuntime.Tensors.BFloat16.Implicit - nameWithType.vb: BFloat16.Widening - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.BFloat16.Widening - name.vb: Widening -- uid: Microsoft.ML.OnnxRuntime.Tensors.BFloat16 - commentId: T:Microsoft.ML.OnnxRuntime.Tensors.BFloat16 - parent: Microsoft.ML.OnnxRuntime.Tensors - name: BFloat16 - nameWithType: BFloat16 - fullName: Microsoft.ML.OnnxRuntime.Tensors.BFloat16 -- uid: Microsoft.ML.OnnxRuntime.Tensors.BFloat16.op_Equality* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.BFloat16.op_Equality - name: Equality - nameWithType: BFloat16.Equality - fullName: Microsoft.ML.OnnxRuntime.Tensors.BFloat16.Equality -- uid: System.Boolean - commentId: T:System.Boolean - parent: System - isExternal: true - name: Boolean - nameWithType: Boolean - fullName: System.Boolean -- uid: Microsoft.ML.OnnxRuntime.Tensors.BFloat16.op_Inequality* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.BFloat16.op_Inequality - name: Inequality - nameWithType: BFloat16.Inequality - fullName: Microsoft.ML.OnnxRuntime.Tensors.BFloat16.Inequality -- uid: Microsoft.ML.OnnxRuntime.Tensors.BFloat16.Equals* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.BFloat16.Equals - name: Equals - nameWithType: BFloat16.Equals - fullName: Microsoft.ML.OnnxRuntime.Tensors.BFloat16.Equals -- uid: System.ValueType.Equals(System.Object) - commentId: M:System.ValueType.Equals(System.Object) - parent: System.ValueType - isExternal: true - name: Equals(Object) - nameWithType: ValueType.Equals(Object) - fullName: System.ValueType.Equals(System.Object) - spec.csharp: - - uid: System.ValueType.Equals(System.Object) - name: Equals - nameWithType: ValueType.Equals - fullName: System.ValueType.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.ValueType.Equals(System.Object) - name: Equals - nameWithType: ValueType.Equals - fullName: System.ValueType.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.ValueType.GetHashCode - commentId: M:System.ValueType.GetHashCode - parent: System.ValueType - isExternal: true - name: GetHashCode() - nameWithType: ValueType.GetHashCode() - fullName: System.ValueType.GetHashCode() - spec.csharp: - - uid: System.ValueType.GetHashCode - name: GetHashCode - nameWithType: ValueType.GetHashCode - fullName: System.ValueType.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.ValueType.GetHashCode - name: GetHashCode - nameWithType: ValueType.GetHashCode - fullName: System.ValueType.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.BFloat16.GetHashCode* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.BFloat16.GetHashCode - name: GetHashCode - nameWithType: BFloat16.GetHashCode - fullName: Microsoft.ML.OnnxRuntime.Tensors.BFloat16.GetHashCode -- uid: System.Int32 - commentId: T:System.Int32 - parent: System - isExternal: true - name: Int32 - nameWithType: Int32 - fullName: System.Int32 diff --git a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.Tensors.DenseTensor-1.yml b/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.Tensors.DenseTensor-1.yml deleted file mode 100644 index 14b17a6856da9..0000000000000 --- a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.Tensors.DenseTensor-1.yml +++ /dev/null @@ -1,6444 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1 - commentId: T:Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1 - id: DenseTensor`1 - parent: Microsoft.ML.OnnxRuntime.Tensors - children: - - Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.#ctor(System.Int32) - - Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.#ctor(System.Memory{`0},System.ReadOnlySpan{System.Int32},System.Boolean) - - Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.#ctor(System.ReadOnlySpan{System.Int32},System.Boolean) - - Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.Buffer - - Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.Clone - - Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.CloneEmpty``1(System.ReadOnlySpan{System.Int32}) - - Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.CopyTo(`0[],System.Int32) - - Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.GetValue(System.Int32) - - Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.IndexOf(`0) - - Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.Reshape(System.ReadOnlySpan{System.Int32}) - - Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.SetValue(System.Int32,`0) - langs: - - csharp - - vb - name: DenseTensor - nameWithType: DenseTensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor - type: Class - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/DenseTensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: DenseTensor - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/DenseTensor.shared.cs - startLine: 25 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nRepresents a multi-dimensional collection of objects of type T that can be accessed by indices. \nDenseTensor stores values in a contiguous sequential block of memory where all values are represented.\n" - example: [] - syntax: - content: 'public class DenseTensor : Tensor, IList, ICollection, IList, ICollection, IReadOnlyList, IReadOnlyCollection, IEnumerable, IEnumerable, IStructuralComparable, IStructuralEquatable' - typeParameters: - - id: T - description: "\nType contained within the Tensor. Typically a value type such as int, double, float, etc.\n" - content.vb: >- - Public Class DenseTensor(Of T) - Inherits Tensor(Of T) - Implements IList, ICollection, IList(Of T), ICollection(Of T), IReadOnlyList(Of T), IReadOnlyCollection(Of T), IEnumerable(Of T), IEnumerable, IStructuralComparable, IStructuralEquatable - inheritance: - - System.Object - - Microsoft.ML.OnnxRuntime.Tensors.TensorBase - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - implements: - - System.Collections.IList - - System.Collections.ICollection - - System.Collections.Generic.IList{{T}} - - System.Collections.Generic.ICollection{{T}} - - System.Collections.Generic.IReadOnlyList{{T}} - - System.Collections.Generic.IReadOnlyCollection{{T}} - - System.Collections.Generic.IEnumerable{{T}} - - System.Collections.IEnumerable - - System.Collections.IStructuralComparable - - System.Collections.IStructuralEquatable - inheritedMembers: - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.Length - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.Rank - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.IsReversedStride - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.Dimensions - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.Strides - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.Fill({T}) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.CloneEmpty - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.CloneEmpty(System.ReadOnlySpan{System.Int32}) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.CloneEmpty``1 - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.GetDiagonal - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.GetDiagonal(System.Int32) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.GetTriangle - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.GetTriangle(System.Int32) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.GetUpperTriangle - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.GetUpperTriangle(System.Int32) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.GetTriangle(System.Int32,System.Boolean) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.Item(System.Int32[]) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.Item(System.ReadOnlySpan{System.Int32}) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.Compare(Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}},Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.Equals(Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}},Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#IEnumerable#GetEnumerator - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#ICollection#Count - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#ICollection#IsSynchronized - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#ICollection#SyncRoot - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#ICollection#CopyTo(System.Array,System.Int32) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#IList#Item(System.Int32) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.IsFixedSize - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.IsReadOnly - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#IList#Add(System.Object) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#IList#Clear - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#IList#Contains(System.Object) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#IList#IndexOf(System.Object) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#IList#Insert(System.Int32,System.Object) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#IList#Remove(System.Object) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#IList#RemoveAt(System.Int32) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#Generic#IEnumerable{T}#GetEnumerator - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#Generic#ICollection{T}#Count - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#Generic#ICollection{T}#Add({T}) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#Generic#ICollection{T}#Clear - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#Generic#ICollection{T}#Contains({T}) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.Contains({T}) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#Generic#ICollection{T}#CopyTo({T}[],System.Int32) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#Generic#ICollection{T}#Remove({T}) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#Generic#IReadOnlyCollection{T}#Count - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#Generic#IList{T}#Item(System.Int32) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#Generic#IList{T}#IndexOf({T}) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#Generic#IList{T}#Insert(System.Int32,{T}) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#Generic#IList{T}#RemoveAt(System.Int32) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#Generic#IReadOnlyList{T}#Item(System.Int32) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#IStructuralComparable#CompareTo(System.Object,System.Collections.IComparer) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#IStructuralEquatable#Equals(System.Object,System.Collections.IEqualityComparer) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#IStructuralEquatable#GetHashCode(System.Collections.IEqualityComparer) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.ToDenseTensor - - Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.GetArrayString(System.Boolean) - - Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetTypeInfo(System.Type) - - Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetElementTypeInfo(Microsoft.ML.OnnxRuntime.Tensors.TensorElementType) - - Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetTypeInfo - - System.Object.Equals(System.Object) - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetHashCode - - System.Object.GetType - - System.Object.MemberwiseClone - - System.Object.ReferenceEquals(System.Object,System.Object) - - System.Object.ToString - nameWithType.vb: DenseTensor(Of T) - modifiers.csharp: - - public - - class - modifiers.vb: - - Public - - Class - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor(Of T) - name.vb: DenseTensor(Of T) -- uid: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.#ctor(System.Int32) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.#ctor(System.Int32) - id: '#ctor(System.Int32)' - parent: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1 - langs: - - csharp - - vb - name: DenseTensor(Int32) - nameWithType: DenseTensor.DenseTensor(Int32) - fullName: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor.DenseTensor(System.Int32) - type: Constructor - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/DenseTensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: .ctor - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/DenseTensor.shared.cs - startLine: 61 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nInitializes a rank-1 Tensor using the specified length.\n" - example: [] - syntax: - content: public DenseTensor(int length) - parameters: - - id: length - type: System.Int32 - description: Size of the 1-dimensional tensor - content.vb: Public Sub New(length As Integer) - overload: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.#ctor* - nameWithType.vb: DenseTensor(Of T).DenseTensor(Int32) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor(Of T).DenseTensor(System.Int32) -- uid: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.#ctor(System.ReadOnlySpan{System.Int32},System.Boolean) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.#ctor(System.ReadOnlySpan{System.Int32},System.Boolean) - id: '#ctor(System.ReadOnlySpan{System.Int32},System.Boolean)' - parent: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1 - langs: - - csharp - - vb - name: DenseTensor(ReadOnlySpan, Boolean) - nameWithType: DenseTensor.DenseTensor(ReadOnlySpan, Boolean) - fullName: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor.DenseTensor(System.ReadOnlySpan, System.Boolean) - type: Constructor - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/DenseTensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: .ctor - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/DenseTensor.shared.cs - startLine: 78 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nInitializes a rank-n Tensor using the dimensions specified in dimensions.\n" - example: [] - syntax: - content: public DenseTensor(ReadOnlySpan dimensions, bool reverseStride = false) - parameters: - - id: dimensions - type: System.ReadOnlySpan{System.Int32} - description: "\nAn span of integers that represent the size of each dimension of the DenseTensor to create.\n" - - id: reverseStride - type: System.Boolean - description: "\nFalse (default) to indicate that the first dimension is most major (farthest apart) and the last dimension \nis most minor (closest together): akin to row-major in a rank-2 tensor. \nTrue to indicate that the last dimension is most major (farthest apart) and the first dimension is most \nminor (closest together): akin to column-major in a rank-2 tensor.\n" - content.vb: Public Sub New(dimensions As ReadOnlySpan(Of Integer), reverseStride As Boolean = False) - overload: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.#ctor* - nameWithType.vb: DenseTensor(Of T).DenseTensor(ReadOnlySpan(Of Int32), Boolean) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor(Of T).DenseTensor(System.ReadOnlySpan(Of System.Int32), System.Boolean) - name.vb: DenseTensor(ReadOnlySpan(Of Int32), Boolean) -- uid: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.#ctor(System.Memory{`0},System.ReadOnlySpan{System.Int32},System.Boolean) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.#ctor(System.Memory{`0},System.ReadOnlySpan{System.Int32},System.Boolean) - id: '#ctor(System.Memory{`0},System.ReadOnlySpan{System.Int32},System.Boolean)' - parent: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1 - langs: - - csharp - - vb - name: DenseTensor(Memory, ReadOnlySpan, Boolean) - nameWithType: DenseTensor.DenseTensor(Memory, ReadOnlySpan, Boolean) - fullName: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor.DenseTensor(System.Memory, System.ReadOnlySpan, System.Boolean) - type: Constructor - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/DenseTensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: .ctor - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/DenseTensor.shared.cs - startLine: 95 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nConstructs a new DenseTensor of the specified dimensions, wrapping existing backing memory for the contents.\n" - example: [] - syntax: - content: public DenseTensor(Memory memory, ReadOnlySpan dimensions, bool reverseStride = false) - parameters: - - id: memory - type: System.Memory{{T}} - description: '' - - id: dimensions - type: System.ReadOnlySpan{System.Int32} - description: "\nAn span of integers that represent the size of each dimension of the DenseTensor to create." - - id: reverseStride - type: System.Boolean - description: "\nFalse (default) to indicate that the first dimension is most major (farthest apart) and the last dimension \nis most minor (closest together): akin to row-major in a rank-2 tensor. \nTrue to indicate that the last dimension is most major (farthest apart) and the first dimension is most \nminor (closest together): akin to column-major in a rank-2 tensor.\n" - content.vb: Public Sub New(memory As Memory(Of T), dimensions As ReadOnlySpan(Of Integer), reverseStride As Boolean = False) - overload: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.#ctor* - nameWithType.vb: DenseTensor(Of T).DenseTensor(Memory(Of T), ReadOnlySpan(Of Int32), Boolean) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor(Of T).DenseTensor(System.Memory(Of T), System.ReadOnlySpan(Of System.Int32), System.Boolean) - name.vb: DenseTensor(Memory(Of T), ReadOnlySpan(Of Int32), Boolean) -- uid: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.Buffer - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.Buffer - id: Buffer - parent: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1 - langs: - - csharp - - vb - name: Buffer - nameWithType: DenseTensor.Buffer - fullName: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor.Buffer - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/DenseTensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Buffer - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/DenseTensor.shared.cs - startLine: 111 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nMemory storing backing values of this tensor.\n" - example: [] - syntax: - content: public Memory Buffer { get; } - parameters: [] - return: - type: System.Memory{{T}} - content.vb: Public ReadOnly Property Buffer As Memory(Of T) - overload: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.Buffer* - nameWithType.vb: DenseTensor(Of T).Buffer - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor(Of T).Buffer -- uid: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.GetValue(System.Int32) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.GetValue(System.Int32) - id: GetValue(System.Int32) - parent: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1 - langs: - - csharp - - vb - name: GetValue(Int32) - nameWithType: DenseTensor.GetValue(Int32) - fullName: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor.GetValue(System.Int32) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/DenseTensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetValue - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/DenseTensor.shared.cs - startLine: 119 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nGets the value at the specified index, where index is a linearized version of n-dimension indices \nusing strides. For a scalar, use index = 0\n" - example: [] - syntax: - content: public override T GetValue(int index) - parameters: - - id: index - type: System.Int32 - description: An integer index computed as a dot-product of indices. - return: - type: '{T}' - description: The value at the specified position in this Tensor. - content.vb: Public Overrides Function GetValue(index As Integer) As T - overridden: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.GetValue(System.Int32) - overload: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.GetValue* - nameWithType.vb: DenseTensor(Of T).GetValue(Int32) - modifiers.csharp: - - public - - override - modifiers.vb: - - Public - - Overrides - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor(Of T).GetValue(System.Int32) -- uid: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.SetValue(System.Int32,`0) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.SetValue(System.Int32,`0) - id: SetValue(System.Int32,`0) - parent: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1 - langs: - - csharp - - vb - name: SetValue(Int32, T) - nameWithType: DenseTensor.SetValue(Int32, T) - fullName: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor.SetValue(System.Int32, T) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/DenseTensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: SetValue - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/DenseTensor.shared.cs - startLine: 130 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nSets the value at the specified index, where index is a linearized version of n-dimension indices \nusing strides. For a scalar, use index = 0\n" - example: [] - syntax: - content: public override void SetValue(int index, T value) - parameters: - - id: index - type: System.Int32 - description: An integer index computed as a dot-product of indices. - - id: value - type: '{T}' - description: The new value to set at the specified position in this Tensor. - content.vb: Public Overrides Sub SetValue(index As Integer, value As T) - overridden: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.SetValue(System.Int32,{T}) - overload: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.SetValue* - nameWithType.vb: DenseTensor(Of T).SetValue(Int32, T) - modifiers.csharp: - - public - - override - modifiers.vb: - - Public - - Overrides - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor(Of T).SetValue(System.Int32, T) -- uid: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.CopyTo(`0[],System.Int32) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.CopyTo(`0[],System.Int32) - id: CopyTo(`0[],System.Int32) - parent: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1 - langs: - - csharp - - vb - name: CopyTo(T[], Int32) - nameWithType: DenseTensor.CopyTo(T[], Int32) - fullName: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor.CopyTo(T[], System.Int32) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/DenseTensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CopyTo - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/DenseTensor.shared.cs - startLine: 141 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nOverrides Tensor.CopyTo(). Copies the content of the Tensor\nto the specified array starting with arrayIndex\n" - example: [] - syntax: - content: protected override void CopyTo(T[] array, int arrayIndex) - parameters: - - id: array - type: '{T}[]' - description: destination array - - id: arrayIndex - type: System.Int32 - description: start index - content.vb: Protected Overrides Sub CopyTo(array As T(), arrayIndex As Integer) - overridden: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.CopyTo({T}[],System.Int32) - overload: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.CopyTo* - nameWithType.vb: DenseTensor(Of T).CopyTo(T(), Int32) - modifiers.csharp: - - protected - - override - modifiers.vb: - - Protected - - Overrides - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor(Of T).CopyTo(T(), System.Int32) - name.vb: CopyTo(T(), Int32) -- uid: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.IndexOf(`0) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.IndexOf(`0) - id: IndexOf(`0) - parent: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1 - langs: - - csharp - - vb - name: IndexOf(T) - nameWithType: DenseTensor.IndexOf(T) - fullName: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor.IndexOf(T) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/DenseTensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: IndexOf - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/DenseTensor.shared.cs - startLine: 162 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nDetermines the index of a specific item in the Tensor<T>.\n" - example: [] - syntax: - content: protected override int IndexOf(T item) - parameters: - - id: item - type: '{T}' - description: Object to locate - return: - type: System.Int32 - description: The index of item if found in the tensor; otherwise, -1 - content.vb: Protected Overrides Function IndexOf(item As T) As Integer - overridden: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.IndexOf({T}) - overload: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.IndexOf* - nameWithType.vb: DenseTensor(Of T).IndexOf(T) - modifiers.csharp: - - protected - - override - modifiers.vb: - - Protected - - Overrides - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor(Of T).IndexOf(T) -- uid: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.Clone - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.Clone - id: Clone - parent: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1 - langs: - - csharp - - vb - name: Clone() - nameWithType: DenseTensor.Clone() - fullName: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor.Clone() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/DenseTensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Clone - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/DenseTensor.shared.cs - startLine: 184 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nCreates a shallow copy of this tensor, with new backing storage.\n" - example: [] - syntax: - content: public override Tensor Clone() - return: - type: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - description: A shallow copy of this tensor. - content.vb: Public Overrides Function Clone As Tensor(Of T) - overridden: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.Clone - overload: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.Clone* - nameWithType.vb: DenseTensor(Of T).Clone() - modifiers.csharp: - - public - - override - modifiers.vb: - - Public - - Overrides - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor(Of T).Clone() -- uid: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.CloneEmpty``1(System.ReadOnlySpan{System.Int32}) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.CloneEmpty``1(System.ReadOnlySpan{System.Int32}) - id: CloneEmpty``1(System.ReadOnlySpan{System.Int32}) - parent: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1 - langs: - - csharp - - vb - name: CloneEmpty(ReadOnlySpan) - nameWithType: DenseTensor.CloneEmpty(ReadOnlySpan) - fullName: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor.CloneEmpty(System.ReadOnlySpan) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/DenseTensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CloneEmpty - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/DenseTensor.shared.cs - startLine: 198 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nCreates a new Tensor of a different type with the specified dimensions and the same layout as this tensor \nwith elements initialized to their default value.\n" - example: [] - syntax: - content: public override Tensor CloneEmpty(ReadOnlySpan dimensions) - parameters: - - id: dimensions - type: System.ReadOnlySpan{System.Int32} - description: "\nAn span of integers that represent the size of each dimension of the DenseTensor to create." - typeParameters: - - id: TResult - description: Type contained in the returned Tensor. - return: - type: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{TResult}} - description: A new tensor with the same layout as this tensor but different type and dimensions. - content.vb: Public Overrides Function CloneEmpty(Of TResult)(dimensions As ReadOnlySpan(Of Integer)) As Tensor(Of TResult) - overridden: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.CloneEmpty``1(System.ReadOnlySpan{System.Int32}) - overload: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.CloneEmpty* - nameWithType.vb: DenseTensor(Of T).CloneEmpty(Of TResult)(ReadOnlySpan(Of Int32)) - modifiers.csharp: - - public - - override - modifiers.vb: - - Public - - Overrides - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor(Of T).CloneEmpty(Of TResult)(System.ReadOnlySpan(Of System.Int32)) - name.vb: CloneEmpty(Of TResult)(ReadOnlySpan(Of Int32)) -- uid: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.Reshape(System.ReadOnlySpan{System.Int32}) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.Reshape(System.ReadOnlySpan{System.Int32}) - id: Reshape(System.ReadOnlySpan{System.Int32}) - parent: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1 - langs: - - csharp - - vb - name: Reshape(ReadOnlySpan) - nameWithType: DenseTensor.Reshape(ReadOnlySpan) - fullName: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor.Reshape(System.ReadOnlySpan) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/DenseTensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Reshape - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/DenseTensor.shared.cs - startLine: 209 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nReshapes the current tensor to new dimensions, using the same backing storage.\n" - example: [] - syntax: - content: public override Tensor Reshape(ReadOnlySpan dimensions) - parameters: - - id: dimensions - type: System.ReadOnlySpan{System.Int32} - description: "\nAn span of integers that represent the size of each dimension of the DenseTensor to create." - return: - type: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - description: A new tensor that reinterprets backing Buffer of this tensor with different dimensions. - content.vb: Public Overrides Function Reshape(dimensions As ReadOnlySpan(Of Integer)) As Tensor(Of T) - overridden: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.Reshape(System.ReadOnlySpan{System.Int32}) - overload: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.Reshape* - nameWithType.vb: DenseTensor(Of T).Reshape(ReadOnlySpan(Of Int32)) - modifiers.csharp: - - public - - override - modifiers.vb: - - Public - - Overrides - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor(Of T).Reshape(System.ReadOnlySpan(Of System.Int32)) - name.vb: Reshape(ReadOnlySpan(Of Int32)) -references: -- uid: Microsoft.ML.OnnxRuntime.Tensors - commentId: N:Microsoft.ML.OnnxRuntime.Tensors - name: Microsoft.ML.OnnxRuntime.Tensors - nameWithType: Microsoft.ML.OnnxRuntime.Tensors - fullName: Microsoft.ML.OnnxRuntime.Tensors -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorBase - commentId: T:Microsoft.ML.OnnxRuntime.Tensors.TensorBase - parent: Microsoft.ML.OnnxRuntime.Tensors - name: TensorBase - nameWithType: TensorBase - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorBase -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - commentId: T:Microsoft.ML.OnnxRuntime.Tensors.Tensor{``0} - parent: Microsoft.ML.OnnxRuntime.Tensors - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - nameWithType.vb: Tensor(Of T) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T) - name.vb: Tensor(Of T) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.IList - commentId: T:System.Collections.IList - parent: System.Collections - isExternal: true - name: IList - nameWithType: IList - fullName: System.Collections.IList -- uid: System.Collections.ICollection - commentId: T:System.Collections.ICollection - parent: System.Collections - isExternal: true - name: ICollection - nameWithType: ICollection - fullName: System.Collections.ICollection -- uid: System.Collections.Generic.IList{{T}} - commentId: T:System.Collections.Generic.IList{`0} - parent: System.Collections.Generic - definition: System.Collections.Generic.IList`1 - name: IList - nameWithType: IList - fullName: System.Collections.Generic.IList - nameWithType.vb: IList(Of T) - fullName.vb: System.Collections.Generic.IList(Of T) - name.vb: IList(Of T) - spec.csharp: - - uid: System.Collections.Generic.IList`1 - name: IList - nameWithType: IList - fullName: System.Collections.Generic.IList - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.IList`1 - name: IList - nameWithType: IList - fullName: System.Collections.Generic.IList - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic.ICollection{{T}} - commentId: T:System.Collections.Generic.ICollection{`0} - parent: System.Collections.Generic - definition: System.Collections.Generic.ICollection`1 - name: ICollection - nameWithType: ICollection - fullName: System.Collections.Generic.ICollection - nameWithType.vb: ICollection(Of T) - fullName.vb: System.Collections.Generic.ICollection(Of T) - name.vb: ICollection(Of T) - spec.csharp: - - uid: System.Collections.Generic.ICollection`1 - name: ICollection - nameWithType: ICollection - fullName: System.Collections.Generic.ICollection - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.ICollection`1 - name: ICollection - nameWithType: ICollection - fullName: System.Collections.Generic.ICollection - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic.IReadOnlyList{{T}} - commentId: T:System.Collections.Generic.IReadOnlyList{`0} - parent: System.Collections.Generic - definition: System.Collections.Generic.IReadOnlyList`1 - name: IReadOnlyList - nameWithType: IReadOnlyList - fullName: System.Collections.Generic.IReadOnlyList - nameWithType.vb: IReadOnlyList(Of T) - fullName.vb: System.Collections.Generic.IReadOnlyList(Of T) - name.vb: IReadOnlyList(Of T) - spec.csharp: - - uid: System.Collections.Generic.IReadOnlyList`1 - name: IReadOnlyList - nameWithType: IReadOnlyList - fullName: System.Collections.Generic.IReadOnlyList - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.IReadOnlyList`1 - name: IReadOnlyList - nameWithType: IReadOnlyList - fullName: System.Collections.Generic.IReadOnlyList - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic.IReadOnlyCollection{{T}} - commentId: T:System.Collections.Generic.IReadOnlyCollection{`0} - parent: System.Collections.Generic - definition: System.Collections.Generic.IReadOnlyCollection`1 - name: IReadOnlyCollection - nameWithType: IReadOnlyCollection - fullName: System.Collections.Generic.IReadOnlyCollection - nameWithType.vb: IReadOnlyCollection(Of T) - fullName.vb: System.Collections.Generic.IReadOnlyCollection(Of T) - name.vb: IReadOnlyCollection(Of T) - spec.csharp: - - uid: System.Collections.Generic.IReadOnlyCollection`1 - name: IReadOnlyCollection - nameWithType: IReadOnlyCollection - fullName: System.Collections.Generic.IReadOnlyCollection - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.IReadOnlyCollection`1 - name: IReadOnlyCollection - nameWithType: IReadOnlyCollection - fullName: System.Collections.Generic.IReadOnlyCollection - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic.IEnumerable{{T}} - commentId: T:System.Collections.Generic.IEnumerable{`0} - parent: System.Collections.Generic - definition: System.Collections.Generic.IEnumerable`1 - name: IEnumerable - nameWithType: IEnumerable - fullName: System.Collections.Generic.IEnumerable - nameWithType.vb: IEnumerable(Of T) - fullName.vb: System.Collections.Generic.IEnumerable(Of T) - name.vb: IEnumerable(Of T) - spec.csharp: - - uid: System.Collections.Generic.IEnumerable`1 - name: IEnumerable - nameWithType: IEnumerable - fullName: System.Collections.Generic.IEnumerable - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.IEnumerable`1 - name: IEnumerable - nameWithType: IEnumerable - fullName: System.Collections.Generic.IEnumerable - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.IEnumerable - commentId: T:System.Collections.IEnumerable - parent: System.Collections - isExternal: true - name: IEnumerable - nameWithType: IEnumerable - fullName: System.Collections.IEnumerable -- uid: System.Collections.IStructuralComparable - commentId: T:System.Collections.IStructuralComparable - parent: System.Collections - isExternal: true - name: IStructuralComparable - nameWithType: IStructuralComparable - fullName: System.Collections.IStructuralComparable -- uid: System.Collections.IStructuralEquatable - commentId: T:System.Collections.IStructuralEquatable - parent: System.Collections - isExternal: true - name: IStructuralEquatable - nameWithType: IStructuralEquatable - fullName: System.Collections.IStructuralEquatable -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.Length - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.Length - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Length - name: Length - nameWithType: Tensor.Length - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Length - nameWithType.vb: Tensor(Of T).Length - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Length -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.Rank - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.Rank - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Rank - name: Rank - nameWithType: Tensor.Rank - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Rank - nameWithType.vb: Tensor(Of T).Rank - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Rank -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.IsReversedStride - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.IsReversedStride - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.IsReversedStride - name: IsReversedStride - nameWithType: Tensor.IsReversedStride - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.IsReversedStride - nameWithType.vb: Tensor(Of T).IsReversedStride - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).IsReversedStride -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.Dimensions - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.Dimensions - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Dimensions - name: Dimensions - nameWithType: Tensor.Dimensions - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Dimensions - nameWithType.vb: Tensor(Of T).Dimensions - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Dimensions -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.Strides - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.Strides - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Strides - name: Strides - nameWithType: Tensor.Strides - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Strides - nameWithType.vb: Tensor(Of T).Strides - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Strides -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.Fill({T}) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.Fill(`0) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Fill(`0) - name: Fill(T) - nameWithType: Tensor.Fill(T) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Fill(T) - nameWithType.vb: Tensor(Of T).Fill(T) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Fill(T) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Fill(`0) - name: Fill - nameWithType: Tensor.Fill - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Fill - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Fill(`0) - name: Fill - nameWithType: Tensor(Of T).Fill - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Fill - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.CloneEmpty - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.CloneEmpty - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CloneEmpty - name: CloneEmpty() - nameWithType: Tensor.CloneEmpty() - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.CloneEmpty() - nameWithType.vb: Tensor(Of T).CloneEmpty() - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).CloneEmpty() - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CloneEmpty - name: CloneEmpty - nameWithType: Tensor.CloneEmpty - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.CloneEmpty - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CloneEmpty - name: CloneEmpty - nameWithType: Tensor(Of T).CloneEmpty - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).CloneEmpty - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.CloneEmpty(System.ReadOnlySpan{System.Int32}) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.CloneEmpty(System.ReadOnlySpan{System.Int32}) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CloneEmpty(System.ReadOnlySpan{System.Int32}) - name: CloneEmpty(ReadOnlySpan) - nameWithType: Tensor.CloneEmpty(ReadOnlySpan) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.CloneEmpty(System.ReadOnlySpan) - nameWithType.vb: Tensor(Of T).CloneEmpty(ReadOnlySpan(Of Int32)) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).CloneEmpty(System.ReadOnlySpan(Of System.Int32)) - name.vb: CloneEmpty(ReadOnlySpan(Of Int32)) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CloneEmpty(System.ReadOnlySpan{System.Int32}) - name: CloneEmpty - nameWithType: Tensor.CloneEmpty - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.CloneEmpty - - name: ( - nameWithType: ( - fullName: ( - - uid: System.ReadOnlySpan`1 - name: ReadOnlySpan - nameWithType: ReadOnlySpan - fullName: System.ReadOnlySpan - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: '>' - nameWithType: '>' - fullName: '>' - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CloneEmpty(System.ReadOnlySpan{System.Int32}) - name: CloneEmpty - nameWithType: Tensor(Of T).CloneEmpty - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).CloneEmpty - - name: ( - nameWithType: ( - fullName: ( - - uid: System.ReadOnlySpan`1 - name: ReadOnlySpan - nameWithType: ReadOnlySpan - fullName: System.ReadOnlySpan - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.CloneEmpty``1 - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.CloneEmpty``1 - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CloneEmpty``1 - name: CloneEmpty() - nameWithType: Tensor.CloneEmpty() - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.CloneEmpty() - nameWithType.vb: Tensor(Of T).CloneEmpty(Of TResult)() - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).CloneEmpty(Of TResult)() - name.vb: CloneEmpty(Of TResult)() - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CloneEmpty``1 - name: CloneEmpty - nameWithType: Tensor.CloneEmpty - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.CloneEmpty - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CloneEmpty``1 - name: CloneEmpty(Of TResult) - nameWithType: Tensor(Of T).CloneEmpty(Of TResult) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).CloneEmpty(Of TResult) - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.GetDiagonal - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.GetDiagonal - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetDiagonal - name: GetDiagonal() - nameWithType: Tensor.GetDiagonal() - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.GetDiagonal() - nameWithType.vb: Tensor(Of T).GetDiagonal() - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).GetDiagonal() - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetDiagonal - name: GetDiagonal - nameWithType: Tensor.GetDiagonal - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.GetDiagonal - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetDiagonal - name: GetDiagonal - nameWithType: Tensor(Of T).GetDiagonal - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).GetDiagonal - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.GetDiagonal(System.Int32) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.GetDiagonal(System.Int32) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetDiagonal(System.Int32) - name: GetDiagonal(Int32) - nameWithType: Tensor.GetDiagonal(Int32) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.GetDiagonal(System.Int32) - nameWithType.vb: Tensor(Of T).GetDiagonal(Int32) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).GetDiagonal(System.Int32) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetDiagonal(System.Int32) - name: GetDiagonal - nameWithType: Tensor.GetDiagonal - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.GetDiagonal - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetDiagonal(System.Int32) - name: GetDiagonal - nameWithType: Tensor(Of T).GetDiagonal - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).GetDiagonal - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.GetTriangle - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.GetTriangle - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetTriangle - name: GetTriangle() - nameWithType: Tensor.GetTriangle() - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.GetTriangle() - nameWithType.vb: Tensor(Of T).GetTriangle() - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).GetTriangle() - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetTriangle - name: GetTriangle - nameWithType: Tensor.GetTriangle - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.GetTriangle - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetTriangle - name: GetTriangle - nameWithType: Tensor(Of T).GetTriangle - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).GetTriangle - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.GetTriangle(System.Int32) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.GetTriangle(System.Int32) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetTriangle(System.Int32) - name: GetTriangle(Int32) - nameWithType: Tensor.GetTriangle(Int32) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.GetTriangle(System.Int32) - nameWithType.vb: Tensor(Of T).GetTriangle(Int32) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).GetTriangle(System.Int32) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetTriangle(System.Int32) - name: GetTriangle - nameWithType: Tensor.GetTriangle - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.GetTriangle - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetTriangle(System.Int32) - name: GetTriangle - nameWithType: Tensor(Of T).GetTriangle - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).GetTriangle - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.GetUpperTriangle - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.GetUpperTriangle - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetUpperTriangle - name: GetUpperTriangle() - nameWithType: Tensor.GetUpperTriangle() - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.GetUpperTriangle() - nameWithType.vb: Tensor(Of T).GetUpperTriangle() - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).GetUpperTriangle() - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetUpperTriangle - name: GetUpperTriangle - nameWithType: Tensor.GetUpperTriangle - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.GetUpperTriangle - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetUpperTriangle - name: GetUpperTriangle - nameWithType: Tensor(Of T).GetUpperTriangle - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).GetUpperTriangle - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.GetUpperTriangle(System.Int32) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.GetUpperTriangle(System.Int32) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetUpperTriangle(System.Int32) - name: GetUpperTriangle(Int32) - nameWithType: Tensor.GetUpperTriangle(Int32) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.GetUpperTriangle(System.Int32) - nameWithType.vb: Tensor(Of T).GetUpperTriangle(Int32) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).GetUpperTriangle(System.Int32) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetUpperTriangle(System.Int32) - name: GetUpperTriangle - nameWithType: Tensor.GetUpperTriangle - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.GetUpperTriangle - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetUpperTriangle(System.Int32) - name: GetUpperTriangle - nameWithType: Tensor(Of T).GetUpperTriangle - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).GetUpperTriangle - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.GetTriangle(System.Int32,System.Boolean) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.GetTriangle(System.Int32,System.Boolean) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetTriangle(System.Int32,System.Boolean) - name: GetTriangle(Int32, Boolean) - nameWithType: Tensor.GetTriangle(Int32, Boolean) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.GetTriangle(System.Int32, System.Boolean) - nameWithType.vb: Tensor(Of T).GetTriangle(Int32, Boolean) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).GetTriangle(System.Int32, System.Boolean) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetTriangle(System.Int32,System.Boolean) - name: GetTriangle - nameWithType: Tensor.GetTriangle - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.GetTriangle - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetTriangle(System.Int32,System.Boolean) - name: GetTriangle - nameWithType: Tensor(Of T).GetTriangle - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).GetTriangle - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.Item(System.Int32[]) - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.Item(System.Int32[]) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Item(System.Int32[]) - name: Item[Int32[]] - nameWithType: Tensor.Item[Int32[]] - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Item[System.Int32[]] - nameWithType.vb: Tensor(Of T).Item(Int32()) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Item(System.Int32()) - name.vb: Item(Int32()) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Item(System.Int32[]) - name: Item - nameWithType: Tensor.Item - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Item - - name: '[' - nameWithType: '[' - fullName: '[' - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: '[]' - nameWithType: '[]' - fullName: '[]' - - name: ']' - nameWithType: ']' - fullName: ']' - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Item(System.Int32[]) - name: Item - nameWithType: Tensor(Of T).Item - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Item - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: () - nameWithType: () - fullName: () - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.Item(System.ReadOnlySpan{System.Int32}) - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.Item(System.ReadOnlySpan{System.Int32}) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Item(System.ReadOnlySpan{System.Int32}) - name: Item[ReadOnlySpan] - nameWithType: Tensor.Item[ReadOnlySpan] - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Item[System.ReadOnlySpan] - nameWithType.vb: Tensor(Of T).Item(ReadOnlySpan(Of Int32)) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Item(System.ReadOnlySpan(Of System.Int32)) - name.vb: Item(ReadOnlySpan(Of Int32)) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Item(System.ReadOnlySpan{System.Int32}) - name: Item - nameWithType: Tensor.Item - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Item - - name: '[' - nameWithType: '[' - fullName: '[' - - uid: System.ReadOnlySpan`1 - name: ReadOnlySpan - nameWithType: ReadOnlySpan - fullName: System.ReadOnlySpan - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: '>' - nameWithType: '>' - fullName: '>' - - name: ']' - nameWithType: ']' - fullName: ']' - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Item(System.ReadOnlySpan{System.Int32}) - name: Item - nameWithType: Tensor(Of T).Item - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Item - - name: ( - nameWithType: ( - fullName: ( - - uid: System.ReadOnlySpan`1 - name: ReadOnlySpan - nameWithType: ReadOnlySpan - fullName: System.ReadOnlySpan - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.Compare(Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}},Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.Compare(Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0},Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Compare(Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0},Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}) - name: Compare(Tensor, Tensor) - nameWithType: Tensor.Compare(Tensor, Tensor) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Compare(Microsoft.ML.OnnxRuntime.Tensors.Tensor, Microsoft.ML.OnnxRuntime.Tensors.Tensor) - nameWithType.vb: Tensor(Of T).Compare(Tensor(Of T), Tensor(Of T)) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Compare(Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T), Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T)) - name.vb: Compare(Tensor(Of T), Tensor(Of T)) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Compare(Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0},Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}) - name: Compare - nameWithType: Tensor.Compare - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Compare - - name: ( - nameWithType: ( - fullName: ( - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Compare(Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0},Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}) - name: Compare - nameWithType: Tensor(Of T).Compare - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Compare - - name: ( - nameWithType: ( - fullName: ( - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.Equals(Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}},Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.Equals(Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0},Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Equals(Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0},Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}) - name: Equals(Tensor, Tensor) - nameWithType: Tensor.Equals(Tensor, Tensor) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Equals(Microsoft.ML.OnnxRuntime.Tensors.Tensor, Microsoft.ML.OnnxRuntime.Tensors.Tensor) - nameWithType.vb: Tensor(Of T).Equals(Tensor(Of T), Tensor(Of T)) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Equals(Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T), Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T)) - name.vb: Equals(Tensor(Of T), Tensor(Of T)) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Equals(Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0},Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}) - name: Equals - nameWithType: Tensor.Equals - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Equals - - name: ( - nameWithType: ( - fullName: ( - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Equals(Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0},Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}) - name: Equals - nameWithType: Tensor(Of T).Equals - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Equals - - name: ( - nameWithType: ( - fullName: ( - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#IEnumerable#GetEnumerator - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.System#Collections#IEnumerable#GetEnumerator - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IEnumerable#GetEnumerator - name: IEnumerable.GetEnumerator() - nameWithType: Tensor.IEnumerable.GetEnumerator() - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IEnumerable.GetEnumerator() - nameWithType.vb: Tensor(Of T).System.Collections.IEnumerable.GetEnumerator() - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IEnumerable.GetEnumerator() - name.vb: System.Collections.IEnumerable.GetEnumerator() - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IEnumerable#GetEnumerator - name: IEnumerable.GetEnumerator - nameWithType: Tensor.IEnumerable.GetEnumerator - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IEnumerable.GetEnumerator - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IEnumerable#GetEnumerator - name: System.Collections.IEnumerable.GetEnumerator - nameWithType: Tensor(Of T).System.Collections.IEnumerable.GetEnumerator - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IEnumerable.GetEnumerator - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#ICollection#Count - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.System#Collections#ICollection#Count - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#ICollection#Count - name: ICollection.Count - nameWithType: Tensor.ICollection.Count - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.ICollection.Count - nameWithType.vb: Tensor(Of T).System.Collections.ICollection.Count - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.ICollection.Count - name.vb: System.Collections.ICollection.Count -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#ICollection#IsSynchronized - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.System#Collections#ICollection#IsSynchronized - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#ICollection#IsSynchronized - name: ICollection.IsSynchronized - nameWithType: Tensor.ICollection.IsSynchronized - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.ICollection.IsSynchronized - nameWithType.vb: Tensor(Of T).System.Collections.ICollection.IsSynchronized - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.ICollection.IsSynchronized - name.vb: System.Collections.ICollection.IsSynchronized -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#ICollection#SyncRoot - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.System#Collections#ICollection#SyncRoot - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#ICollection#SyncRoot - name: ICollection.SyncRoot - nameWithType: Tensor.ICollection.SyncRoot - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.ICollection.SyncRoot - nameWithType.vb: Tensor(Of T).System.Collections.ICollection.SyncRoot - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.ICollection.SyncRoot - name.vb: System.Collections.ICollection.SyncRoot -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#ICollection#CopyTo(System.Array,System.Int32) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.System#Collections#ICollection#CopyTo(System.Array,System.Int32) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#ICollection#CopyTo(System.Array,System.Int32) - name: ICollection.CopyTo(Array, Int32) - nameWithType: Tensor.ICollection.CopyTo(Array, Int32) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.ICollection.CopyTo(System.Array, System.Int32) - nameWithType.vb: Tensor(Of T).System.Collections.ICollection.CopyTo(Array, Int32) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.ICollection.CopyTo(System.Array, System.Int32) - name.vb: System.Collections.ICollection.CopyTo(Array, Int32) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#ICollection#CopyTo(System.Array,System.Int32) - name: ICollection.CopyTo - nameWithType: Tensor.ICollection.CopyTo - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.ICollection.CopyTo - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Array - name: Array - nameWithType: Array - fullName: System.Array - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#ICollection#CopyTo(System.Array,System.Int32) - name: System.Collections.ICollection.CopyTo - nameWithType: Tensor(Of T).System.Collections.ICollection.CopyTo - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.ICollection.CopyTo - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Array - name: Array - nameWithType: Array - fullName: System.Array - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#IList#Item(System.Int32) - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.System#Collections#IList#Item(System.Int32) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Item(System.Int32) - name: IList.Item[Int32] - nameWithType: Tensor.IList.Item[Int32] - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IList.Item[System.Int32] - nameWithType.vb: Tensor(Of T).System.Collections.IList.Item(Int32) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IList.Item(System.Int32) - name.vb: System.Collections.IList.Item(Int32) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Item(System.Int32) - name: IList.Item - nameWithType: Tensor.IList.Item - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IList.Item - - name: '[' - nameWithType: '[' - fullName: '[' - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ']' - nameWithType: ']' - fullName: ']' - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Item(System.Int32) - name: System.Collections.IList.Item - nameWithType: Tensor(Of T).System.Collections.IList.Item - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IList.Item - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.IsFixedSize - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.IsFixedSize - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.IsFixedSize - name: IsFixedSize - nameWithType: Tensor.IsFixedSize - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.IsFixedSize - nameWithType.vb: Tensor(Of T).IsFixedSize - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).IsFixedSize -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.IsReadOnly - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.IsReadOnly - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.IsReadOnly - name: IsReadOnly - nameWithType: Tensor.IsReadOnly - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.IsReadOnly - nameWithType.vb: Tensor(Of T).IsReadOnly - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).IsReadOnly -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#IList#Add(System.Object) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.System#Collections#IList#Add(System.Object) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Add(System.Object) - name: IList.Add(Object) - nameWithType: Tensor.IList.Add(Object) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IList.Add(System.Object) - nameWithType.vb: Tensor(Of T).System.Collections.IList.Add(Object) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IList.Add(System.Object) - name.vb: System.Collections.IList.Add(Object) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Add(System.Object) - name: IList.Add - nameWithType: Tensor.IList.Add - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IList.Add - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Add(System.Object) - name: System.Collections.IList.Add - nameWithType: Tensor(Of T).System.Collections.IList.Add - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IList.Add - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#IList#Clear - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.System#Collections#IList#Clear - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Clear - name: IList.Clear() - nameWithType: Tensor.IList.Clear() - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IList.Clear() - nameWithType.vb: Tensor(Of T).System.Collections.IList.Clear() - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IList.Clear() - name.vb: System.Collections.IList.Clear() - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Clear - name: IList.Clear - nameWithType: Tensor.IList.Clear - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IList.Clear - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Clear - name: System.Collections.IList.Clear - nameWithType: Tensor(Of T).System.Collections.IList.Clear - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IList.Clear - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#IList#Contains(System.Object) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.System#Collections#IList#Contains(System.Object) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Contains(System.Object) - name: IList.Contains(Object) - nameWithType: Tensor.IList.Contains(Object) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IList.Contains(System.Object) - nameWithType.vb: Tensor(Of T).System.Collections.IList.Contains(Object) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IList.Contains(System.Object) - name.vb: System.Collections.IList.Contains(Object) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Contains(System.Object) - name: IList.Contains - nameWithType: Tensor.IList.Contains - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IList.Contains - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Contains(System.Object) - name: System.Collections.IList.Contains - nameWithType: Tensor(Of T).System.Collections.IList.Contains - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IList.Contains - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#IList#IndexOf(System.Object) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.System#Collections#IList#IndexOf(System.Object) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#IndexOf(System.Object) - name: IList.IndexOf(Object) - nameWithType: Tensor.IList.IndexOf(Object) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IList.IndexOf(System.Object) - nameWithType.vb: Tensor(Of T).System.Collections.IList.IndexOf(Object) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IList.IndexOf(System.Object) - name.vb: System.Collections.IList.IndexOf(Object) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#IndexOf(System.Object) - name: IList.IndexOf - nameWithType: Tensor.IList.IndexOf - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IList.IndexOf - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#IndexOf(System.Object) - name: System.Collections.IList.IndexOf - nameWithType: Tensor(Of T).System.Collections.IList.IndexOf - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IList.IndexOf - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#IList#Insert(System.Int32,System.Object) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.System#Collections#IList#Insert(System.Int32,System.Object) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Insert(System.Int32,System.Object) - name: IList.Insert(Int32, Object) - nameWithType: Tensor.IList.Insert(Int32, Object) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IList.Insert(System.Int32, System.Object) - nameWithType.vb: Tensor(Of T).System.Collections.IList.Insert(Int32, Object) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IList.Insert(System.Int32, System.Object) - name.vb: System.Collections.IList.Insert(Int32, Object) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Insert(System.Int32,System.Object) - name: IList.Insert - nameWithType: Tensor.IList.Insert - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IList.Insert - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Insert(System.Int32,System.Object) - name: System.Collections.IList.Insert - nameWithType: Tensor(Of T).System.Collections.IList.Insert - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IList.Insert - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#IList#Remove(System.Object) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.System#Collections#IList#Remove(System.Object) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Remove(System.Object) - name: IList.Remove(Object) - nameWithType: Tensor.IList.Remove(Object) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IList.Remove(System.Object) - nameWithType.vb: Tensor(Of T).System.Collections.IList.Remove(Object) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IList.Remove(System.Object) - name.vb: System.Collections.IList.Remove(Object) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Remove(System.Object) - name: IList.Remove - nameWithType: Tensor.IList.Remove - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IList.Remove - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Remove(System.Object) - name: System.Collections.IList.Remove - nameWithType: Tensor(Of T).System.Collections.IList.Remove - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IList.Remove - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#IList#RemoveAt(System.Int32) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.System#Collections#IList#RemoveAt(System.Int32) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#RemoveAt(System.Int32) - name: IList.RemoveAt(Int32) - nameWithType: Tensor.IList.RemoveAt(Int32) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IList.RemoveAt(System.Int32) - nameWithType.vb: Tensor(Of T).System.Collections.IList.RemoveAt(Int32) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IList.RemoveAt(System.Int32) - name.vb: System.Collections.IList.RemoveAt(Int32) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#RemoveAt(System.Int32) - name: IList.RemoveAt - nameWithType: Tensor.IList.RemoveAt - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IList.RemoveAt - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#RemoveAt(System.Int32) - name: System.Collections.IList.RemoveAt - nameWithType: Tensor(Of T).System.Collections.IList.RemoveAt - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IList.RemoveAt - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#Generic#IEnumerable{T}#GetEnumerator - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.System#Collections#Generic#IEnumerable{T}#GetEnumerator - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IEnumerable{T}#GetEnumerator - name: IEnumerable.GetEnumerator() - nameWithType: Tensor.IEnumerable.GetEnumerator() - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.IEnumerable.GetEnumerator() - nameWithType.vb: Tensor(Of T).System.Collections.Generic.IEnumerable.GetEnumerator() - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.IEnumerable.GetEnumerator() - name.vb: System.Collections.Generic.IEnumerable.GetEnumerator() - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IEnumerable{T}#GetEnumerator - name: IEnumerable.GetEnumerator - nameWithType: Tensor.IEnumerable.GetEnumerator - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.IEnumerable.GetEnumerator - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IEnumerable{T}#GetEnumerator - name: System.Collections.Generic.IEnumerable.GetEnumerator - nameWithType: Tensor(Of T).System.Collections.Generic.IEnumerable.GetEnumerator - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.IEnumerable.GetEnumerator - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#Generic#ICollection{T}#Count - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.System#Collections#Generic#ICollection{T}#Count - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Count - name: ICollection.Count - nameWithType: Tensor.ICollection.Count - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.ICollection.Count - nameWithType.vb: Tensor(Of T).System.Collections.Generic.ICollection.Count - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.ICollection.Count - name.vb: System.Collections.Generic.ICollection.Count -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#Generic#ICollection{T}#Add({T}) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.System#Collections#Generic#ICollection{T}#Add(`0) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Add(`0) - name: ICollection.Add(T) - nameWithType: Tensor.ICollection.Add(T) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.ICollection.Add(T) - nameWithType.vb: Tensor(Of T).System.Collections.Generic.ICollection.Add(T) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.ICollection.Add(T) - name.vb: System.Collections.Generic.ICollection.Add(T) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Add(`0) - name: ICollection.Add - nameWithType: Tensor.ICollection.Add - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.ICollection.Add - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Add(`0) - name: System.Collections.Generic.ICollection.Add - nameWithType: Tensor(Of T).System.Collections.Generic.ICollection.Add - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.ICollection.Add - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#Generic#ICollection{T}#Clear - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.System#Collections#Generic#ICollection{T}#Clear - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Clear - name: ICollection.Clear() - nameWithType: Tensor.ICollection.Clear() - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.ICollection.Clear() - nameWithType.vb: Tensor(Of T).System.Collections.Generic.ICollection.Clear() - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.ICollection.Clear() - name.vb: System.Collections.Generic.ICollection.Clear() - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Clear - name: ICollection.Clear - nameWithType: Tensor.ICollection.Clear - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.ICollection.Clear - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Clear - name: System.Collections.Generic.ICollection.Clear - nameWithType: Tensor(Of T).System.Collections.Generic.ICollection.Clear - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.ICollection.Clear - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#Generic#ICollection{T}#Contains({T}) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.System#Collections#Generic#ICollection{T}#Contains(`0) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Contains(`0) - name: ICollection.Contains(T) - nameWithType: Tensor.ICollection.Contains(T) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.ICollection.Contains(T) - nameWithType.vb: Tensor(Of T).System.Collections.Generic.ICollection.Contains(T) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.ICollection.Contains(T) - name.vb: System.Collections.Generic.ICollection.Contains(T) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Contains(`0) - name: ICollection.Contains - nameWithType: Tensor.ICollection.Contains - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.ICollection.Contains - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Contains(`0) - name: System.Collections.Generic.ICollection.Contains - nameWithType: Tensor(Of T).System.Collections.Generic.ICollection.Contains - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.ICollection.Contains - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.Contains({T}) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.Contains(`0) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Contains(`0) - name: Contains(T) - nameWithType: Tensor.Contains(T) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Contains(T) - nameWithType.vb: Tensor(Of T).Contains(T) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Contains(T) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Contains(`0) - name: Contains - nameWithType: Tensor.Contains - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Contains - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Contains(`0) - name: Contains - nameWithType: Tensor(Of T).Contains - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Contains - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#Generic#ICollection{T}#CopyTo({T}[],System.Int32) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.System#Collections#Generic#ICollection{T}#CopyTo(`0[],System.Int32) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#CopyTo(`0[],System.Int32) - name: ICollection.CopyTo(T[], Int32) - nameWithType: Tensor.ICollection.CopyTo(T[], Int32) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.ICollection.CopyTo(T[], System.Int32) - nameWithType.vb: Tensor(Of T).System.Collections.Generic.ICollection.CopyTo(T(), Int32) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.ICollection.CopyTo(T(), System.Int32) - name.vb: System.Collections.Generic.ICollection.CopyTo(T(), Int32) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#CopyTo(`0[],System.Int32) - name: ICollection.CopyTo - nameWithType: Tensor.ICollection.CopyTo - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.ICollection.CopyTo - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: '[]' - nameWithType: '[]' - fullName: '[]' - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#CopyTo(`0[],System.Int32) - name: System.Collections.Generic.ICollection.CopyTo - nameWithType: Tensor(Of T).System.Collections.Generic.ICollection.CopyTo - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.ICollection.CopyTo - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: () - nameWithType: () - fullName: () - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#Generic#ICollection{T}#Remove({T}) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.System#Collections#Generic#ICollection{T}#Remove(`0) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Remove(`0) - name: ICollection.Remove(T) - nameWithType: Tensor.ICollection.Remove(T) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.ICollection.Remove(T) - nameWithType.vb: Tensor(Of T).System.Collections.Generic.ICollection.Remove(T) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.ICollection.Remove(T) - name.vb: System.Collections.Generic.ICollection.Remove(T) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Remove(`0) - name: ICollection.Remove - nameWithType: Tensor.ICollection.Remove - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.ICollection.Remove - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Remove(`0) - name: System.Collections.Generic.ICollection.Remove - nameWithType: Tensor(Of T).System.Collections.Generic.ICollection.Remove - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.ICollection.Remove - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#Generic#IReadOnlyCollection{T}#Count - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.System#Collections#Generic#IReadOnlyCollection{T}#Count - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IReadOnlyCollection{T}#Count - name: IReadOnlyCollection.Count - nameWithType: Tensor.IReadOnlyCollection.Count - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.IReadOnlyCollection.Count - nameWithType.vb: Tensor(Of T).System.Collections.Generic.IReadOnlyCollection.Count - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.IReadOnlyCollection.Count - name.vb: System.Collections.Generic.IReadOnlyCollection.Count -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#Generic#IList{T}#Item(System.Int32) - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.System#Collections#Generic#IList{T}#Item(System.Int32) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#Item(System.Int32) - name: IList.Item[Int32] - nameWithType: Tensor.IList.Item[Int32] - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.IList.Item[System.Int32] - nameWithType.vb: Tensor(Of T).System.Collections.Generic.IList.Item(Int32) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.IList.Item(System.Int32) - name.vb: System.Collections.Generic.IList.Item(Int32) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#Item(System.Int32) - name: IList.Item - nameWithType: Tensor.IList.Item - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.IList.Item - - name: '[' - nameWithType: '[' - fullName: '[' - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ']' - nameWithType: ']' - fullName: ']' - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#Item(System.Int32) - name: System.Collections.Generic.IList.Item - nameWithType: Tensor(Of T).System.Collections.Generic.IList.Item - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.IList.Item - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#Generic#IList{T}#IndexOf({T}) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.System#Collections#Generic#IList{T}#IndexOf(`0) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#IndexOf(`0) - name: IList.IndexOf(T) - nameWithType: Tensor.IList.IndexOf(T) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.IList.IndexOf(T) - nameWithType.vb: Tensor(Of T).System.Collections.Generic.IList.IndexOf(T) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.IList.IndexOf(T) - name.vb: System.Collections.Generic.IList.IndexOf(T) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#IndexOf(`0) - name: IList.IndexOf - nameWithType: Tensor.IList.IndexOf - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.IList.IndexOf - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#IndexOf(`0) - name: System.Collections.Generic.IList.IndexOf - nameWithType: Tensor(Of T).System.Collections.Generic.IList.IndexOf - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.IList.IndexOf - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#Generic#IList{T}#Insert(System.Int32,{T}) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.System#Collections#Generic#IList{T}#Insert(System.Int32,`0) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#Insert(System.Int32,`0) - name: IList.Insert(Int32, T) - nameWithType: Tensor.IList.Insert(Int32, T) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.IList.Insert(System.Int32, T) - nameWithType.vb: Tensor(Of T).System.Collections.Generic.IList.Insert(Int32, T) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.IList.Insert(System.Int32, T) - name.vb: System.Collections.Generic.IList.Insert(Int32, T) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#Insert(System.Int32,`0) - name: IList.Insert - nameWithType: Tensor.IList.Insert - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.IList.Insert - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#Insert(System.Int32,`0) - name: System.Collections.Generic.IList.Insert - nameWithType: Tensor(Of T).System.Collections.Generic.IList.Insert - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.IList.Insert - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#Generic#IList{T}#RemoveAt(System.Int32) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.System#Collections#Generic#IList{T}#RemoveAt(System.Int32) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#RemoveAt(System.Int32) - name: IList.RemoveAt(Int32) - nameWithType: Tensor.IList.RemoveAt(Int32) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.IList.RemoveAt(System.Int32) - nameWithType.vb: Tensor(Of T).System.Collections.Generic.IList.RemoveAt(Int32) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.IList.RemoveAt(System.Int32) - name.vb: System.Collections.Generic.IList.RemoveAt(Int32) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#RemoveAt(System.Int32) - name: IList.RemoveAt - nameWithType: Tensor.IList.RemoveAt - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.IList.RemoveAt - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#RemoveAt(System.Int32) - name: System.Collections.Generic.IList.RemoveAt - nameWithType: Tensor(Of T).System.Collections.Generic.IList.RemoveAt - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.IList.RemoveAt - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#Generic#IReadOnlyList{T}#Item(System.Int32) - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.System#Collections#Generic#IReadOnlyList{T}#Item(System.Int32) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IReadOnlyList{T}#Item(System.Int32) - name: IReadOnlyList.Item[Int32] - nameWithType: Tensor.IReadOnlyList.Item[Int32] - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.IReadOnlyList.Item[System.Int32] - nameWithType.vb: Tensor(Of T).System.Collections.Generic.IReadOnlyList.Item(Int32) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.IReadOnlyList.Item(System.Int32) - name.vb: System.Collections.Generic.IReadOnlyList.Item(Int32) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IReadOnlyList{T}#Item(System.Int32) - name: IReadOnlyList.Item - nameWithType: Tensor.IReadOnlyList.Item - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.IReadOnlyList.Item - - name: '[' - nameWithType: '[' - fullName: '[' - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ']' - nameWithType: ']' - fullName: ']' - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IReadOnlyList{T}#Item(System.Int32) - name: System.Collections.Generic.IReadOnlyList.Item - nameWithType: Tensor(Of T).System.Collections.Generic.IReadOnlyList.Item - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.IReadOnlyList.Item - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#IStructuralComparable#CompareTo(System.Object,System.Collections.IComparer) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.System#Collections#IStructuralComparable#CompareTo(System.Object,System.Collections.IComparer) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IStructuralComparable#CompareTo(System.Object,System.Collections.IComparer) - name: IStructuralComparable.CompareTo(Object, IComparer) - nameWithType: Tensor.IStructuralComparable.CompareTo(Object, IComparer) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IStructuralComparable.CompareTo(System.Object, System.Collections.IComparer) - nameWithType.vb: Tensor(Of T).System.Collections.IStructuralComparable.CompareTo(Object, IComparer) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IStructuralComparable.CompareTo(System.Object, System.Collections.IComparer) - name.vb: System.Collections.IStructuralComparable.CompareTo(Object, IComparer) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IStructuralComparable#CompareTo(System.Object,System.Collections.IComparer) - name: IStructuralComparable.CompareTo - nameWithType: Tensor.IStructuralComparable.CompareTo - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IStructuralComparable.CompareTo - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Collections.IComparer - name: IComparer - nameWithType: IComparer - fullName: System.Collections.IComparer - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IStructuralComparable#CompareTo(System.Object,System.Collections.IComparer) - name: System.Collections.IStructuralComparable.CompareTo - nameWithType: Tensor(Of T).System.Collections.IStructuralComparable.CompareTo - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IStructuralComparable.CompareTo - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Collections.IComparer - name: IComparer - nameWithType: IComparer - fullName: System.Collections.IComparer - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#IStructuralEquatable#Equals(System.Object,System.Collections.IEqualityComparer) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.System#Collections#IStructuralEquatable#Equals(System.Object,System.Collections.IEqualityComparer) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IStructuralEquatable#Equals(System.Object,System.Collections.IEqualityComparer) - name: IStructuralEquatable.Equals(Object, IEqualityComparer) - nameWithType: Tensor.IStructuralEquatable.Equals(Object, IEqualityComparer) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IStructuralEquatable.Equals(System.Object, System.Collections.IEqualityComparer) - nameWithType.vb: Tensor(Of T).System.Collections.IStructuralEquatable.Equals(Object, IEqualityComparer) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IStructuralEquatable.Equals(System.Object, System.Collections.IEqualityComparer) - name.vb: System.Collections.IStructuralEquatable.Equals(Object, IEqualityComparer) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IStructuralEquatable#Equals(System.Object,System.Collections.IEqualityComparer) - name: IStructuralEquatable.Equals - nameWithType: Tensor.IStructuralEquatable.Equals - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IStructuralEquatable.Equals - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Collections.IEqualityComparer - name: IEqualityComparer - nameWithType: IEqualityComparer - fullName: System.Collections.IEqualityComparer - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IStructuralEquatable#Equals(System.Object,System.Collections.IEqualityComparer) - name: System.Collections.IStructuralEquatable.Equals - nameWithType: Tensor(Of T).System.Collections.IStructuralEquatable.Equals - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IStructuralEquatable.Equals - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Collections.IEqualityComparer - name: IEqualityComparer - nameWithType: IEqualityComparer - fullName: System.Collections.IEqualityComparer - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.System#Collections#IStructuralEquatable#GetHashCode(System.Collections.IEqualityComparer) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.System#Collections#IStructuralEquatable#GetHashCode(System.Collections.IEqualityComparer) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IStructuralEquatable#GetHashCode(System.Collections.IEqualityComparer) - name: IStructuralEquatable.GetHashCode(IEqualityComparer) - nameWithType: Tensor.IStructuralEquatable.GetHashCode(IEqualityComparer) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer) - nameWithType.vb: Tensor(Of T).System.Collections.IStructuralEquatable.GetHashCode(IEqualityComparer) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer) - name.vb: System.Collections.IStructuralEquatable.GetHashCode(IEqualityComparer) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IStructuralEquatable#GetHashCode(System.Collections.IEqualityComparer) - name: IStructuralEquatable.GetHashCode - nameWithType: Tensor.IStructuralEquatable.GetHashCode - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IStructuralEquatable.GetHashCode - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Collections.IEqualityComparer - name: IEqualityComparer - nameWithType: IEqualityComparer - fullName: System.Collections.IEqualityComparer - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IStructuralEquatable#GetHashCode(System.Collections.IEqualityComparer) - name: System.Collections.IStructuralEquatable.GetHashCode - nameWithType: Tensor(Of T).System.Collections.IStructuralEquatable.GetHashCode - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IStructuralEquatable.GetHashCode - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Collections.IEqualityComparer - name: IEqualityComparer - nameWithType: IEqualityComparer - fullName: System.Collections.IEqualityComparer - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.ToDenseTensor - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.ToDenseTensor - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.ToDenseTensor - name: ToDenseTensor() - nameWithType: Tensor.ToDenseTensor() - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.ToDenseTensor() - nameWithType.vb: Tensor(Of T).ToDenseTensor() - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).ToDenseTensor() - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.ToDenseTensor - name: ToDenseTensor - nameWithType: Tensor.ToDenseTensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.ToDenseTensor - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.ToDenseTensor - name: ToDenseTensor - nameWithType: Tensor(Of T).ToDenseTensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).ToDenseTensor - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.GetArrayString(System.Boolean) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.GetArrayString(System.Boolean) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetArrayString(System.Boolean) - name: GetArrayString(Boolean) - nameWithType: Tensor.GetArrayString(Boolean) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.GetArrayString(System.Boolean) - nameWithType.vb: Tensor(Of T).GetArrayString(Boolean) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).GetArrayString(System.Boolean) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetArrayString(System.Boolean) - name: GetArrayString - nameWithType: Tensor.GetArrayString - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.GetArrayString - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetArrayString(System.Boolean) - name: GetArrayString - nameWithType: Tensor(Of T).GetArrayString - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).GetArrayString - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetTypeInfo(System.Type) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetTypeInfo(System.Type) - parent: Microsoft.ML.OnnxRuntime.Tensors.TensorBase - isExternal: true - name: GetTypeInfo(Type) - nameWithType: TensorBase.GetTypeInfo(Type) - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetTypeInfo(System.Type) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetTypeInfo(System.Type) - name: GetTypeInfo - nameWithType: TensorBase.GetTypeInfo - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetTypeInfo - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetTypeInfo(System.Type) - name: GetTypeInfo - nameWithType: TensorBase.GetTypeInfo - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetTypeInfo - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetElementTypeInfo(Microsoft.ML.OnnxRuntime.Tensors.TensorElementType) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetElementTypeInfo(Microsoft.ML.OnnxRuntime.Tensors.TensorElementType) - parent: Microsoft.ML.OnnxRuntime.Tensors.TensorBase - name: GetElementTypeInfo(TensorElementType) - nameWithType: TensorBase.GetElementTypeInfo(TensorElementType) - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetElementTypeInfo(Microsoft.ML.OnnxRuntime.Tensors.TensorElementType) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetElementTypeInfo(Microsoft.ML.OnnxRuntime.Tensors.TensorElementType) - name: GetElementTypeInfo - nameWithType: TensorBase.GetElementTypeInfo - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetElementTypeInfo - - name: ( - nameWithType: ( - fullName: ( - - uid: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - name: TensorElementType - nameWithType: TensorElementType - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetElementTypeInfo(Microsoft.ML.OnnxRuntime.Tensors.TensorElementType) - name: GetElementTypeInfo - nameWithType: TensorBase.GetElementTypeInfo - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetElementTypeInfo - - name: ( - nameWithType: ( - fullName: ( - - uid: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - name: TensorElementType - nameWithType: TensorElementType - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetTypeInfo - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetTypeInfo - parent: Microsoft.ML.OnnxRuntime.Tensors.TensorBase - name: GetTypeInfo() - nameWithType: TensorBase.GetTypeInfo() - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetTypeInfo() - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetTypeInfo - name: GetTypeInfo - nameWithType: TensorBase.GetTypeInfo - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetTypeInfo - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetTypeInfo - name: GetTypeInfo - nameWithType: TensorBase.GetTypeInfo - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetTypeInfo - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object) - commentId: M:System.Object.Equals(System.Object) - parent: System.Object - isExternal: true - name: Equals(Object) - nameWithType: Object.Equals(Object) - fullName: System.Object.Equals(System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetHashCode - commentId: M:System.Object.GetHashCode - parent: System.Object - isExternal: true - name: GetHashCode() - nameWithType: Object.GetHashCode() - fullName: System.Object.GetHashCode() - spec.csharp: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - name: MemberwiseClone() - nameWithType: Object.MemberwiseClone() - fullName: System.Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ToString - commentId: M:System.Object.ToString - parent: System.Object - isExternal: true - name: ToString() - nameWithType: Object.ToString() - fullName: System.Object.ToString() - spec.csharp: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - commentId: T:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - parent: Microsoft.ML.OnnxRuntime.Tensors - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - nameWithType.vb: Tensor(Of T) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T) - name.vb: Tensor(Of T) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections - commentId: N:System.Collections - isExternal: true - name: System.Collections - nameWithType: System.Collections - fullName: System.Collections -- uid: System.Collections.Generic.IList`1 - commentId: T:System.Collections.Generic.IList`1 - isExternal: true - name: IList - nameWithType: IList - fullName: System.Collections.Generic.IList - nameWithType.vb: IList(Of T) - fullName.vb: System.Collections.Generic.IList(Of T) - name.vb: IList(Of T) - spec.csharp: - - uid: System.Collections.Generic.IList`1 - name: IList - nameWithType: IList - fullName: System.Collections.Generic.IList - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.IList`1 - name: IList - nameWithType: IList - fullName: System.Collections.Generic.IList - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic - commentId: N:System.Collections.Generic - isExternal: true - name: System.Collections.Generic - nameWithType: System.Collections.Generic - fullName: System.Collections.Generic -- uid: System.Collections.Generic.ICollection`1 - commentId: T:System.Collections.Generic.ICollection`1 - isExternal: true - name: ICollection - nameWithType: ICollection - fullName: System.Collections.Generic.ICollection - nameWithType.vb: ICollection(Of T) - fullName.vb: System.Collections.Generic.ICollection(Of T) - name.vb: ICollection(Of T) - spec.csharp: - - uid: System.Collections.Generic.ICollection`1 - name: ICollection - nameWithType: ICollection - fullName: System.Collections.Generic.ICollection - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.ICollection`1 - name: ICollection - nameWithType: ICollection - fullName: System.Collections.Generic.ICollection - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic.IReadOnlyList`1 - commentId: T:System.Collections.Generic.IReadOnlyList`1 - isExternal: true - name: IReadOnlyList - nameWithType: IReadOnlyList - fullName: System.Collections.Generic.IReadOnlyList - nameWithType.vb: IReadOnlyList(Of T) - fullName.vb: System.Collections.Generic.IReadOnlyList(Of T) - name.vb: IReadOnlyList(Of T) - spec.csharp: - - uid: System.Collections.Generic.IReadOnlyList`1 - name: IReadOnlyList - nameWithType: IReadOnlyList - fullName: System.Collections.Generic.IReadOnlyList - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.IReadOnlyList`1 - name: IReadOnlyList - nameWithType: IReadOnlyList - fullName: System.Collections.Generic.IReadOnlyList - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic.IReadOnlyCollection`1 - commentId: T:System.Collections.Generic.IReadOnlyCollection`1 - isExternal: true - name: IReadOnlyCollection - nameWithType: IReadOnlyCollection - fullName: System.Collections.Generic.IReadOnlyCollection - nameWithType.vb: IReadOnlyCollection(Of T) - fullName.vb: System.Collections.Generic.IReadOnlyCollection(Of T) - name.vb: IReadOnlyCollection(Of T) - spec.csharp: - - uid: System.Collections.Generic.IReadOnlyCollection`1 - name: IReadOnlyCollection - nameWithType: IReadOnlyCollection - fullName: System.Collections.Generic.IReadOnlyCollection - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.IReadOnlyCollection`1 - name: IReadOnlyCollection - nameWithType: IReadOnlyCollection - fullName: System.Collections.Generic.IReadOnlyCollection - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic.IEnumerable`1 - commentId: T:System.Collections.Generic.IEnumerable`1 - isExternal: true - name: IEnumerable - nameWithType: IEnumerable - fullName: System.Collections.Generic.IEnumerable - nameWithType.vb: IEnumerable(Of T) - fullName.vb: System.Collections.Generic.IEnumerable(Of T) - name.vb: IEnumerable(Of T) - spec.csharp: - - uid: System.Collections.Generic.IEnumerable`1 - name: IEnumerable - nameWithType: IEnumerable - fullName: System.Collections.Generic.IEnumerable - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.IEnumerable`1 - name: IEnumerable - nameWithType: IEnumerable - fullName: System.Collections.Generic.IEnumerable - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Length - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Length - name: Length - nameWithType: Tensor.Length - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Length - nameWithType.vb: Tensor(Of T).Length - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Length -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Rank - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Rank - name: Rank - nameWithType: Tensor.Rank - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Rank - nameWithType.vb: Tensor(Of T).Rank - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Rank -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.IsReversedStride - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.IsReversedStride - name: IsReversedStride - nameWithType: Tensor.IsReversedStride - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.IsReversedStride - nameWithType.vb: Tensor(Of T).IsReversedStride - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).IsReversedStride -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Dimensions - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Dimensions - name: Dimensions - nameWithType: Tensor.Dimensions - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Dimensions - nameWithType.vb: Tensor(Of T).Dimensions - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Dimensions -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Strides - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Strides - name: Strides - nameWithType: Tensor.Strides - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Strides - nameWithType.vb: Tensor(Of T).Strides - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Strides -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Fill(`0) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Fill(`0) - name: Fill(T) - nameWithType: Tensor.Fill(T) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Fill(T) - nameWithType.vb: Tensor(Of T).Fill(T) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Fill(T) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Fill(`0) - name: Fill - nameWithType: Tensor.Fill - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Fill - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Fill(`0) - name: Fill - nameWithType: Tensor(Of T).Fill - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Fill - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CloneEmpty - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CloneEmpty - name: CloneEmpty() - nameWithType: Tensor.CloneEmpty() - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.CloneEmpty() - nameWithType.vb: Tensor(Of T).CloneEmpty() - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).CloneEmpty() - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CloneEmpty - name: CloneEmpty - nameWithType: Tensor.CloneEmpty - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.CloneEmpty - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CloneEmpty - name: CloneEmpty - nameWithType: Tensor(Of T).CloneEmpty - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).CloneEmpty - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CloneEmpty(System.ReadOnlySpan{System.Int32}) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CloneEmpty(System.ReadOnlySpan{System.Int32}) - isExternal: true - name: CloneEmpty(ReadOnlySpan) - nameWithType: Tensor.CloneEmpty(ReadOnlySpan) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.CloneEmpty(System.ReadOnlySpan) - nameWithType.vb: Tensor(Of T).CloneEmpty(ReadOnlySpan(Of Int32)) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).CloneEmpty(System.ReadOnlySpan(Of System.Int32)) - name.vb: CloneEmpty(ReadOnlySpan(Of Int32)) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CloneEmpty(System.ReadOnlySpan{System.Int32}) - name: CloneEmpty - nameWithType: Tensor.CloneEmpty - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.CloneEmpty - - name: ( - nameWithType: ( - fullName: ( - - uid: System.ReadOnlySpan`1 - name: ReadOnlySpan - nameWithType: ReadOnlySpan - fullName: System.ReadOnlySpan - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: '>' - nameWithType: '>' - fullName: '>' - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CloneEmpty(System.ReadOnlySpan{System.Int32}) - name: CloneEmpty - nameWithType: Tensor(Of T).CloneEmpty - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).CloneEmpty - - name: ( - nameWithType: ( - fullName: ( - - uid: System.ReadOnlySpan`1 - name: ReadOnlySpan - nameWithType: ReadOnlySpan - fullName: System.ReadOnlySpan - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CloneEmpty``1 - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CloneEmpty``1 - name: CloneEmpty() - nameWithType: Tensor.CloneEmpty() - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.CloneEmpty() - nameWithType.vb: Tensor(Of T).CloneEmpty(Of TResult)() - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).CloneEmpty(Of TResult)() - name.vb: CloneEmpty(Of TResult)() - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CloneEmpty``1 - name: CloneEmpty - nameWithType: Tensor.CloneEmpty - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.CloneEmpty - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CloneEmpty``1 - name: CloneEmpty(Of TResult) - nameWithType: Tensor(Of T).CloneEmpty(Of TResult) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).CloneEmpty(Of TResult) - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetDiagonal - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetDiagonal - name: GetDiagonal() - nameWithType: Tensor.GetDiagonal() - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.GetDiagonal() - nameWithType.vb: Tensor(Of T).GetDiagonal() - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).GetDiagonal() - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetDiagonal - name: GetDiagonal - nameWithType: Tensor.GetDiagonal - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.GetDiagonal - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetDiagonal - name: GetDiagonal - nameWithType: Tensor(Of T).GetDiagonal - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).GetDiagonal - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetDiagonal(System.Int32) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetDiagonal(System.Int32) - isExternal: true - name: GetDiagonal(Int32) - nameWithType: Tensor.GetDiagonal(Int32) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.GetDiagonal(System.Int32) - nameWithType.vb: Tensor(Of T).GetDiagonal(Int32) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).GetDiagonal(System.Int32) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetDiagonal(System.Int32) - name: GetDiagonal - nameWithType: Tensor.GetDiagonal - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.GetDiagonal - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetDiagonal(System.Int32) - name: GetDiagonal - nameWithType: Tensor(Of T).GetDiagonal - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).GetDiagonal - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetTriangle - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetTriangle - name: GetTriangle() - nameWithType: Tensor.GetTriangle() - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.GetTriangle() - nameWithType.vb: Tensor(Of T).GetTriangle() - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).GetTriangle() - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetTriangle - name: GetTriangle - nameWithType: Tensor.GetTriangle - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.GetTriangle - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetTriangle - name: GetTriangle - nameWithType: Tensor(Of T).GetTriangle - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).GetTriangle - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetTriangle(System.Int32) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetTriangle(System.Int32) - isExternal: true - name: GetTriangle(Int32) - nameWithType: Tensor.GetTriangle(Int32) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.GetTriangle(System.Int32) - nameWithType.vb: Tensor(Of T).GetTriangle(Int32) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).GetTriangle(System.Int32) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetTriangle(System.Int32) - name: GetTriangle - nameWithType: Tensor.GetTriangle - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.GetTriangle - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetTriangle(System.Int32) - name: GetTriangle - nameWithType: Tensor(Of T).GetTriangle - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).GetTriangle - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetUpperTriangle - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetUpperTriangle - name: GetUpperTriangle() - nameWithType: Tensor.GetUpperTriangle() - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.GetUpperTriangle() - nameWithType.vb: Tensor(Of T).GetUpperTriangle() - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).GetUpperTriangle() - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetUpperTriangle - name: GetUpperTriangle - nameWithType: Tensor.GetUpperTriangle - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.GetUpperTriangle - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetUpperTriangle - name: GetUpperTriangle - nameWithType: Tensor(Of T).GetUpperTriangle - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).GetUpperTriangle - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetUpperTriangle(System.Int32) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetUpperTriangle(System.Int32) - isExternal: true - name: GetUpperTriangle(Int32) - nameWithType: Tensor.GetUpperTriangle(Int32) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.GetUpperTriangle(System.Int32) - nameWithType.vb: Tensor(Of T).GetUpperTriangle(Int32) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).GetUpperTriangle(System.Int32) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetUpperTriangle(System.Int32) - name: GetUpperTriangle - nameWithType: Tensor.GetUpperTriangle - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.GetUpperTriangle - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetUpperTriangle(System.Int32) - name: GetUpperTriangle - nameWithType: Tensor(Of T).GetUpperTriangle - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).GetUpperTriangle - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetTriangle(System.Int32,System.Boolean) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetTriangle(System.Int32,System.Boolean) - isExternal: true - name: GetTriangle(Int32, Boolean) - nameWithType: Tensor.GetTriangle(Int32, Boolean) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.GetTriangle(System.Int32, System.Boolean) - nameWithType.vb: Tensor(Of T).GetTriangle(Int32, Boolean) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).GetTriangle(System.Int32, System.Boolean) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetTriangle(System.Int32,System.Boolean) - name: GetTriangle - nameWithType: Tensor.GetTriangle - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.GetTriangle - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetTriangle(System.Int32,System.Boolean) - name: GetTriangle - nameWithType: Tensor(Of T).GetTriangle - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).GetTriangle - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Item(System.Int32[]) - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Item(System.Int32[]) - isExternal: true - name: Item[Int32[]] - nameWithType: Tensor.Item[Int32[]] - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Item[System.Int32[]] - nameWithType.vb: Tensor(Of T).Item(Int32()) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Item(System.Int32()) - name.vb: Item(Int32()) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Item(System.Int32[]) - name: Item - nameWithType: Tensor.Item - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Item - - name: '[' - nameWithType: '[' - fullName: '[' - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: '[]' - nameWithType: '[]' - fullName: '[]' - - name: ']' - nameWithType: ']' - fullName: ']' - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Item(System.Int32[]) - name: Item - nameWithType: Tensor(Of T).Item - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Item - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: () - nameWithType: () - fullName: () - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Item(System.ReadOnlySpan{System.Int32}) - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Item(System.ReadOnlySpan{System.Int32}) - isExternal: true - name: Item[ReadOnlySpan] - nameWithType: Tensor.Item[ReadOnlySpan] - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Item[System.ReadOnlySpan] - nameWithType.vb: Tensor(Of T).Item(ReadOnlySpan(Of Int32)) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Item(System.ReadOnlySpan(Of System.Int32)) - name.vb: Item(ReadOnlySpan(Of Int32)) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Item(System.ReadOnlySpan{System.Int32}) - name: Item - nameWithType: Tensor.Item - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Item - - name: '[' - nameWithType: '[' - fullName: '[' - - uid: System.ReadOnlySpan`1 - name: ReadOnlySpan - nameWithType: ReadOnlySpan - fullName: System.ReadOnlySpan - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: '>' - nameWithType: '>' - fullName: '>' - - name: ']' - nameWithType: ']' - fullName: ']' - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Item(System.ReadOnlySpan{System.Int32}) - name: Item - nameWithType: Tensor(Of T).Item - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Item - - name: ( - nameWithType: ( - fullName: ( - - uid: System.ReadOnlySpan`1 - name: ReadOnlySpan - nameWithType: ReadOnlySpan - fullName: System.ReadOnlySpan - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Compare(Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0},Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Compare(Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0},Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}) - name: Compare(Tensor, Tensor) - nameWithType: Tensor.Compare(Tensor, Tensor) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Compare(Microsoft.ML.OnnxRuntime.Tensors.Tensor, Microsoft.ML.OnnxRuntime.Tensors.Tensor) - nameWithType.vb: Tensor(Of T).Compare(Tensor(Of T), Tensor(Of T)) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Compare(Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T), Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T)) - name.vb: Compare(Tensor(Of T), Tensor(Of T)) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Compare(Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0},Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}) - name: Compare - nameWithType: Tensor.Compare - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Compare - - name: ( - nameWithType: ( - fullName: ( - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Compare(Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0},Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}) - name: Compare - nameWithType: Tensor(Of T).Compare - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Compare - - name: ( - nameWithType: ( - fullName: ( - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Equals(Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0},Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Equals(Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0},Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}) - name: Equals(Tensor, Tensor) - nameWithType: Tensor.Equals(Tensor, Tensor) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Equals(Microsoft.ML.OnnxRuntime.Tensors.Tensor, Microsoft.ML.OnnxRuntime.Tensors.Tensor) - nameWithType.vb: Tensor(Of T).Equals(Tensor(Of T), Tensor(Of T)) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Equals(Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T), Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T)) - name.vb: Equals(Tensor(Of T), Tensor(Of T)) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Equals(Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0},Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}) - name: Equals - nameWithType: Tensor.Equals - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Equals - - name: ( - nameWithType: ( - fullName: ( - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Equals(Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0},Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}) - name: Equals - nameWithType: Tensor(Of T).Equals - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Equals - - name: ( - nameWithType: ( - fullName: ( - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IEnumerable#GetEnumerator - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IEnumerable#GetEnumerator - name: IEnumerable.GetEnumerator() - nameWithType: Tensor.IEnumerable.GetEnumerator() - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IEnumerable.GetEnumerator() - nameWithType.vb: Tensor(Of T).System.Collections.IEnumerable.GetEnumerator() - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IEnumerable.GetEnumerator() - name.vb: System.Collections.IEnumerable.GetEnumerator() - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IEnumerable#GetEnumerator - name: IEnumerable.GetEnumerator - nameWithType: Tensor.IEnumerable.GetEnumerator - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IEnumerable.GetEnumerator - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IEnumerable#GetEnumerator - name: System.Collections.IEnumerable.GetEnumerator - nameWithType: Tensor(Of T).System.Collections.IEnumerable.GetEnumerator - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IEnumerable.GetEnumerator - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#ICollection#Count - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#ICollection#Count - name: ICollection.Count - nameWithType: Tensor.ICollection.Count - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.ICollection.Count - nameWithType.vb: Tensor(Of T).System.Collections.ICollection.Count - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.ICollection.Count - name.vb: System.Collections.ICollection.Count -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#ICollection#IsSynchronized - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#ICollection#IsSynchronized - name: ICollection.IsSynchronized - nameWithType: Tensor.ICollection.IsSynchronized - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.ICollection.IsSynchronized - nameWithType.vb: Tensor(Of T).System.Collections.ICollection.IsSynchronized - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.ICollection.IsSynchronized - name.vb: System.Collections.ICollection.IsSynchronized -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#ICollection#SyncRoot - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#ICollection#SyncRoot - name: ICollection.SyncRoot - nameWithType: Tensor.ICollection.SyncRoot - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.ICollection.SyncRoot - nameWithType.vb: Tensor(Of T).System.Collections.ICollection.SyncRoot - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.ICollection.SyncRoot - name.vb: System.Collections.ICollection.SyncRoot -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#ICollection#CopyTo(System.Array,System.Int32) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#ICollection#CopyTo(System.Array,System.Int32) - isExternal: true - name: ICollection.CopyTo(Array, Int32) - nameWithType: Tensor.ICollection.CopyTo(Array, Int32) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.ICollection.CopyTo(System.Array, System.Int32) - nameWithType.vb: Tensor(Of T).System.Collections.ICollection.CopyTo(Array, Int32) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.ICollection.CopyTo(System.Array, System.Int32) - name.vb: System.Collections.ICollection.CopyTo(Array, Int32) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#ICollection#CopyTo(System.Array,System.Int32) - name: ICollection.CopyTo - nameWithType: Tensor.ICollection.CopyTo - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.ICollection.CopyTo - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Array - name: Array - nameWithType: Array - fullName: System.Array - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#ICollection#CopyTo(System.Array,System.Int32) - name: System.Collections.ICollection.CopyTo - nameWithType: Tensor(Of T).System.Collections.ICollection.CopyTo - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.ICollection.CopyTo - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Array - name: Array - nameWithType: Array - fullName: System.Array - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Item(System.Int32) - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Item(System.Int32) - isExternal: true - name: IList.Item[Int32] - nameWithType: Tensor.IList.Item[Int32] - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IList.Item[System.Int32] - nameWithType.vb: Tensor(Of T).System.Collections.IList.Item(Int32) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IList.Item(System.Int32) - name.vb: System.Collections.IList.Item(Int32) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Item(System.Int32) - name: IList.Item - nameWithType: Tensor.IList.Item - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IList.Item - - name: '[' - nameWithType: '[' - fullName: '[' - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ']' - nameWithType: ']' - fullName: ']' - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Item(System.Int32) - name: System.Collections.IList.Item - nameWithType: Tensor(Of T).System.Collections.IList.Item - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IList.Item - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.IsFixedSize - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.IsFixedSize - name: IsFixedSize - nameWithType: Tensor.IsFixedSize - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.IsFixedSize - nameWithType.vb: Tensor(Of T).IsFixedSize - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).IsFixedSize -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.IsReadOnly - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.IsReadOnly - name: IsReadOnly - nameWithType: Tensor.IsReadOnly - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.IsReadOnly - nameWithType.vb: Tensor(Of T).IsReadOnly - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).IsReadOnly -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Add(System.Object) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Add(System.Object) - isExternal: true - name: IList.Add(Object) - nameWithType: Tensor.IList.Add(Object) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IList.Add(System.Object) - nameWithType.vb: Tensor(Of T).System.Collections.IList.Add(Object) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IList.Add(System.Object) - name.vb: System.Collections.IList.Add(Object) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Add(System.Object) - name: IList.Add - nameWithType: Tensor.IList.Add - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IList.Add - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Add(System.Object) - name: System.Collections.IList.Add - nameWithType: Tensor(Of T).System.Collections.IList.Add - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IList.Add - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Clear - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Clear - name: IList.Clear() - nameWithType: Tensor.IList.Clear() - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IList.Clear() - nameWithType.vb: Tensor(Of T).System.Collections.IList.Clear() - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IList.Clear() - name.vb: System.Collections.IList.Clear() - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Clear - name: IList.Clear - nameWithType: Tensor.IList.Clear - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IList.Clear - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Clear - name: System.Collections.IList.Clear - nameWithType: Tensor(Of T).System.Collections.IList.Clear - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IList.Clear - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Contains(System.Object) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Contains(System.Object) - isExternal: true - name: IList.Contains(Object) - nameWithType: Tensor.IList.Contains(Object) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IList.Contains(System.Object) - nameWithType.vb: Tensor(Of T).System.Collections.IList.Contains(Object) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IList.Contains(System.Object) - name.vb: System.Collections.IList.Contains(Object) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Contains(System.Object) - name: IList.Contains - nameWithType: Tensor.IList.Contains - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IList.Contains - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Contains(System.Object) - name: System.Collections.IList.Contains - nameWithType: Tensor(Of T).System.Collections.IList.Contains - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IList.Contains - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#IndexOf(System.Object) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#IndexOf(System.Object) - isExternal: true - name: IList.IndexOf(Object) - nameWithType: Tensor.IList.IndexOf(Object) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IList.IndexOf(System.Object) - nameWithType.vb: Tensor(Of T).System.Collections.IList.IndexOf(Object) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IList.IndexOf(System.Object) - name.vb: System.Collections.IList.IndexOf(Object) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#IndexOf(System.Object) - name: IList.IndexOf - nameWithType: Tensor.IList.IndexOf - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IList.IndexOf - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#IndexOf(System.Object) - name: System.Collections.IList.IndexOf - nameWithType: Tensor(Of T).System.Collections.IList.IndexOf - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IList.IndexOf - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Insert(System.Int32,System.Object) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Insert(System.Int32,System.Object) - isExternal: true - name: IList.Insert(Int32, Object) - nameWithType: Tensor.IList.Insert(Int32, Object) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IList.Insert(System.Int32, System.Object) - nameWithType.vb: Tensor(Of T).System.Collections.IList.Insert(Int32, Object) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IList.Insert(System.Int32, System.Object) - name.vb: System.Collections.IList.Insert(Int32, Object) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Insert(System.Int32,System.Object) - name: IList.Insert - nameWithType: Tensor.IList.Insert - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IList.Insert - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Insert(System.Int32,System.Object) - name: System.Collections.IList.Insert - nameWithType: Tensor(Of T).System.Collections.IList.Insert - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IList.Insert - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Remove(System.Object) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Remove(System.Object) - isExternal: true - name: IList.Remove(Object) - nameWithType: Tensor.IList.Remove(Object) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IList.Remove(System.Object) - nameWithType.vb: Tensor(Of T).System.Collections.IList.Remove(Object) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IList.Remove(System.Object) - name.vb: System.Collections.IList.Remove(Object) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Remove(System.Object) - name: IList.Remove - nameWithType: Tensor.IList.Remove - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IList.Remove - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Remove(System.Object) - name: System.Collections.IList.Remove - nameWithType: Tensor(Of T).System.Collections.IList.Remove - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IList.Remove - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#RemoveAt(System.Int32) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#RemoveAt(System.Int32) - isExternal: true - name: IList.RemoveAt(Int32) - nameWithType: Tensor.IList.RemoveAt(Int32) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IList.RemoveAt(System.Int32) - nameWithType.vb: Tensor(Of T).System.Collections.IList.RemoveAt(Int32) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IList.RemoveAt(System.Int32) - name.vb: System.Collections.IList.RemoveAt(Int32) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#RemoveAt(System.Int32) - name: IList.RemoveAt - nameWithType: Tensor.IList.RemoveAt - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IList.RemoveAt - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#RemoveAt(System.Int32) - name: System.Collections.IList.RemoveAt - nameWithType: Tensor(Of T).System.Collections.IList.RemoveAt - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IList.RemoveAt - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IEnumerable{T}#GetEnumerator - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IEnumerable{T}#GetEnumerator - name: IEnumerable.GetEnumerator() - nameWithType: Tensor.IEnumerable.GetEnumerator() - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.IEnumerable.GetEnumerator() - nameWithType.vb: Tensor(Of T).System.Collections.Generic.IEnumerable.GetEnumerator() - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.IEnumerable.GetEnumerator() - name.vb: System.Collections.Generic.IEnumerable.GetEnumerator() - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IEnumerable{T}#GetEnumerator - name: IEnumerable.GetEnumerator - nameWithType: Tensor.IEnumerable.GetEnumerator - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.IEnumerable.GetEnumerator - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IEnumerable{T}#GetEnumerator - name: System.Collections.Generic.IEnumerable.GetEnumerator - nameWithType: Tensor(Of T).System.Collections.Generic.IEnumerable.GetEnumerator - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.IEnumerable.GetEnumerator - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Count - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Count - name: ICollection.Count - nameWithType: Tensor.ICollection.Count - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.ICollection.Count - nameWithType.vb: Tensor(Of T).System.Collections.Generic.ICollection.Count - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.ICollection.Count - name.vb: System.Collections.Generic.ICollection.Count -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Add(`0) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Add(`0) - name: ICollection.Add(T) - nameWithType: Tensor.ICollection.Add(T) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.ICollection.Add(T) - nameWithType.vb: Tensor(Of T).System.Collections.Generic.ICollection.Add(T) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.ICollection.Add(T) - name.vb: System.Collections.Generic.ICollection.Add(T) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Add(`0) - name: ICollection.Add - nameWithType: Tensor.ICollection.Add - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.ICollection.Add - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Add(`0) - name: System.Collections.Generic.ICollection.Add - nameWithType: Tensor(Of T).System.Collections.Generic.ICollection.Add - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.ICollection.Add - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Clear - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Clear - name: ICollection.Clear() - nameWithType: Tensor.ICollection.Clear() - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.ICollection.Clear() - nameWithType.vb: Tensor(Of T).System.Collections.Generic.ICollection.Clear() - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.ICollection.Clear() - name.vb: System.Collections.Generic.ICollection.Clear() - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Clear - name: ICollection.Clear - nameWithType: Tensor.ICollection.Clear - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.ICollection.Clear - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Clear - name: System.Collections.Generic.ICollection.Clear - nameWithType: Tensor(Of T).System.Collections.Generic.ICollection.Clear - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.ICollection.Clear - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Contains(`0) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Contains(`0) - name: ICollection.Contains(T) - nameWithType: Tensor.ICollection.Contains(T) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.ICollection.Contains(T) - nameWithType.vb: Tensor(Of T).System.Collections.Generic.ICollection.Contains(T) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.ICollection.Contains(T) - name.vb: System.Collections.Generic.ICollection.Contains(T) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Contains(`0) - name: ICollection.Contains - nameWithType: Tensor.ICollection.Contains - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.ICollection.Contains - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Contains(`0) - name: System.Collections.Generic.ICollection.Contains - nameWithType: Tensor(Of T).System.Collections.Generic.ICollection.Contains - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.ICollection.Contains - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Contains(`0) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Contains(`0) - name: Contains(T) - nameWithType: Tensor.Contains(T) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Contains(T) - nameWithType.vb: Tensor(Of T).Contains(T) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Contains(T) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Contains(`0) - name: Contains - nameWithType: Tensor.Contains - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Contains - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Contains(`0) - name: Contains - nameWithType: Tensor(Of T).Contains - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Contains - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#CopyTo(`0[],System.Int32) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#CopyTo(`0[],System.Int32) - isExternal: true - name: ICollection.CopyTo(T[], Int32) - nameWithType: Tensor.ICollection.CopyTo(T[], Int32) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.ICollection.CopyTo(T[], System.Int32) - nameWithType.vb: Tensor(Of T).System.Collections.Generic.ICollection.CopyTo(T(), Int32) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.ICollection.CopyTo(T(), System.Int32) - name.vb: System.Collections.Generic.ICollection.CopyTo(T(), Int32) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#CopyTo(`0[],System.Int32) - name: ICollection.CopyTo - nameWithType: Tensor.ICollection.CopyTo - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.ICollection.CopyTo - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: '[]' - nameWithType: '[]' - fullName: '[]' - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#CopyTo(`0[],System.Int32) - name: System.Collections.Generic.ICollection.CopyTo - nameWithType: Tensor(Of T).System.Collections.Generic.ICollection.CopyTo - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.ICollection.CopyTo - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: () - nameWithType: () - fullName: () - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Remove(`0) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Remove(`0) - name: ICollection.Remove(T) - nameWithType: Tensor.ICollection.Remove(T) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.ICollection.Remove(T) - nameWithType.vb: Tensor(Of T).System.Collections.Generic.ICollection.Remove(T) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.ICollection.Remove(T) - name.vb: System.Collections.Generic.ICollection.Remove(T) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Remove(`0) - name: ICollection.Remove - nameWithType: Tensor.ICollection.Remove - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.ICollection.Remove - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Remove(`0) - name: System.Collections.Generic.ICollection.Remove - nameWithType: Tensor(Of T).System.Collections.Generic.ICollection.Remove - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.ICollection.Remove - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IReadOnlyCollection{T}#Count - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IReadOnlyCollection{T}#Count - name: IReadOnlyCollection.Count - nameWithType: Tensor.IReadOnlyCollection.Count - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.IReadOnlyCollection.Count - nameWithType.vb: Tensor(Of T).System.Collections.Generic.IReadOnlyCollection.Count - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.IReadOnlyCollection.Count - name.vb: System.Collections.Generic.IReadOnlyCollection.Count -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#Item(System.Int32) - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#Item(System.Int32) - isExternal: true - name: IList.Item[Int32] - nameWithType: Tensor.IList.Item[Int32] - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.IList.Item[System.Int32] - nameWithType.vb: Tensor(Of T).System.Collections.Generic.IList.Item(Int32) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.IList.Item(System.Int32) - name.vb: System.Collections.Generic.IList.Item(Int32) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#Item(System.Int32) - name: IList.Item - nameWithType: Tensor.IList.Item - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.IList.Item - - name: '[' - nameWithType: '[' - fullName: '[' - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ']' - nameWithType: ']' - fullName: ']' - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#Item(System.Int32) - name: System.Collections.Generic.IList.Item - nameWithType: Tensor(Of T).System.Collections.Generic.IList.Item - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.IList.Item - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#IndexOf(`0) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#IndexOf(`0) - name: IList.IndexOf(T) - nameWithType: Tensor.IList.IndexOf(T) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.IList.IndexOf(T) - nameWithType.vb: Tensor(Of T).System.Collections.Generic.IList.IndexOf(T) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.IList.IndexOf(T) - name.vb: System.Collections.Generic.IList.IndexOf(T) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#IndexOf(`0) - name: IList.IndexOf - nameWithType: Tensor.IList.IndexOf - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.IList.IndexOf - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#IndexOf(`0) - name: System.Collections.Generic.IList.IndexOf - nameWithType: Tensor(Of T).System.Collections.Generic.IList.IndexOf - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.IList.IndexOf - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#Insert(System.Int32,`0) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#Insert(System.Int32,`0) - isExternal: true - name: IList.Insert(Int32, T) - nameWithType: Tensor.IList.Insert(Int32, T) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.IList.Insert(System.Int32, T) - nameWithType.vb: Tensor(Of T).System.Collections.Generic.IList.Insert(Int32, T) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.IList.Insert(System.Int32, T) - name.vb: System.Collections.Generic.IList.Insert(Int32, T) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#Insert(System.Int32,`0) - name: IList.Insert - nameWithType: Tensor.IList.Insert - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.IList.Insert - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#Insert(System.Int32,`0) - name: System.Collections.Generic.IList.Insert - nameWithType: Tensor(Of T).System.Collections.Generic.IList.Insert - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.IList.Insert - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#RemoveAt(System.Int32) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#RemoveAt(System.Int32) - isExternal: true - name: IList.RemoveAt(Int32) - nameWithType: Tensor.IList.RemoveAt(Int32) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.IList.RemoveAt(System.Int32) - nameWithType.vb: Tensor(Of T).System.Collections.Generic.IList.RemoveAt(Int32) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.IList.RemoveAt(System.Int32) - name.vb: System.Collections.Generic.IList.RemoveAt(Int32) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#RemoveAt(System.Int32) - name: IList.RemoveAt - nameWithType: Tensor.IList.RemoveAt - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.IList.RemoveAt - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#RemoveAt(System.Int32) - name: System.Collections.Generic.IList.RemoveAt - nameWithType: Tensor(Of T).System.Collections.Generic.IList.RemoveAt - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.IList.RemoveAt - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IReadOnlyList{T}#Item(System.Int32) - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IReadOnlyList{T}#Item(System.Int32) - isExternal: true - name: IReadOnlyList.Item[Int32] - nameWithType: Tensor.IReadOnlyList.Item[Int32] - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.IReadOnlyList.Item[System.Int32] - nameWithType.vb: Tensor(Of T).System.Collections.Generic.IReadOnlyList.Item(Int32) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.IReadOnlyList.Item(System.Int32) - name.vb: System.Collections.Generic.IReadOnlyList.Item(Int32) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IReadOnlyList{T}#Item(System.Int32) - name: IReadOnlyList.Item - nameWithType: Tensor.IReadOnlyList.Item - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.IReadOnlyList.Item - - name: '[' - nameWithType: '[' - fullName: '[' - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ']' - nameWithType: ']' - fullName: ']' - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IReadOnlyList{T}#Item(System.Int32) - name: System.Collections.Generic.IReadOnlyList.Item - nameWithType: Tensor(Of T).System.Collections.Generic.IReadOnlyList.Item - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.IReadOnlyList.Item - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IStructuralComparable#CompareTo(System.Object,System.Collections.IComparer) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IStructuralComparable#CompareTo(System.Object,System.Collections.IComparer) - isExternal: true - name: IStructuralComparable.CompareTo(Object, IComparer) - nameWithType: Tensor.IStructuralComparable.CompareTo(Object, IComparer) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IStructuralComparable.CompareTo(System.Object, System.Collections.IComparer) - nameWithType.vb: Tensor(Of T).System.Collections.IStructuralComparable.CompareTo(Object, IComparer) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IStructuralComparable.CompareTo(System.Object, System.Collections.IComparer) - name.vb: System.Collections.IStructuralComparable.CompareTo(Object, IComparer) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IStructuralComparable#CompareTo(System.Object,System.Collections.IComparer) - name: IStructuralComparable.CompareTo - nameWithType: Tensor.IStructuralComparable.CompareTo - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IStructuralComparable.CompareTo - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Collections.IComparer - name: IComparer - nameWithType: IComparer - fullName: System.Collections.IComparer - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IStructuralComparable#CompareTo(System.Object,System.Collections.IComparer) - name: System.Collections.IStructuralComparable.CompareTo - nameWithType: Tensor(Of T).System.Collections.IStructuralComparable.CompareTo - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IStructuralComparable.CompareTo - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Collections.IComparer - name: IComparer - nameWithType: IComparer - fullName: System.Collections.IComparer - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IStructuralEquatable#Equals(System.Object,System.Collections.IEqualityComparer) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IStructuralEquatable#Equals(System.Object,System.Collections.IEqualityComparer) - isExternal: true - name: IStructuralEquatable.Equals(Object, IEqualityComparer) - nameWithType: Tensor.IStructuralEquatable.Equals(Object, IEqualityComparer) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IStructuralEquatable.Equals(System.Object, System.Collections.IEqualityComparer) - nameWithType.vb: Tensor(Of T).System.Collections.IStructuralEquatable.Equals(Object, IEqualityComparer) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IStructuralEquatable.Equals(System.Object, System.Collections.IEqualityComparer) - name.vb: System.Collections.IStructuralEquatable.Equals(Object, IEqualityComparer) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IStructuralEquatable#Equals(System.Object,System.Collections.IEqualityComparer) - name: IStructuralEquatable.Equals - nameWithType: Tensor.IStructuralEquatable.Equals - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IStructuralEquatable.Equals - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Collections.IEqualityComparer - name: IEqualityComparer - nameWithType: IEqualityComparer - fullName: System.Collections.IEqualityComparer - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IStructuralEquatable#Equals(System.Object,System.Collections.IEqualityComparer) - name: System.Collections.IStructuralEquatable.Equals - nameWithType: Tensor(Of T).System.Collections.IStructuralEquatable.Equals - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IStructuralEquatable.Equals - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Collections.IEqualityComparer - name: IEqualityComparer - nameWithType: IEqualityComparer - fullName: System.Collections.IEqualityComparer - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IStructuralEquatable#GetHashCode(System.Collections.IEqualityComparer) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IStructuralEquatable#GetHashCode(System.Collections.IEqualityComparer) - isExternal: true - name: IStructuralEquatable.GetHashCode(IEqualityComparer) - nameWithType: Tensor.IStructuralEquatable.GetHashCode(IEqualityComparer) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer) - nameWithType.vb: Tensor(Of T).System.Collections.IStructuralEquatable.GetHashCode(IEqualityComparer) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer) - name.vb: System.Collections.IStructuralEquatable.GetHashCode(IEqualityComparer) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IStructuralEquatable#GetHashCode(System.Collections.IEqualityComparer) - name: IStructuralEquatable.GetHashCode - nameWithType: Tensor.IStructuralEquatable.GetHashCode - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IStructuralEquatable.GetHashCode - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Collections.IEqualityComparer - name: IEqualityComparer - nameWithType: IEqualityComparer - fullName: System.Collections.IEqualityComparer - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IStructuralEquatable#GetHashCode(System.Collections.IEqualityComparer) - name: System.Collections.IStructuralEquatable.GetHashCode - nameWithType: Tensor(Of T).System.Collections.IStructuralEquatable.GetHashCode - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IStructuralEquatable.GetHashCode - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Collections.IEqualityComparer - name: IEqualityComparer - nameWithType: IEqualityComparer - fullName: System.Collections.IEqualityComparer - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.ToDenseTensor - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.ToDenseTensor - name: ToDenseTensor() - nameWithType: Tensor.ToDenseTensor() - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.ToDenseTensor() - nameWithType.vb: Tensor(Of T).ToDenseTensor() - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).ToDenseTensor() - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.ToDenseTensor - name: ToDenseTensor - nameWithType: Tensor.ToDenseTensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.ToDenseTensor - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.ToDenseTensor - name: ToDenseTensor - nameWithType: Tensor(Of T).ToDenseTensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).ToDenseTensor - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetArrayString(System.Boolean) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetArrayString(System.Boolean) - isExternal: true - name: GetArrayString(Boolean) - nameWithType: Tensor.GetArrayString(Boolean) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.GetArrayString(System.Boolean) - nameWithType.vb: Tensor(Of T).GetArrayString(Boolean) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).GetArrayString(System.Boolean) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetArrayString(System.Boolean) - name: GetArrayString - nameWithType: Tensor.GetArrayString - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.GetArrayString - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetArrayString(System.Boolean) - name: GetArrayString - nameWithType: Tensor(Of T).GetArrayString - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).GetArrayString - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.#ctor* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.#ctor - name: DenseTensor - nameWithType: DenseTensor.DenseTensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor.DenseTensor - nameWithType.vb: DenseTensor(Of T).DenseTensor - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor(Of T).DenseTensor -- uid: System.Int32 - commentId: T:System.Int32 - parent: System - isExternal: true - name: Int32 - nameWithType: Int32 - fullName: System.Int32 -- uid: System.ReadOnlySpan{System.Int32} - commentId: T:System.ReadOnlySpan{System.Int32} - parent: System - definition: System.ReadOnlySpan`1 - name: ReadOnlySpan - nameWithType: ReadOnlySpan - fullName: System.ReadOnlySpan - nameWithType.vb: ReadOnlySpan(Of Int32) - fullName.vb: System.ReadOnlySpan(Of System.Int32) - name.vb: ReadOnlySpan(Of Int32) - spec.csharp: - - uid: System.ReadOnlySpan`1 - name: ReadOnlySpan - nameWithType: ReadOnlySpan - fullName: System.ReadOnlySpan - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.ReadOnlySpan`1 - name: ReadOnlySpan - nameWithType: ReadOnlySpan - fullName: System.ReadOnlySpan - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Boolean - commentId: T:System.Boolean - parent: System - isExternal: true - name: Boolean - nameWithType: Boolean - fullName: System.Boolean -- uid: System.ReadOnlySpan`1 - commentId: T:System.ReadOnlySpan`1 - isExternal: true - name: ReadOnlySpan - nameWithType: ReadOnlySpan - fullName: System.ReadOnlySpan - nameWithType.vb: ReadOnlySpan(Of T) - fullName.vb: System.ReadOnlySpan(Of T) - name.vb: ReadOnlySpan(Of T) - spec.csharp: - - uid: System.ReadOnlySpan`1 - name: ReadOnlySpan - nameWithType: ReadOnlySpan - fullName: System.ReadOnlySpan - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.ReadOnlySpan`1 - name: ReadOnlySpan - nameWithType: ReadOnlySpan - fullName: System.ReadOnlySpan - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Memory{{T}} - commentId: T:System.Memory{``0} - parent: System - definition: System.Memory`1 - name: Memory - nameWithType: Memory - fullName: System.Memory - nameWithType.vb: Memory(Of T) - fullName.vb: System.Memory(Of T) - name.vb: Memory(Of T) - spec.csharp: - - uid: System.Memory`1 - name: Memory - nameWithType: Memory - fullName: System.Memory - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Memory`1 - name: Memory - nameWithType: Memory - fullName: System.Memory - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Memory`1 - commentId: T:System.Memory`1 - isExternal: true - name: Memory - nameWithType: Memory - fullName: System.Memory - nameWithType.vb: Memory(Of T) - fullName.vb: System.Memory(Of T) - name.vb: Memory(Of T) - spec.csharp: - - uid: System.Memory`1 - name: Memory - nameWithType: Memory - fullName: System.Memory - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Memory`1 - name: Memory - nameWithType: Memory - fullName: System.Memory - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.Buffer* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.Buffer - name: Buffer - nameWithType: DenseTensor.Buffer - fullName: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor.Buffer - nameWithType.vb: DenseTensor(Of T).Buffer - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor(Of T).Buffer -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.GetValue(System.Int32) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.GetValue(System.Int32) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetValue(System.Int32) - name: GetValue(Int32) - nameWithType: Tensor.GetValue(Int32) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.GetValue(System.Int32) - nameWithType.vb: Tensor(Of T).GetValue(Int32) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).GetValue(System.Int32) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetValue(System.Int32) - name: GetValue - nameWithType: Tensor.GetValue - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.GetValue - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetValue(System.Int32) - name: GetValue - nameWithType: Tensor(Of T).GetValue - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).GetValue - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.GetValue* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.GetValue - name: GetValue - nameWithType: DenseTensor.GetValue - fullName: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor.GetValue - nameWithType.vb: DenseTensor(Of T).GetValue - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor(Of T).GetValue -- uid: '{T}' - commentId: '!:T' - definition: T - name: T - nameWithType: T - fullName: T -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetValue(System.Int32) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetValue(System.Int32) - isExternal: true - name: GetValue(Int32) - nameWithType: Tensor.GetValue(Int32) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.GetValue(System.Int32) - nameWithType.vb: Tensor(Of T).GetValue(Int32) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).GetValue(System.Int32) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetValue(System.Int32) - name: GetValue - nameWithType: Tensor.GetValue - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.GetValue - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetValue(System.Int32) - name: GetValue - nameWithType: Tensor(Of T).GetValue - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).GetValue - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: T - name: T - nameWithType: T - fullName: T -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.SetValue(System.Int32,{T}) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.SetValue(System.Int32,`0) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.SetValue(System.Int32,`0) - name: SetValue(Int32, T) - nameWithType: Tensor.SetValue(Int32, T) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.SetValue(System.Int32, T) - nameWithType.vb: Tensor(Of T).SetValue(Int32, T) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).SetValue(System.Int32, T) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.SetValue(System.Int32,`0) - name: SetValue - nameWithType: Tensor.SetValue - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.SetValue - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.SetValue(System.Int32,`0) - name: SetValue - nameWithType: Tensor(Of T).SetValue - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).SetValue - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.SetValue* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.SetValue - name: SetValue - nameWithType: DenseTensor.SetValue - fullName: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor.SetValue - nameWithType.vb: DenseTensor(Of T).SetValue - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor(Of T).SetValue -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.SetValue(System.Int32,`0) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.SetValue(System.Int32,`0) - isExternal: true - name: SetValue(Int32, T) - nameWithType: Tensor.SetValue(Int32, T) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.SetValue(System.Int32, T) - nameWithType.vb: Tensor(Of T).SetValue(Int32, T) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).SetValue(System.Int32, T) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.SetValue(System.Int32,`0) - name: SetValue - nameWithType: Tensor.SetValue - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.SetValue - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.SetValue(System.Int32,`0) - name: SetValue - nameWithType: Tensor(Of T).SetValue - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).SetValue - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.CopyTo({T}[],System.Int32) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.CopyTo(`0[],System.Int32) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CopyTo(`0[],System.Int32) - name: CopyTo(T[], Int32) - nameWithType: Tensor.CopyTo(T[], Int32) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.CopyTo(T[], System.Int32) - nameWithType.vb: Tensor(Of T).CopyTo(T(), Int32) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).CopyTo(T(), System.Int32) - name.vb: CopyTo(T(), Int32) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CopyTo(`0[],System.Int32) - name: CopyTo - nameWithType: Tensor.CopyTo - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.CopyTo - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: '[]' - nameWithType: '[]' - fullName: '[]' - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CopyTo(`0[],System.Int32) - name: CopyTo - nameWithType: Tensor(Of T).CopyTo - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).CopyTo - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: () - nameWithType: () - fullName: () - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.CopyTo* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.CopyTo - name: CopyTo - nameWithType: DenseTensor.CopyTo - fullName: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor.CopyTo - nameWithType.vb: DenseTensor(Of T).CopyTo - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor(Of T).CopyTo -- uid: '{T}[]' - isExternal: true - name: T[] - nameWithType: T[] - fullName: T[] - nameWithType.vb: T() - fullName.vb: T() - name.vb: T() - spec.csharp: - - name: T - nameWithType: T - fullName: T - - name: '[]' - nameWithType: '[]' - fullName: '[]' - spec.vb: - - name: T - nameWithType: T - fullName: T - - name: () - nameWithType: () - fullName: () -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CopyTo(`0[],System.Int32) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CopyTo(`0[],System.Int32) - isExternal: true - name: CopyTo(T[], Int32) - nameWithType: Tensor.CopyTo(T[], Int32) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.CopyTo(T[], System.Int32) - nameWithType.vb: Tensor(Of T).CopyTo(T(), Int32) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).CopyTo(T(), System.Int32) - name.vb: CopyTo(T(), Int32) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CopyTo(`0[],System.Int32) - name: CopyTo - nameWithType: Tensor.CopyTo - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.CopyTo - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: '[]' - nameWithType: '[]' - fullName: '[]' - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CopyTo(`0[],System.Int32) - name: CopyTo - nameWithType: Tensor(Of T).CopyTo - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).CopyTo - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: () - nameWithType: () - fullName: () - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.IndexOf({T}) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.IndexOf(`0) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.IndexOf(`0) - name: IndexOf(T) - nameWithType: Tensor.IndexOf(T) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.IndexOf(T) - nameWithType.vb: Tensor(Of T).IndexOf(T) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).IndexOf(T) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.IndexOf(`0) - name: IndexOf - nameWithType: Tensor.IndexOf - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.IndexOf - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.IndexOf(`0) - name: IndexOf - nameWithType: Tensor(Of T).IndexOf - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).IndexOf - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.IndexOf* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.IndexOf - name: IndexOf - nameWithType: DenseTensor.IndexOf - fullName: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor.IndexOf - nameWithType.vb: DenseTensor(Of T).IndexOf - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor(Of T).IndexOf -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.IndexOf(`0) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.IndexOf(`0) - name: IndexOf(T) - nameWithType: Tensor.IndexOf(T) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.IndexOf(T) - nameWithType.vb: Tensor(Of T).IndexOf(T) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).IndexOf(T) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.IndexOf(`0) - name: IndexOf - nameWithType: Tensor.IndexOf - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.IndexOf - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.IndexOf(`0) - name: IndexOf - nameWithType: Tensor(Of T).IndexOf - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).IndexOf - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.Clone - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.Clone - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Clone - name: Clone() - nameWithType: Tensor.Clone() - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Clone() - nameWithType.vb: Tensor(Of T).Clone() - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Clone() - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Clone - name: Clone - nameWithType: Tensor.Clone - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Clone - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Clone - name: Clone - nameWithType: Tensor(Of T).Clone - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Clone - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.Clone* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.Clone - name: Clone - nameWithType: DenseTensor.Clone - fullName: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor.Clone - nameWithType.vb: DenseTensor(Of T).Clone - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor(Of T).Clone -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Clone - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Clone - name: Clone() - nameWithType: Tensor.Clone() - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Clone() - nameWithType.vb: Tensor(Of T).Clone() - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Clone() - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Clone - name: Clone - nameWithType: Tensor.Clone - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Clone - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Clone - name: Clone - nameWithType: Tensor(Of T).Clone - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Clone - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.CloneEmpty``1(System.ReadOnlySpan{System.Int32}) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.CloneEmpty``1(System.ReadOnlySpan{System.Int32}) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CloneEmpty``1(System.ReadOnlySpan{System.Int32}) - name: CloneEmpty(ReadOnlySpan) - nameWithType: Tensor.CloneEmpty(ReadOnlySpan) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.CloneEmpty(System.ReadOnlySpan) - nameWithType.vb: Tensor(Of T).CloneEmpty(Of TResult)(ReadOnlySpan(Of Int32)) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).CloneEmpty(Of TResult)(System.ReadOnlySpan(Of System.Int32)) - name.vb: CloneEmpty(Of TResult)(ReadOnlySpan(Of Int32)) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CloneEmpty``1(System.ReadOnlySpan{System.Int32}) - name: CloneEmpty - nameWithType: Tensor.CloneEmpty - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.CloneEmpty - - name: ( - nameWithType: ( - fullName: ( - - uid: System.ReadOnlySpan`1 - name: ReadOnlySpan - nameWithType: ReadOnlySpan - fullName: System.ReadOnlySpan - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: '>' - nameWithType: '>' - fullName: '>' - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CloneEmpty``1(System.ReadOnlySpan{System.Int32}) - name: CloneEmpty(Of TResult) - nameWithType: Tensor(Of T).CloneEmpty(Of TResult) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).CloneEmpty(Of TResult) - - name: ( - nameWithType: ( - fullName: ( - - uid: System.ReadOnlySpan`1 - name: ReadOnlySpan - nameWithType: ReadOnlySpan - fullName: System.ReadOnlySpan - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.CloneEmpty* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.CloneEmpty - name: CloneEmpty - nameWithType: DenseTensor.CloneEmpty - fullName: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor.CloneEmpty - nameWithType.vb: DenseTensor(Of T).CloneEmpty - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor(Of T).CloneEmpty -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{TResult}} - commentId: T:Microsoft.ML.OnnxRuntime.Tensors.Tensor{``0} - parent: Microsoft.ML.OnnxRuntime.Tensors - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - nameWithType.vb: Tensor(Of TResult) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of TResult) - name.vb: Tensor(Of TResult) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - - name: < - nameWithType: < - fullName: < - - name: TResult - nameWithType: TResult - fullName: TResult - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: TResult - nameWithType: TResult - fullName: TResult - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CloneEmpty``1(System.ReadOnlySpan{System.Int32}) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CloneEmpty``1(System.ReadOnlySpan{System.Int32}) - isExternal: true - name: CloneEmpty(ReadOnlySpan) - nameWithType: Tensor.CloneEmpty(ReadOnlySpan) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.CloneEmpty(System.ReadOnlySpan) - nameWithType.vb: Tensor(Of T).CloneEmpty(Of TResult)(ReadOnlySpan(Of Int32)) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).CloneEmpty(Of TResult)(System.ReadOnlySpan(Of System.Int32)) - name.vb: CloneEmpty(Of TResult)(ReadOnlySpan(Of Int32)) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CloneEmpty``1(System.ReadOnlySpan{System.Int32}) - name: CloneEmpty - nameWithType: Tensor.CloneEmpty - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.CloneEmpty - - name: ( - nameWithType: ( - fullName: ( - - uid: System.ReadOnlySpan`1 - name: ReadOnlySpan - nameWithType: ReadOnlySpan - fullName: System.ReadOnlySpan - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: '>' - nameWithType: '>' - fullName: '>' - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CloneEmpty``1(System.ReadOnlySpan{System.Int32}) - name: CloneEmpty(Of TResult) - nameWithType: Tensor(Of T).CloneEmpty(Of TResult) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).CloneEmpty(Of TResult) - - name: ( - nameWithType: ( - fullName: ( - - uid: System.ReadOnlySpan`1 - name: ReadOnlySpan - nameWithType: ReadOnlySpan - fullName: System.ReadOnlySpan - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}.Reshape(System.ReadOnlySpan{System.Int32}) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}.Reshape(System.ReadOnlySpan{System.Int32}) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Reshape(System.ReadOnlySpan{System.Int32}) - name: Reshape(ReadOnlySpan) - nameWithType: Tensor.Reshape(ReadOnlySpan) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Reshape(System.ReadOnlySpan) - nameWithType.vb: Tensor(Of T).Reshape(ReadOnlySpan(Of Int32)) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Reshape(System.ReadOnlySpan(Of System.Int32)) - name.vb: Reshape(ReadOnlySpan(Of Int32)) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Reshape(System.ReadOnlySpan{System.Int32}) - name: Reshape - nameWithType: Tensor.Reshape - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Reshape - - name: ( - nameWithType: ( - fullName: ( - - uid: System.ReadOnlySpan`1 - name: ReadOnlySpan - nameWithType: ReadOnlySpan - fullName: System.ReadOnlySpan - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: '>' - nameWithType: '>' - fullName: '>' - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Reshape(System.ReadOnlySpan{System.Int32}) - name: Reshape - nameWithType: Tensor(Of T).Reshape - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Reshape - - name: ( - nameWithType: ( - fullName: ( - - uid: System.ReadOnlySpan`1 - name: ReadOnlySpan - nameWithType: ReadOnlySpan - fullName: System.ReadOnlySpan - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.Reshape* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1.Reshape - name: Reshape - nameWithType: DenseTensor.Reshape - fullName: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor.Reshape - nameWithType.vb: DenseTensor(Of T).Reshape - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor(Of T).Reshape -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Reshape(System.ReadOnlySpan{System.Int32}) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Reshape(System.ReadOnlySpan{System.Int32}) - isExternal: true - name: Reshape(ReadOnlySpan) - nameWithType: Tensor.Reshape(ReadOnlySpan) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Reshape(System.ReadOnlySpan) - nameWithType.vb: Tensor(Of T).Reshape(ReadOnlySpan(Of Int32)) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Reshape(System.ReadOnlySpan(Of System.Int32)) - name.vb: Reshape(ReadOnlySpan(Of Int32)) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Reshape(System.ReadOnlySpan{System.Int32}) - name: Reshape - nameWithType: Tensor.Reshape - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Reshape - - name: ( - nameWithType: ( - fullName: ( - - uid: System.ReadOnlySpan`1 - name: ReadOnlySpan - nameWithType: ReadOnlySpan - fullName: System.ReadOnlySpan - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: '>' - nameWithType: '>' - fullName: '>' - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Reshape(System.ReadOnlySpan{System.Int32}) - name: Reshape - nameWithType: Tensor(Of T).Reshape - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Reshape - - name: ( - nameWithType: ( - fullName: ( - - uid: System.ReadOnlySpan`1 - name: ReadOnlySpan - nameWithType: ReadOnlySpan - fullName: System.ReadOnlySpan - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - - name: ) - nameWithType: ) - fullName: ) diff --git a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.Tensors.Float16.yml b/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.Tensors.Float16.yml deleted file mode 100644 index 328a18e11b3c4..0000000000000 --- a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.Tensors.Float16.yml +++ /dev/null @@ -1,748 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Microsoft.ML.OnnxRuntime.Tensors.Float16 - commentId: T:Microsoft.ML.OnnxRuntime.Tensors.Float16 - id: Float16 - parent: Microsoft.ML.OnnxRuntime.Tensors - children: - - Microsoft.ML.OnnxRuntime.Tensors.Float16.#ctor(System.UInt16) - - Microsoft.ML.OnnxRuntime.Tensors.Float16.Equals(Microsoft.ML.OnnxRuntime.Tensors.Float16) - - Microsoft.ML.OnnxRuntime.Tensors.Float16.Equals(System.Object) - - Microsoft.ML.OnnxRuntime.Tensors.Float16.GetHashCode - - Microsoft.ML.OnnxRuntime.Tensors.Float16.op_Equality(Microsoft.ML.OnnxRuntime.Tensors.Float16,Microsoft.ML.OnnxRuntime.Tensors.Float16) - - Microsoft.ML.OnnxRuntime.Tensors.Float16.op_Implicit(Microsoft.ML.OnnxRuntime.Tensors.Float16)~System.UInt16 - - Microsoft.ML.OnnxRuntime.Tensors.Float16.op_Implicit(System.UInt16)~Microsoft.ML.OnnxRuntime.Tensors.Float16 - - Microsoft.ML.OnnxRuntime.Tensors.Float16.op_Inequality(Microsoft.ML.OnnxRuntime.Tensors.Float16,Microsoft.ML.OnnxRuntime.Tensors.Float16) - - Microsoft.ML.OnnxRuntime.Tensors.Float16.value - langs: - - csharp - - vb - name: Float16 - nameWithType: Float16 - fullName: Microsoft.ML.OnnxRuntime.Tensors.Float16 - type: Struct - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Float16 - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 54 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nThis value type represents A Float16 value\nit is blittable as defined in https://docs.microsoft.com/en-us/dotnet/framework/interop/blittable-and-non-blittable-types\nand as such, represented the same way in managed and native memories. This means that arrays of this type\ndo not have to be copied to be passed to native memory but simply pinnned and read by native code. Thus,\none can create a Tensor on top of an array of these structures and feed it directly to Onnxruntime library.\nBinary wise, it is the same as ushort[] (uint16_t in C++). However, we would like a separate type for type dispatching.\n" - example: [] - syntax: - content: public struct Float16 - content.vb: Public Structure Float16 - inheritedMembers: - - System.ValueType.ToString - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetType - - System.Object.ReferenceEquals(System.Object,System.Object) - modifiers.csharp: - - public - - struct - modifiers.vb: - - Public - - Structure -- uid: Microsoft.ML.OnnxRuntime.Tensors.Float16.value - commentId: F:Microsoft.ML.OnnxRuntime.Tensors.Float16.value - id: value - parent: Microsoft.ML.OnnxRuntime.Tensors.Float16 - langs: - - csharp - - vb - name: value - nameWithType: Float16.value - fullName: Microsoft.ML.OnnxRuntime.Tensors.Float16.value - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: value - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 59 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nfloat16 representation bits\n" - example: [] - syntax: - content: public ushort value - return: - type: System.UInt16 - content.vb: Public value As UShort - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.Tensors.Float16.#ctor(System.UInt16) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Float16.#ctor(System.UInt16) - id: '#ctor(System.UInt16)' - parent: Microsoft.ML.OnnxRuntime.Tensors.Float16 - langs: - - csharp - - vb - name: Float16(UInt16) - nameWithType: Float16.Float16(UInt16) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Float16.Float16(System.UInt16) - type: Constructor - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: .ctor - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 64 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nCtor\n" - example: [] - syntax: - content: public Float16(ushort v) - parameters: - - id: v - type: System.UInt16 - description: '' - content.vb: Public Sub New(v As UShort) - overload: Microsoft.ML.OnnxRuntime.Tensors.Float16.#ctor* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.Tensors.Float16.op_Implicit(Microsoft.ML.OnnxRuntime.Tensors.Float16)~System.UInt16 - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Float16.op_Implicit(Microsoft.ML.OnnxRuntime.Tensors.Float16)~System.UInt16 - id: op_Implicit(Microsoft.ML.OnnxRuntime.Tensors.Float16)~System.UInt16 - parent: Microsoft.ML.OnnxRuntime.Tensors.Float16 - langs: - - csharp - - vb - name: Implicit(Float16 to UInt16) - nameWithType: Float16.Implicit(Float16 to UInt16) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Float16.Implicit(Microsoft.ML.OnnxRuntime.Tensors.Float16 to System.UInt16) - type: Operator - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: op_Implicit - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 73 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nConverts to ushort\n" - example: [] - syntax: - content: public static implicit operator ushort (Float16 f) - parameters: - - id: f - type: Microsoft.ML.OnnxRuntime.Tensors.Float16 - description: instance of Float16 - return: - type: System.UInt16 - description: value member - content.vb: Public Shared Widening Operator CType(f As Float16) As UShort - overload: Microsoft.ML.OnnxRuntime.Tensors.Float16.op_Implicit* - nameWithType.vb: Float16.Widening(Float16 to UInt16) - modifiers.csharp: - - public - - static - modifiers.vb: - - Public - - Shared - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Float16.Widening(Microsoft.ML.OnnxRuntime.Tensors.Float16 to System.UInt16) - name.vb: Widening(Float16 to UInt16) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Float16.op_Implicit(System.UInt16)~Microsoft.ML.OnnxRuntime.Tensors.Float16 - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Float16.op_Implicit(System.UInt16)~Microsoft.ML.OnnxRuntime.Tensors.Float16 - id: op_Implicit(System.UInt16)~Microsoft.ML.OnnxRuntime.Tensors.Float16 - parent: Microsoft.ML.OnnxRuntime.Tensors.Float16 - langs: - - csharp - - vb - name: Implicit(UInt16 to Float16) - nameWithType: Float16.Implicit(UInt16 to Float16) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Float16.Implicit(System.UInt16 to Microsoft.ML.OnnxRuntime.Tensors.Float16) - type: Operator - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: op_Implicit - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 79 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nConverts a 16-bit unsigned integer to a Float16.\n" - example: [] - syntax: - content: public static implicit operator Float16(ushort value) - parameters: - - id: value - type: System.UInt16 - description: A 16-bit unsigned integer. - return: - type: Microsoft.ML.OnnxRuntime.Tensors.Float16 - description: A Float16 that represents the converted 16-bit unsigned integer. - content.vb: Public Shared Widening Operator CType(value As UShort) As Float16 - overload: Microsoft.ML.OnnxRuntime.Tensors.Float16.op_Implicit* - nameWithType.vb: Float16.Widening(UInt16 to Float16) - modifiers.csharp: - - public - - static - modifiers.vb: - - Public - - Shared - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Float16.Widening(System.UInt16 to Microsoft.ML.OnnxRuntime.Tensors.Float16) - name.vb: Widening(UInt16 to Float16) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Float16.op_Equality(Microsoft.ML.OnnxRuntime.Tensors.Float16,Microsoft.ML.OnnxRuntime.Tensors.Float16) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Float16.op_Equality(Microsoft.ML.OnnxRuntime.Tensors.Float16,Microsoft.ML.OnnxRuntime.Tensors.Float16) - id: op_Equality(Microsoft.ML.OnnxRuntime.Tensors.Float16,Microsoft.ML.OnnxRuntime.Tensors.Float16) - parent: Microsoft.ML.OnnxRuntime.Tensors.Float16 - langs: - - csharp - - vb - name: Equality(Float16, Float16) - nameWithType: Float16.Equality(Float16, Float16) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Float16.Equality(Microsoft.ML.OnnxRuntime.Tensors.Float16, Microsoft.ML.OnnxRuntime.Tensors.Float16) - type: Operator - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: op_Equality - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 86 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nCompares values of two Float16 for binary equality\n" - example: [] - syntax: - content: public static bool operator ==(Float16 lhs, Float16 rhs) - parameters: - - id: lhs - type: Microsoft.ML.OnnxRuntime.Tensors.Float16 - description: '' - - id: rhs - type: Microsoft.ML.OnnxRuntime.Tensors.Float16 - description: '' - return: - type: System.Boolean - description: result of value comparisons - content.vb: Public Shared Operator =(lhs As Float16, rhs As Float16) As Boolean - overload: Microsoft.ML.OnnxRuntime.Tensors.Float16.op_Equality* - modifiers.csharp: - - public - - static - modifiers.vb: - - Public - - Shared -- uid: Microsoft.ML.OnnxRuntime.Tensors.Float16.op_Inequality(Microsoft.ML.OnnxRuntime.Tensors.Float16,Microsoft.ML.OnnxRuntime.Tensors.Float16) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Float16.op_Inequality(Microsoft.ML.OnnxRuntime.Tensors.Float16,Microsoft.ML.OnnxRuntime.Tensors.Float16) - id: op_Inequality(Microsoft.ML.OnnxRuntime.Tensors.Float16,Microsoft.ML.OnnxRuntime.Tensors.Float16) - parent: Microsoft.ML.OnnxRuntime.Tensors.Float16 - langs: - - csharp - - vb - name: Inequality(Float16, Float16) - nameWithType: Float16.Inequality(Float16, Float16) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Float16.Inequality(Microsoft.ML.OnnxRuntime.Tensors.Float16, Microsoft.ML.OnnxRuntime.Tensors.Float16) - type: Operator - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: op_Inequality - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 93 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nCompares values of two Float16 for binary inequality\n" - example: [] - syntax: - content: public static bool operator !=(Float16 lhs, Float16 rhs) - parameters: - - id: lhs - type: Microsoft.ML.OnnxRuntime.Tensors.Float16 - description: '' - - id: rhs - type: Microsoft.ML.OnnxRuntime.Tensors.Float16 - description: '' - return: - type: System.Boolean - description: result of value comparisons - content.vb: Public Shared Operator <>(lhs As Float16, rhs As Float16) As Boolean - overload: Microsoft.ML.OnnxRuntime.Tensors.Float16.op_Inequality* - modifiers.csharp: - - public - - static - modifiers.vb: - - Public - - Shared -- uid: Microsoft.ML.OnnxRuntime.Tensors.Float16.Equals(Microsoft.ML.OnnxRuntime.Tensors.Float16) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Float16.Equals(Microsoft.ML.OnnxRuntime.Tensors.Float16) - id: Equals(Microsoft.ML.OnnxRuntime.Tensors.Float16) - parent: Microsoft.ML.OnnxRuntime.Tensors.Float16 - langs: - - csharp - - vb - name: Equals(Float16) - nameWithType: Float16.Equals(Float16) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Float16.Equals(Microsoft.ML.OnnxRuntime.Tensors.Float16) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Equals - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 99 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nReturns a value indicating whether this instance and other Float16 represent the same value.\n" - example: [] - syntax: - content: public bool Equals(Float16 other) - parameters: - - id: other - type: Microsoft.ML.OnnxRuntime.Tensors.Float16 - description: A Float16 object to compare to this instance. - return: - type: System.Boolean - description: true if other.value is equal to this instance; otherwise, false. - content.vb: Public Function Equals(other As Float16) As Boolean - overload: Microsoft.ML.OnnxRuntime.Tensors.Float16.Equals* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: Microsoft.ML.OnnxRuntime.Tensors.Float16.Equals(System.Object) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Float16.Equals(System.Object) - id: Equals(System.Object) - parent: Microsoft.ML.OnnxRuntime.Tensors.Float16 - langs: - - csharp - - vb - name: Equals(Object) - nameWithType: Float16.Equals(Object) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Float16.Equals(System.Object) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Equals - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 109 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nReturns a value indicating whether this instance and a specified System.Object\nrepresent the same type and value.\n" - example: [] - syntax: - content: public override bool Equals(object obj) - parameters: - - id: obj - type: System.Object - description: An System.Object. - return: - type: System.Boolean - description: true if obj is Float16 and its value is equal to this instance; otherwise, false. - content.vb: Public Overrides Function Equals(obj As Object) As Boolean - overridden: System.ValueType.Equals(System.Object) - overload: Microsoft.ML.OnnxRuntime.Tensors.Float16.Equals* - modifiers.csharp: - - public - - override - modifiers.vb: - - Public - - Overrides -- uid: Microsoft.ML.OnnxRuntime.Tensors.Float16.GetHashCode - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Float16.GetHashCode - id: GetHashCode - parent: Microsoft.ML.OnnxRuntime.Tensors.Float16 - langs: - - csharp - - vb - name: GetHashCode() - nameWithType: Float16.GetHashCode() - fullName: Microsoft.ML.OnnxRuntime.Tensors.Float16.GetHashCode() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetHashCode - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 123 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nReturns the hash code for this instance.\n" - example: [] - syntax: - content: public override int GetHashCode() - return: - type: System.Int32 - description: A 32-bit signed integer hash code. - content.vb: Public Overrides Function GetHashCode As Integer - overridden: System.ValueType.GetHashCode - overload: Microsoft.ML.OnnxRuntime.Tensors.Float16.GetHashCode* - modifiers.csharp: - - public - - override - modifiers.vb: - - Public - - Overrides -references: -- uid: Microsoft.ML.OnnxRuntime.Tensors - commentId: N:Microsoft.ML.OnnxRuntime.Tensors - name: Microsoft.ML.OnnxRuntime.Tensors - nameWithType: Microsoft.ML.OnnxRuntime.Tensors - fullName: Microsoft.ML.OnnxRuntime.Tensors -- uid: System.ValueType.ToString - commentId: M:System.ValueType.ToString - parent: System.ValueType - isExternal: true - name: ToString() - nameWithType: ValueType.ToString() - fullName: System.ValueType.ToString() - spec.csharp: - - uid: System.ValueType.ToString - name: ToString - nameWithType: ValueType.ToString - fullName: System.ValueType.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.ValueType.ToString - name: ToString - nameWithType: ValueType.ToString - fullName: System.ValueType.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.ValueType - commentId: T:System.ValueType - parent: System - isExternal: true - name: ValueType - nameWithType: ValueType - fullName: System.ValueType -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System -- uid: System.UInt16 - commentId: T:System.UInt16 - parent: System - isExternal: true - name: UInt16 - nameWithType: UInt16 - fullName: System.UInt16 -- uid: Microsoft.ML.OnnxRuntime.Tensors.Float16.#ctor* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Float16.#ctor - name: Float16 - nameWithType: Float16.Float16 - fullName: Microsoft.ML.OnnxRuntime.Tensors.Float16.Float16 -- uid: Microsoft.ML.OnnxRuntime.Tensors.Float16.op_Implicit* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Float16.op_Implicit - name: Implicit - nameWithType: Float16.Implicit - fullName: Microsoft.ML.OnnxRuntime.Tensors.Float16.Implicit - nameWithType.vb: Float16.Widening - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Float16.Widening - name.vb: Widening -- uid: Microsoft.ML.OnnxRuntime.Tensors.Float16 - commentId: T:Microsoft.ML.OnnxRuntime.Tensors.Float16 - parent: Microsoft.ML.OnnxRuntime.Tensors - name: Float16 - nameWithType: Float16 - fullName: Microsoft.ML.OnnxRuntime.Tensors.Float16 -- uid: Microsoft.ML.OnnxRuntime.Tensors.Float16.op_Equality* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Float16.op_Equality - name: Equality - nameWithType: Float16.Equality - fullName: Microsoft.ML.OnnxRuntime.Tensors.Float16.Equality -- uid: System.Boolean - commentId: T:System.Boolean - parent: System - isExternal: true - name: Boolean - nameWithType: Boolean - fullName: System.Boolean -- uid: Microsoft.ML.OnnxRuntime.Tensors.Float16.op_Inequality* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Float16.op_Inequality - name: Inequality - nameWithType: Float16.Inequality - fullName: Microsoft.ML.OnnxRuntime.Tensors.Float16.Inequality -- uid: Microsoft.ML.OnnxRuntime.Tensors.Float16.Equals* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Float16.Equals - name: Equals - nameWithType: Float16.Equals - fullName: Microsoft.ML.OnnxRuntime.Tensors.Float16.Equals -- uid: System.ValueType.Equals(System.Object) - commentId: M:System.ValueType.Equals(System.Object) - parent: System.ValueType - isExternal: true - name: Equals(Object) - nameWithType: ValueType.Equals(Object) - fullName: System.ValueType.Equals(System.Object) - spec.csharp: - - uid: System.ValueType.Equals(System.Object) - name: Equals - nameWithType: ValueType.Equals - fullName: System.ValueType.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.ValueType.Equals(System.Object) - name: Equals - nameWithType: ValueType.Equals - fullName: System.ValueType.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.ValueType.GetHashCode - commentId: M:System.ValueType.GetHashCode - parent: System.ValueType - isExternal: true - name: GetHashCode() - nameWithType: ValueType.GetHashCode() - fullName: System.ValueType.GetHashCode() - spec.csharp: - - uid: System.ValueType.GetHashCode - name: GetHashCode - nameWithType: ValueType.GetHashCode - fullName: System.ValueType.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.ValueType.GetHashCode - name: GetHashCode - nameWithType: ValueType.GetHashCode - fullName: System.ValueType.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Float16.GetHashCode* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Float16.GetHashCode - name: GetHashCode - nameWithType: Float16.GetHashCode - fullName: Microsoft.ML.OnnxRuntime.Tensors.Float16.GetHashCode -- uid: System.Int32 - commentId: T:System.Int32 - parent: System - isExternal: true - name: Int32 - nameWithType: Int32 - fullName: System.Int32 diff --git a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.Tensors.Tensor-1.yml b/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.Tensors.Tensor-1.yml deleted file mode 100644 index 3559e20daead5..0000000000000 --- a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.Tensors.Tensor-1.yml +++ /dev/null @@ -1,5944 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - commentId: T:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - id: Tensor`1 - parent: Microsoft.ML.OnnxRuntime.Tensors - children: - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.#ctor(System.Array,System.Boolean) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.#ctor(System.Int32) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.#ctor(System.ReadOnlySpan{System.Int32},System.Boolean) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Clone - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CloneEmpty - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CloneEmpty(System.ReadOnlySpan{System.Int32}) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CloneEmpty``1 - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CloneEmpty``1(System.ReadOnlySpan{System.Int32}) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Compare(Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0},Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Contains(`0) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CopyTo(`0[],System.Int32) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Dimensions - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Equals(Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0},Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Fill(`0) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetArrayString(System.Boolean) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetDiagonal - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetDiagonal(System.Int32) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetTriangle - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetTriangle(System.Int32) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetTriangle(System.Int32,System.Boolean) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetUpperTriangle - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetUpperTriangle(System.Int32) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetValue(System.Int32) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.IndexOf(`0) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.IsFixedSize - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.IsReadOnly - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.IsReversedStride - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Item(System.Int32[]) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Item(System.ReadOnlySpan{System.Int32}) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Length - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Rank - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Reshape(System.ReadOnlySpan{System.Int32}) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.SetValue(System.Int32,`0) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Strides - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Add(`0) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Clear - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Contains(`0) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#CopyTo(`0[],System.Int32) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Count - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Remove(`0) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IEnumerable{T}#GetEnumerator - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#IndexOf(`0) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#Insert(System.Int32,`0) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#Item(System.Int32) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#RemoveAt(System.Int32) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IReadOnlyCollection{T}#Count - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IReadOnlyList{T}#Item(System.Int32) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#ICollection#CopyTo(System.Array,System.Int32) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#ICollection#Count - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#ICollection#IsSynchronized - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#ICollection#SyncRoot - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IEnumerable#GetEnumerator - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Add(System.Object) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Clear - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Contains(System.Object) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#IndexOf(System.Object) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Insert(System.Int32,System.Object) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Item(System.Int32) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Remove(System.Object) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#RemoveAt(System.Int32) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IStructuralComparable#CompareTo(System.Object,System.Collections.IComparer) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IStructuralEquatable#Equals(System.Object,System.Collections.IEqualityComparer) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IStructuralEquatable#GetHashCode(System.Collections.IEqualityComparer) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.ToDenseTensor - langs: - - csharp - - vb - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - type: Class - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Tensor - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 493 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nRepresents a multi-dimensional collection of objects of type T that can be accessed by indices.\n" - example: [] - syntax: - content: 'public abstract class Tensor : TensorBase, IList, ICollection, IList, ICollection, IReadOnlyList, IReadOnlyCollection, IEnumerable, IEnumerable, IStructuralComparable, IStructuralEquatable' - typeParameters: - - id: T - description: type contained within the Tensor. Typically a value type such as int, double, float, etc. - content.vb: >- - Public MustInherit Class Tensor(Of T) - Inherits TensorBase - Implements IList, ICollection, IList(Of T), ICollection(Of T), IReadOnlyList(Of T), IReadOnlyCollection(Of T), IEnumerable(Of T), IEnumerable, IStructuralComparable, IStructuralEquatable - inheritance: - - System.Object - - Microsoft.ML.OnnxRuntime.Tensors.TensorBase - derivedClasses: - - Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1 - implements: - - System.Collections.IList - - System.Collections.ICollection - - System.Collections.Generic.IList{{T}} - - System.Collections.Generic.ICollection{{T}} - - System.Collections.Generic.IReadOnlyList{{T}} - - System.Collections.Generic.IReadOnlyCollection{{T}} - - System.Collections.Generic.IEnumerable{{T}} - - System.Collections.IEnumerable - - System.Collections.IStructuralComparable - - System.Collections.IStructuralEquatable - inheritedMembers: - - Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetTypeInfo(System.Type) - - Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetElementTypeInfo(Microsoft.ML.OnnxRuntime.Tensors.TensorElementType) - - Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetTypeInfo - - System.Object.Equals(System.Object) - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetHashCode - - System.Object.GetType - - System.Object.MemberwiseClone - - System.Object.ReferenceEquals(System.Object,System.Object) - - System.Object.ToString - nameWithType.vb: Tensor(Of T) - modifiers.csharp: - - public - - abstract - - class - modifiers.vb: - - Public - - MustInherit - - Class - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T) - name.vb: Tensor(Of T) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.#ctor(System.Int32) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.#ctor(System.Int32) - id: '#ctor(System.Int32)' - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: Tensor(Int32) - nameWithType: Tensor.Tensor(Int32) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Tensor(System.Int32) - type: Constructor - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: .ctor - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 645 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nInitialize a 1-dimensional tensor of the specified length\n" - example: [] - syntax: - content: protected Tensor(int length) - parameters: - - id: length - type: System.Int32 - description: Size of the 1-dimensional tensor - content.vb: Protected Sub New(length As Integer) - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.#ctor* - nameWithType.vb: Tensor(Of T).Tensor(Int32) - modifiers.csharp: - - protected - modifiers.vb: - - Protected - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Tensor(System.Int32) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.#ctor(System.ReadOnlySpan{System.Int32},System.Boolean) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.#ctor(System.ReadOnlySpan{System.Int32},System.Boolean) - id: '#ctor(System.ReadOnlySpan{System.Int32},System.Boolean)' - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: Tensor(ReadOnlySpan, Boolean) - nameWithType: Tensor.Tensor(ReadOnlySpan, Boolean) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Tensor(System.ReadOnlySpan, System.Boolean) - type: Constructor - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: .ctor - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 658 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nInitialize an n-dimensional tensor with the specified dimensions and layout. ReverseStride=true gives a stride of 1-element width to the first dimension (0). ReverseStride=false gives a stride of 1-element width to the last dimension (n-1).\n" - example: [] - syntax: - content: protected Tensor(ReadOnlySpan dimensions, bool reverseStride) - parameters: - - id: dimensions - type: System.ReadOnlySpan{System.Int32} - description: An span of integers that represent the size of each dimension of the Tensor to create. - - id: reverseStride - type: System.Boolean - description: 'False (default) to indicate that the first dimension is most major (farthest apart) and the last dimension is most minor (closest together): akin to row-major in a rank-2 tensor. True to indicate that the last dimension is most major (farthest apart) and the first dimension is most minor (closest together): akin to column-major in a rank-2 tensor.' - content.vb: Protected Sub New(dimensions As ReadOnlySpan(Of Integer), reverseStride As Boolean) - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.#ctor* - nameWithType.vb: Tensor(Of T).Tensor(ReadOnlySpan(Of Int32), Boolean) - modifiers.csharp: - - protected - modifiers.vb: - - Protected - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Tensor(System.ReadOnlySpan(Of System.Int32), System.Boolean) - name.vb: Tensor(ReadOnlySpan(Of Int32), Boolean) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.#ctor(System.Array,System.Boolean) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.#ctor(System.Array,System.Boolean) - id: '#ctor(System.Array,System.Boolean)' - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: Tensor(Array, Boolean) - nameWithType: Tensor.Tensor(Array, Boolean) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Tensor(System.Array, System.Boolean) - type: Constructor - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: .ctor - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 694 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nInitializes tensor with same dimensions as array, content of array is ignored. \nReverseStride=true gives a stride of 1-element width to the first dimension (0). \nReverseStride=false gives a stride of 1-element width to the last dimension (n-1).\n" - example: [] - syntax: - content: protected Tensor(Array fromArray, bool reverseStride) - parameters: - - id: fromArray - type: System.Array - description: Array from which to derive dimensions. - - id: reverseStride - type: System.Boolean - description: "\nFalse (default) to indicate that the first dimension is most major (farthest apart) and the \nlast dimension is most minor (closest together): akin to row-major in a rank-2 tensor. \nTrue to indicate that the last dimension is most major (farthest apart) and the first dimension \nis most minor (closest together): akin to column-major in a rank-2 tensor." - content.vb: Protected Sub New(fromArray As Array, reverseStride As Boolean) - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.#ctor* - nameWithType.vb: Tensor(Of T).Tensor(Array, Boolean) - modifiers.csharp: - - protected - modifiers.vb: - - Protected - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Tensor(System.Array, System.Boolean) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Length - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Length - id: Length - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: Length - nameWithType: Tensor.Length - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Length - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Length - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 718 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nTotal length of the Tensor.\n" - example: [] - syntax: - content: public long Length { get; } - parameters: [] - return: - type: System.Int64 - content.vb: Public ReadOnly Property Length As Long - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Length* - nameWithType.vb: Tensor(Of T).Length - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Length -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Rank - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Rank - id: Rank - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: Rank - nameWithType: Tensor.Rank - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Rank - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Rank - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 723 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nRank of the tensor: number of dimensions.\n" - example: [] - syntax: - content: public int Rank { get; } - parameters: [] - return: - type: System.Int32 - content.vb: Public ReadOnly Property Rank As Integer - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Rank* - nameWithType.vb: Tensor(Of T).Rank - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Rank -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.IsReversedStride - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.IsReversedStride - id: IsReversedStride - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: IsReversedStride - nameWithType: Tensor.IsReversedStride - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.IsReversedStride - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: IsReversedStride - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 728 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nTrue if strides are reversed (AKA Column-major)\n" - example: [] - syntax: - content: public bool IsReversedStride { get; } - parameters: [] - return: - type: System.Boolean - content.vb: Public ReadOnly Property IsReversedStride As Boolean - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.IsReversedStride* - nameWithType.vb: Tensor(Of T).IsReversedStride - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).IsReversedStride -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Dimensions - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Dimensions - id: Dimensions - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: Dimensions - nameWithType: Tensor.Dimensions - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Dimensions - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Dimensions - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 733 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nReturns a readonly view of the dimensions of this tensor.\n" - example: [] - syntax: - content: public ReadOnlySpan Dimensions { get; } - parameters: [] - return: - type: System.ReadOnlySpan{System.Int32} - content.vb: Public ReadOnly Property Dimensions As ReadOnlySpan(Of Integer) - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Dimensions* - nameWithType.vb: Tensor(Of T).Dimensions - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Dimensions -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Strides - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Strides - id: Strides - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: Strides - nameWithType: Tensor.Strides - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Strides - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Strides - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 738 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nReturns a readonly view of the strides of this tensor.\n" - example: [] - syntax: - content: public ReadOnlySpan Strides { get; } - parameters: [] - return: - type: System.ReadOnlySpan{System.Int32} - content.vb: Public ReadOnly Property Strides As ReadOnlySpan(Of Integer) - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Strides* - nameWithType.vb: Tensor(Of T).Strides - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Strides -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Fill(`0) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Fill(`0) - id: Fill(`0) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: Fill(T) - nameWithType: Tensor.Fill(T) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Fill(T) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Fill - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 744 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nSets all elements in Tensor to value.\n" - example: [] - syntax: - content: public virtual void Fill(T value) - parameters: - - id: value - type: '{T}' - description: Value to fill - content.vb: Public Overridable Sub Fill(value As T) - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Fill* - nameWithType.vb: Tensor(Of T).Fill(T) - modifiers.csharp: - - public - - virtual - modifiers.vb: - - Public - - Overridable - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Fill(T) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Clone - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Clone - id: Clone - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: Clone() - nameWithType: Tensor.Clone() - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Clone() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Clone - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 756 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nCreates a shallow copy of this tensor, with new backing storage.\n" - example: [] - syntax: - content: public abstract Tensor Clone() - return: - type: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - description: A shallow copy of this tensor. - content.vb: Public MustOverride Function Clone As Tensor(Of T) - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Clone* - nameWithType.vb: Tensor(Of T).Clone() - modifiers.csharp: - - public - - abstract - modifiers.vb: - - Public - - MustOverride - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Clone() -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CloneEmpty - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CloneEmpty - id: CloneEmpty - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: CloneEmpty() - nameWithType: Tensor.CloneEmpty() - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.CloneEmpty() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CloneEmpty - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 762 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nCreates a new Tensor with the same layout and dimensions as this tensor with elements initialized to their default value.\n" - example: [] - syntax: - content: public virtual Tensor CloneEmpty() - return: - type: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - description: A new Tensor with the same layout and dimensions as this tensor with elements initialized to their default value. - content.vb: Public Overridable Function CloneEmpty As Tensor(Of T) - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CloneEmpty* - nameWithType.vb: Tensor(Of T).CloneEmpty() - modifiers.csharp: - - public - - virtual - modifiers.vb: - - Public - - Overridable - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).CloneEmpty() -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CloneEmpty(System.ReadOnlySpan{System.Int32}) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CloneEmpty(System.ReadOnlySpan{System.Int32}) - id: CloneEmpty(System.ReadOnlySpan{System.Int32}) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: CloneEmpty(ReadOnlySpan) - nameWithType: Tensor.CloneEmpty(ReadOnlySpan) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.CloneEmpty(System.ReadOnlySpan) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CloneEmpty - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 772 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nCreates a new Tensor with the specified dimensions and the same layout as this tensor with elements initialized to their default value.\n" - example: [] - syntax: - content: public virtual Tensor CloneEmpty(ReadOnlySpan dimensions) - parameters: - - id: dimensions - type: System.ReadOnlySpan{System.Int32} - description: An span of integers that represent the size of each dimension of the DenseTensor to create. - return: - type: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - description: A new Tensor with the same layout as this tensor and specified dimensions with elements initialized to their default value. - content.vb: Public Overridable Function CloneEmpty(dimensions As ReadOnlySpan(Of Integer)) As Tensor(Of T) - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CloneEmpty* - nameWithType.vb: Tensor(Of T).CloneEmpty(ReadOnlySpan(Of Int32)) - modifiers.csharp: - - public - - virtual - modifiers.vb: - - Public - - Overridable - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).CloneEmpty(System.ReadOnlySpan(Of System.Int32)) - name.vb: CloneEmpty(ReadOnlySpan(Of Int32)) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CloneEmpty``1 - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CloneEmpty``1 - id: CloneEmpty``1 - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: CloneEmpty() - nameWithType: Tensor.CloneEmpty() - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.CloneEmpty() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CloneEmpty - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 782 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nCreates a new Tensor of a different type with the same layout and size as this tensor with elements initialized to their default value.\n" - example: [] - syntax: - content: public virtual Tensor CloneEmpty() - typeParameters: - - id: TResult - description: Type contained within the new Tensor. Typically a value type such as int, double, float, etc. - return: - type: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{TResult}} - description: A new Tensor with the same layout and dimensions as this tensor with elements of TResult type initialized to their default value. - content.vb: Public Overridable Function CloneEmpty(Of TResult) As Tensor(Of TResult) - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CloneEmpty* - nameWithType.vb: Tensor(Of T).CloneEmpty(Of TResult)() - modifiers.csharp: - - public - - virtual - modifiers.vb: - - Public - - Overridable - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).CloneEmpty(Of TResult)() - name.vb: CloneEmpty(Of TResult)() -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CloneEmpty``1(System.ReadOnlySpan{System.Int32}) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CloneEmpty``1(System.ReadOnlySpan{System.Int32}) - id: CloneEmpty``1(System.ReadOnlySpan{System.Int32}) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: CloneEmpty(ReadOnlySpan) - nameWithType: Tensor.CloneEmpty(ReadOnlySpan) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.CloneEmpty(System.ReadOnlySpan) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CloneEmpty - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 793 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nCreates a new Tensor of a different type with the specified dimensions and the same layout as this tensor with elements initialized to their default value.\n" - example: [] - syntax: - content: public abstract Tensor CloneEmpty(ReadOnlySpan dimensions) - parameters: - - id: dimensions - type: System.ReadOnlySpan{System.Int32} - description: An span of integers that represent the size of each dimension of the DenseTensor to create. - typeParameters: - - id: TResult - description: Type contained within the new Tensor. Typically a value type such as int, double, float, etc. - return: - type: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{TResult}} - description: A new Tensor with the same layout as this tensor of specified dimensions with elements of TResult type initialized to their default value. - content.vb: Public MustOverride Function CloneEmpty(Of TResult)(dimensions As ReadOnlySpan(Of Integer)) As Tensor(Of TResult) - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CloneEmpty* - nameWithType.vb: Tensor(Of T).CloneEmpty(Of TResult)(ReadOnlySpan(Of Int32)) - modifiers.csharp: - - public - - abstract - modifiers.vb: - - Public - - MustOverride - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).CloneEmpty(Of TResult)(System.ReadOnlySpan(Of System.Int32)) - name.vb: CloneEmpty(Of TResult)(ReadOnlySpan(Of Int32)) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetDiagonal - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetDiagonal - id: GetDiagonal - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: GetDiagonal() - nameWithType: Tensor.GetDiagonal() - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.GetDiagonal() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetDiagonal - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 799 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nGets the n-1 dimension diagonal from the n dimension tensor.\n" - example: [] - syntax: - content: public Tensor GetDiagonal() - return: - type: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - description: An n-1 dimension tensor with the values from the main diagonal of this tensor. - content.vb: Public Function GetDiagonal As Tensor(Of T) - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetDiagonal* - nameWithType.vb: Tensor(Of T).GetDiagonal() - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).GetDiagonal() -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetDiagonal(System.Int32) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetDiagonal(System.Int32) - id: GetDiagonal(System.Int32) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: GetDiagonal(Int32) - nameWithType: Tensor.GetDiagonal(Int32) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.GetDiagonal(System.Int32) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetDiagonal - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 809 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nGets the n-1 dimension diagonal from the n dimension tensor at the specified offset from center.\n" - example: [] - syntax: - content: public Tensor GetDiagonal(int offset) - parameters: - - id: offset - type: System.Int32 - description: Offset of diagonal to set in returned tensor. 0 for the main diagonal, less than zero for diagonals below, greater than zero from diagonals above. - return: - type: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - description: An n-1 dimension tensor with the values from the specified diagonal of this tensor. - content.vb: Public Function GetDiagonal(offset As Integer) As Tensor(Of T) - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetDiagonal* - nameWithType.vb: Tensor(Of T).GetDiagonal(Int32) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).GetDiagonal(System.Int32) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetTriangle - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetTriangle - id: GetTriangle - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: GetTriangle() - nameWithType: Tensor.GetTriangle() - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.GetTriangle() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetTriangle - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 890 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nGets a tensor representing the elements below and including the diagonal, with the rest of the elements zero-ed.\n" - example: [] - syntax: - content: public Tensor GetTriangle() - return: - type: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - description: A tensor with the values from this tensor at and below the main diagonal and zeros elsewhere. - content.vb: Public Function GetTriangle As Tensor(Of T) - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetTriangle* - nameWithType.vb: Tensor(Of T).GetTriangle() - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).GetTriangle() -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetTriangle(System.Int32) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetTriangle(System.Int32) - id: GetTriangle(System.Int32) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: GetTriangle(Int32) - nameWithType: Tensor.GetTriangle(Int32) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.GetTriangle(System.Int32) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetTriangle - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 900 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nGets a tensor representing the elements below and including the specified diagonal, with the rest of the elements zero-ed.\n" - example: [] - syntax: - content: public Tensor GetTriangle(int offset) - parameters: - - id: offset - type: System.Int32 - description: Offset of diagonal to set in returned tensor. 0 for the main diagonal, less than zero for diagonals below, greater than zero from diagonals above. - return: - type: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - description: A tensor with the values from this tensor at and below the specified diagonal and zeros elsewhere. - content.vb: Public Function GetTriangle(offset As Integer) As Tensor(Of T) - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetTriangle* - nameWithType.vb: Tensor(Of T).GetTriangle(Int32) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).GetTriangle(System.Int32) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetUpperTriangle - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetUpperTriangle - id: GetUpperTriangle - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: GetUpperTriangle() - nameWithType: Tensor.GetUpperTriangle() - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.GetUpperTriangle() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetUpperTriangle - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 909 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nGets a tensor representing the elements above and including the diagonal, with the rest of the elements zero-ed.\n" - example: [] - syntax: - content: public Tensor GetUpperTriangle() - return: - type: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - description: A tensor with the values from this tensor at and above the main diagonal and zeros elsewhere. - content.vb: Public Function GetUpperTriangle As Tensor(Of T) - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetUpperTriangle* - nameWithType.vb: Tensor(Of T).GetUpperTriangle() - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).GetUpperTriangle() -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetUpperTriangle(System.Int32) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetUpperTriangle(System.Int32) - id: GetUpperTriangle(System.Int32) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: GetUpperTriangle(Int32) - nameWithType: Tensor.GetUpperTriangle(Int32) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.GetUpperTriangle(System.Int32) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetUpperTriangle - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 919 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nGets a tensor representing the elements above and including the specified diagonal, with the rest of the elements zero-ed.\n" - example: [] - syntax: - content: public Tensor GetUpperTriangle(int offset) - parameters: - - id: offset - type: System.Int32 - description: Offset of diagonal to set in returned tensor. 0 for the main diagonal, less than zero for diagonals below, greater than zero from diagonals above. - return: - type: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - description: A tensor with the values from this tensor at and above the specified diagonal and zeros elsewhere. - content.vb: Public Function GetUpperTriangle(offset As Integer) As Tensor(Of T) - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetUpperTriangle* - nameWithType.vb: Tensor(Of T).GetUpperTriangle(Int32) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).GetUpperTriangle(System.Int32) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetTriangle(System.Int32,System.Boolean) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetTriangle(System.Int32,System.Boolean) - id: GetTriangle(System.Int32,System.Boolean) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: GetTriangle(Int32, Boolean) - nameWithType: Tensor.GetTriangle(Int32, Boolean) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.GetTriangle(System.Int32, System.Boolean) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetTriangle - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 930 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nImplementation method for GetTriangle, GetLowerTriangle, GetUpperTriangle\n" - example: [] - syntax: - content: public Tensor GetTriangle(int offset, bool upper) - parameters: - - id: offset - type: System.Int32 - description: Offset of diagonal to set in returned tensor. - - id: upper - type: System.Boolean - description: true for upper triangular and false otherwise - return: - type: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - description: '' - content.vb: Public Function GetTriangle(offset As Integer, upper As Boolean) As Tensor(Of T) - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetTriangle* - nameWithType.vb: Tensor(Of T).GetTriangle(Int32, Boolean) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).GetTriangle(System.Int32, System.Boolean) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Reshape(System.ReadOnlySpan{System.Int32}) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Reshape(System.ReadOnlySpan{System.Int32}) - id: Reshape(System.ReadOnlySpan{System.Int32}) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: Reshape(ReadOnlySpan) - nameWithType: Tensor.Reshape(ReadOnlySpan) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Reshape(System.ReadOnlySpan) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Reshape - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 1016 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nReshapes the current tensor to new dimensions, using the same backing storage if possible.\n" - example: [] - syntax: - content: public abstract Tensor Reshape(ReadOnlySpan dimensions) - parameters: - - id: dimensions - type: System.ReadOnlySpan{System.Int32} - description: An span of integers that represent the size of each dimension of the Tensor to create. - return: - type: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - description: A new tensor that reinterprets this tensor with different dimensions. - content.vb: Public MustOverride Function Reshape(dimensions As ReadOnlySpan(Of Integer)) As Tensor(Of T) - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Reshape* - nameWithType.vb: Tensor(Of T).Reshape(ReadOnlySpan(Of Int32)) - modifiers.csharp: - - public - - abstract - modifiers.vb: - - Public - - MustOverride - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Reshape(System.ReadOnlySpan(Of System.Int32)) - name.vb: Reshape(ReadOnlySpan(Of Int32)) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Item(System.Int32[]) - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Item(System.Int32[]) - id: Item(System.Int32[]) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: Item[Int32[]] - nameWithType: Tensor.Item[Int32[]] - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Item[System.Int32[]] - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: this[] - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 1023 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nObtains the value at the specified indices\n" - example: [] - syntax: - content: public virtual T this[params int[] indices] { get; set; } - parameters: - - id: indices - type: System.Int32[] - description: A one-dimensional array of integers that represent the indices specifying the position of the element to get. - return: - type: '{T}' - description: The value at the specified position in this Tensor. - content.vb: Public Overridable Property Item(ParamArray indices As Integer()) As T - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Item* - nameWithType.vb: Tensor(Of T).Item(Int32()) - modifiers.csharp: - - public - - virtual - - get - - set - modifiers.vb: - - Public - - Overridable - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Item(System.Int32()) - name.vb: Item(Int32()) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Item(System.ReadOnlySpan{System.Int32}) - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Item(System.ReadOnlySpan{System.Int32}) - id: Item(System.ReadOnlySpan{System.Int32}) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: Item[ReadOnlySpan] - nameWithType: Tensor.Item[ReadOnlySpan] - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Item[System.ReadOnlySpan] - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: this[] - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 1051 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nObtains the value at the specified indices\n" - example: [] - syntax: - content: public virtual T this[ReadOnlySpan indices] { get; set; } - parameters: - - id: indices - type: System.ReadOnlySpan{System.Int32} - description: A span integers that represent the indices specifying the position of the element to get. - return: - type: '{T}' - description: The value at the specified position in this Tensor. - content.vb: Public Overridable Property Item(indices As ReadOnlySpan(Of Integer)) As T - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Item* - nameWithType.vb: Tensor(Of T).Item(ReadOnlySpan(Of Int32)) - modifiers.csharp: - - public - - virtual - - get - - set - modifiers.vb: - - Public - - Overridable - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Item(System.ReadOnlySpan(Of System.Int32)) - name.vb: Item(ReadOnlySpan(Of Int32)) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetValue(System.Int32) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetValue(System.Int32) - id: GetValue(System.Int32) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: GetValue(Int32) - nameWithType: Tensor.GetValue(Int32) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.GetValue(System.Int32) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetValue - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 1069 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nGets the value at the specied index, where index is a linearized version of n-dimension indices using strides.\n" - example: [] - syntax: - content: public abstract T GetValue(int index) - parameters: - - id: index - type: System.Int32 - description: An integer index computed as a dot-product of indices. - return: - type: '{T}' - description: The value at the specified position in this Tensor. - content.vb: Public MustOverride Function GetValue(index As Integer) As T - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetValue* - nameWithType.vb: Tensor(Of T).GetValue(Int32) - modifiers.csharp: - - public - - abstract - modifiers.vb: - - Public - - MustOverride - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).GetValue(System.Int32) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.SetValue(System.Int32,`0) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.SetValue(System.Int32,`0) - id: SetValue(System.Int32,`0) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: SetValue(Int32, T) - nameWithType: Tensor.SetValue(Int32, T) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.SetValue(System.Int32, T) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: SetValue - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 1076 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nSets the value at the specied index, where index is a linearized version of n-dimension indices using strides.\n" - example: [] - syntax: - content: public abstract void SetValue(int index, T value) - parameters: - - id: index - type: System.Int32 - description: An integer index computed as a dot-product of indices. - - id: value - type: '{T}' - description: The new value to set at the specified position in this Tensor. - content.vb: Public MustOverride Sub SetValue(index As Integer, value As T) - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.SetValue* - nameWithType.vb: Tensor(Of T).SetValue(Int32, T) - modifiers.csharp: - - public - - abstract - modifiers.vb: - - Public - - MustOverride - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).SetValue(System.Int32, T) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Compare(Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0},Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Compare(Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0},Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}) - id: Compare(Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0},Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: Compare(Tensor, Tensor) - nameWithType: Tensor.Compare(Tensor, Tensor) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Compare(Microsoft.ML.OnnxRuntime.Tensors.Tensor, Microsoft.ML.OnnxRuntime.Tensors.Tensor) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Compare - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 1086 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nPerforms a value comparison of the content and shape of two tensors. Two tensors are equal if they have the same shape and same value at every set of indices. If not equal a tensor is greater or less than another tensor based on the first non-equal element when enumerating in linear order.\n" - example: [] - syntax: - content: public static int Compare(Tensor left, Tensor right) - parameters: - - id: left - type: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - description: '' - - id: right - type: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - description: '' - return: - type: System.Int32 - description: '' - content.vb: Public Shared Function Compare(left As Tensor(Of T), right As Tensor(Of T)) As Integer - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Compare* - nameWithType.vb: Tensor(Of T).Compare(Tensor(Of T), Tensor(Of T)) - modifiers.csharp: - - public - - static - modifiers.vb: - - Public - - Shared - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Compare(Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T), Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T)) - name.vb: Compare(Tensor(Of T), Tensor(Of T)) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Equals(Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0},Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Equals(Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0},Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}) - id: Equals(Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0},Microsoft.ML.OnnxRuntime.Tensors.Tensor{`0}) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: Equals(Tensor, Tensor) - nameWithType: Tensor.Equals(Tensor, Tensor) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Equals(Microsoft.ML.OnnxRuntime.Tensors.Tensor, Microsoft.ML.OnnxRuntime.Tensors.Tensor) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Equals - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 1097 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nPerforms a value equality comparison of the content of two tensors. Two tensors are equal if they have the same shape and same value at every set of indices.\n" - example: [] - syntax: - content: public static bool Equals(Tensor left, Tensor right) - parameters: - - id: left - type: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - description: '' - - id: right - type: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - description: '' - return: - type: System.Boolean - description: '' - content.vb: Public Shared Function Equals(left As Tensor(Of T), right As Tensor(Of T)) As Boolean - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Equals* - nameWithType.vb: Tensor(Of T).Equals(Tensor(Of T), Tensor(Of T)) - modifiers.csharp: - - public - - static - modifiers.vb: - - Public - - Shared - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Equals(Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T), Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T)) - name.vb: Equals(Tensor(Of T), Tensor(Of T)) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IEnumerable#GetEnumerator - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IEnumerable#GetEnumerator - id: System#Collections#IEnumerable#GetEnumerator - isEii: true - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: IEnumerable.GetEnumerator() - nameWithType: Tensor.IEnumerable.GetEnumerator() - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IEnumerable.GetEnumerator() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: System.Collections.IEnumerable.GetEnumerator - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 1104 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - syntax: - content: IEnumerator IEnumerable.GetEnumerator() - return: - type: System.Collections.IEnumerator - content.vb: Function System.Collections.IEnumerable.GetEnumerator As IEnumerator Implements IEnumerable.GetEnumerator - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IEnumerable#GetEnumerator* - implements: - - System.Collections.IEnumerable.GetEnumerator - nameWithType.vb: Tensor(Of T).System.Collections.IEnumerable.GetEnumerator() - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IEnumerable.GetEnumerator() - name.vb: System.Collections.IEnumerable.GetEnumerator() -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#ICollection#Count - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#ICollection#Count - id: System#Collections#ICollection#Count - isEii: true - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: ICollection.Count - nameWithType: Tensor.ICollection.Count - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.ICollection.Count - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: System.Collections.ICollection.Count - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 1111 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - syntax: - content: int ICollection.Count { get; } - parameters: [] - return: - type: System.Int32 - content.vb: ReadOnly WriteOnly Property System.Collections.ICollection.Count As Integer Implements ICollection.Count - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#ICollection#Count* - implements: - - System.Collections.ICollection.Count - nameWithType.vb: Tensor(Of T).System.Collections.ICollection.Count - modifiers.csharp: - - get - modifiers.vb: - - ReadOnly - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.ICollection.Count - name.vb: System.Collections.ICollection.Count -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#ICollection#IsSynchronized - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#ICollection#IsSynchronized - id: System#Collections#ICollection#IsSynchronized - isEii: true - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: ICollection.IsSynchronized - nameWithType: Tensor.ICollection.IsSynchronized - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.ICollection.IsSynchronized - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: System.Collections.ICollection.IsSynchronized - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 1113 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - syntax: - content: bool ICollection.IsSynchronized { get; } - parameters: [] - return: - type: System.Boolean - content.vb: ReadOnly WriteOnly Property System.Collections.ICollection.IsSynchronized As Boolean Implements ICollection.IsSynchronized - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#ICollection#IsSynchronized* - implements: - - System.Collections.ICollection.IsSynchronized - nameWithType.vb: Tensor(Of T).System.Collections.ICollection.IsSynchronized - modifiers.csharp: - - get - modifiers.vb: - - ReadOnly - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.ICollection.IsSynchronized - name.vb: System.Collections.ICollection.IsSynchronized -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#ICollection#SyncRoot - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#ICollection#SyncRoot - id: System#Collections#ICollection#SyncRoot - isEii: true - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: ICollection.SyncRoot - nameWithType: Tensor.ICollection.SyncRoot - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.ICollection.SyncRoot - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: System.Collections.ICollection.SyncRoot - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 1115 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - syntax: - content: object ICollection.SyncRoot { get; } - parameters: [] - return: - type: System.Object - content.vb: ReadOnly WriteOnly Property System.Collections.ICollection.SyncRoot As Object Implements ICollection.SyncRoot - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#ICollection#SyncRoot* - implements: - - System.Collections.ICollection.SyncRoot - nameWithType.vb: Tensor(Of T).System.Collections.ICollection.SyncRoot - modifiers.csharp: - - get - modifiers.vb: - - ReadOnly - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.ICollection.SyncRoot - name.vb: System.Collections.ICollection.SyncRoot -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#ICollection#CopyTo(System.Array,System.Int32) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#ICollection#CopyTo(System.Array,System.Int32) - id: System#Collections#ICollection#CopyTo(System.Array,System.Int32) - isEii: true - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: ICollection.CopyTo(Array, Int32) - nameWithType: Tensor.ICollection.CopyTo(Array, Int32) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.ICollection.CopyTo(System.Array, System.Int32) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: System.Collections.ICollection.CopyTo - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 1117 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - syntax: - content: void ICollection.CopyTo(Array array, int index) - parameters: - - id: array - type: System.Array - - id: index - type: System.Int32 - content.vb: Sub System.Collections.ICollection.CopyTo(array As Array, index As Integer) Implements ICollection.CopyTo - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#ICollection#CopyTo* - implements: - - System.Collections.ICollection.CopyTo(System.Array,System.Int32) - nameWithType.vb: Tensor(Of T).System.Collections.ICollection.CopyTo(Array, Int32) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.ICollection.CopyTo(System.Array, System.Int32) - name.vb: System.Collections.ICollection.CopyTo(Array, Int32) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Item(System.Int32) - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Item(System.Int32) - id: System#Collections#IList#Item(System.Int32) - isEii: true - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: IList.Item[Int32] - nameWithType: Tensor.IList.Item[Int32] - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IList.Item[System.Int32] - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: System.Collections.IList.this[] - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 1147 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - syntax: - content: object IList.this[int index] { get; set; } - parameters: - - id: index - type: System.Int32 - return: - type: System.Object - content.vb: ReadOnly WriteOnly Property System.Collections.IList.Item(index As Integer) As Object Implements IList.this[] - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Item* - implements: - - System.Collections.IList.Item(System.Int32) - nameWithType.vb: Tensor(Of T).System.Collections.IList.Item(Int32) - modifiers.csharp: - - get - - set - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IList.Item(System.Int32) - name.vb: System.Collections.IList.Item(Int32) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.IsFixedSize - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.IsFixedSize - id: IsFixedSize - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: IsFixedSize - nameWithType: Tensor.IsFixedSize - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.IsFixedSize - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: IsFixedSize - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 1170 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nAlways fixed size Tensor\n" - example: [] - syntax: - content: public bool IsFixedSize { get; } - parameters: [] - return: - type: System.Boolean - description: always true - content.vb: Public ReadOnly Property IsFixedSize As Boolean - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.IsFixedSize* - implements: - - System.Collections.IList.IsFixedSize - nameWithType.vb: Tensor(Of T).IsFixedSize - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).IsFixedSize -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.IsReadOnly - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.IsReadOnly - id: IsReadOnly - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: IsReadOnly - nameWithType: Tensor.IsReadOnly - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.IsReadOnly - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: IsReadOnly - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 1176 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nTensor is not readonly\n" - example: [] - syntax: - content: public bool IsReadOnly { get; } - parameters: [] - return: - type: System.Boolean - description: always false - content.vb: Public ReadOnly Property IsReadOnly As Boolean - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.IsReadOnly* - implements: - - System.Collections.IList.IsReadOnly - - System.Collections.Generic.ICollection{{T}}.IsReadOnly - nameWithType.vb: Tensor(Of T).IsReadOnly - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).IsReadOnly -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Add(System.Object) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Add(System.Object) - id: System#Collections#IList#Add(System.Object) - isEii: true - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: IList.Add(Object) - nameWithType: Tensor.IList.Add(Object) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IList.Add(System.Object) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: System.Collections.IList.Add - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 1178 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - syntax: - content: int IList.Add(object value) - parameters: - - id: value - type: System.Object - return: - type: System.Int32 - content.vb: Function System.Collections.IList.Add(value As Object) As Integer Implements IList.Add - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Add* - implements: - - System.Collections.IList.Add(System.Object) - nameWithType.vb: Tensor(Of T).System.Collections.IList.Add(Object) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IList.Add(System.Object) - name.vb: System.Collections.IList.Add(Object) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Clear - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Clear - id: System#Collections#IList#Clear - isEii: true - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: IList.Clear() - nameWithType: Tensor.IList.Clear() - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IList.Clear() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: System.Collections.IList.Clear - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 1183 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - syntax: - content: void IList.Clear() - content.vb: Sub System.Collections.IList.Clear Implements IList.Clear - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Clear* - implements: - - System.Collections.IList.Clear - nameWithType.vb: Tensor(Of T).System.Collections.IList.Clear() - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IList.Clear() - name.vb: System.Collections.IList.Clear() -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Contains(System.Object) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Contains(System.Object) - id: System#Collections#IList#Contains(System.Object) - isEii: true - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: IList.Contains(Object) - nameWithType: Tensor.IList.Contains(Object) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IList.Contains(System.Object) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: System.Collections.IList.Contains - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 1188 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - syntax: - content: bool IList.Contains(object value) - parameters: - - id: value - type: System.Object - return: - type: System.Boolean - content.vb: Function System.Collections.IList.Contains(value As Object) As Boolean Implements IList.Contains - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Contains* - implements: - - System.Collections.IList.Contains(System.Object) - nameWithType.vb: Tensor(Of T).System.Collections.IList.Contains(Object) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IList.Contains(System.Object) - name.vb: System.Collections.IList.Contains(Object) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#IndexOf(System.Object) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#IndexOf(System.Object) - id: System#Collections#IList#IndexOf(System.Object) - isEii: true - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: IList.IndexOf(Object) - nameWithType: Tensor.IList.IndexOf(Object) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IList.IndexOf(System.Object) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: System.Collections.IList.IndexOf - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 1197 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - syntax: - content: int IList.IndexOf(object value) - parameters: - - id: value - type: System.Object - return: - type: System.Int32 - content.vb: Function System.Collections.IList.IndexOf(value As Object) As Integer Implements IList.IndexOf - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#IndexOf* - implements: - - System.Collections.IList.IndexOf(System.Object) - nameWithType.vb: Tensor(Of T).System.Collections.IList.IndexOf(Object) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IList.IndexOf(System.Object) - name.vb: System.Collections.IList.IndexOf(Object) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Insert(System.Int32,System.Object) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Insert(System.Int32,System.Object) - id: System#Collections#IList#Insert(System.Int32,System.Object) - isEii: true - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: IList.Insert(Int32, Object) - nameWithType: Tensor.IList.Insert(Int32, Object) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IList.Insert(System.Int32, System.Object) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: System.Collections.IList.Insert - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 1206 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - syntax: - content: void IList.Insert(int index, object value) - parameters: - - id: index - type: System.Int32 - - id: value - type: System.Object - content.vb: Sub System.Collections.IList.Insert(index As Integer, value As Object) Implements IList.Insert - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Insert* - implements: - - System.Collections.IList.Insert(System.Int32,System.Object) - nameWithType.vb: Tensor(Of T).System.Collections.IList.Insert(Int32, Object) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IList.Insert(System.Int32, System.Object) - name.vb: System.Collections.IList.Insert(Int32, Object) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Remove(System.Object) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Remove(System.Object) - id: System#Collections#IList#Remove(System.Object) - isEii: true - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: IList.Remove(Object) - nameWithType: Tensor.IList.Remove(Object) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IList.Remove(System.Object) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: System.Collections.IList.Remove - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 1211 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - syntax: - content: void IList.Remove(object value) - parameters: - - id: value - type: System.Object - content.vb: Sub System.Collections.IList.Remove(value As Object) Implements IList.Remove - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Remove* - implements: - - System.Collections.IList.Remove(System.Object) - nameWithType.vb: Tensor(Of T).System.Collections.IList.Remove(Object) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IList.Remove(System.Object) - name.vb: System.Collections.IList.Remove(Object) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#RemoveAt(System.Int32) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#RemoveAt(System.Int32) - id: System#Collections#IList#RemoveAt(System.Int32) - isEii: true - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: IList.RemoveAt(Int32) - nameWithType: Tensor.IList.RemoveAt(Int32) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IList.RemoveAt(System.Int32) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: System.Collections.IList.RemoveAt - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 1216 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - syntax: - content: void IList.RemoveAt(int index) - parameters: - - id: index - type: System.Int32 - content.vb: Sub System.Collections.IList.RemoveAt(index As Integer) Implements IList.RemoveAt - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#RemoveAt* - implements: - - System.Collections.IList.RemoveAt(System.Int32) - nameWithType.vb: Tensor(Of T).System.Collections.IList.RemoveAt(Int32) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IList.RemoveAt(System.Int32) - name.vb: System.Collections.IList.RemoveAt(Int32) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IEnumerable{T}#GetEnumerator - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IEnumerable{T}#GetEnumerator - id: System#Collections#Generic#IEnumerable{T}#GetEnumerator - isEii: true - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: IEnumerable.GetEnumerator() - nameWithType: Tensor.IEnumerable.GetEnumerator() - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.IEnumerable.GetEnumerator() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: System.Collections.Generic.IEnumerable.GetEnumerator - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 1223 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - syntax: - content: IEnumerator IEnumerable.GetEnumerator() - return: - type: System.Collections.Generic.IEnumerator{{T}} - content.vb: Function System.Collections.Generic.IEnumerable.GetEnumerator As IEnumerator(Of T) Implements IEnumerable(Of T).GetEnumerator - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IEnumerable{T}#GetEnumerator* - implements: - - System.Collections.Generic.IEnumerable{{T}}.GetEnumerator - nameWithType.vb: Tensor(Of T).System.Collections.Generic.IEnumerable.GetEnumerator() - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.IEnumerable.GetEnumerator() - name.vb: System.Collections.Generic.IEnumerable.GetEnumerator() -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Count - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Count - id: System#Collections#Generic#ICollection{T}#Count - isEii: true - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: ICollection.Count - nameWithType: Tensor.ICollection.Count - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.ICollection.Count - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: System.Collections.Generic.ICollection.Count - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 1233 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - syntax: - content: int ICollection.Count { get; } - parameters: [] - return: - type: System.Int32 - content.vb: ReadOnly WriteOnly Property System.Collections.Generic.ICollection.Count As Integer Implements ICollection(Of T).Count - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Count* - implements: - - System.Collections.Generic.ICollection{{T}}.Count - nameWithType.vb: Tensor(Of T).System.Collections.Generic.ICollection.Count - modifiers.csharp: - - get - modifiers.vb: - - ReadOnly - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.ICollection.Count - name.vb: System.Collections.Generic.ICollection.Count -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Add(`0) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Add(`0) - id: System#Collections#Generic#ICollection{T}#Add(`0) - isEii: true - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: ICollection.Add(T) - nameWithType: Tensor.ICollection.Add(T) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.ICollection.Add(T) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: System.Collections.Generic.ICollection.Add - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 1235 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - syntax: - content: void ICollection.Add(T item) - parameters: - - id: item - type: '{T}' - content.vb: Sub System.Collections.Generic.ICollection.Add(item As T) Implements ICollection(Of T).Add - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Add* - implements: - - System.Collections.Generic.ICollection{{T}}.Add({T}) - nameWithType.vb: Tensor(Of T).System.Collections.Generic.ICollection.Add(T) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.ICollection.Add(T) - name.vb: System.Collections.Generic.ICollection.Add(T) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Clear - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Clear - id: System#Collections#Generic#ICollection{T}#Clear - isEii: true - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: ICollection.Clear() - nameWithType: Tensor.ICollection.Clear() - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.ICollection.Clear() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: System.Collections.Generic.ICollection.Clear - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 1240 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - syntax: - content: void ICollection.Clear() - content.vb: Sub System.Collections.Generic.ICollection.Clear Implements ICollection(Of T).Clear - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Clear* - implements: - - System.Collections.Generic.ICollection{{T}}.Clear - nameWithType.vb: Tensor(Of T).System.Collections.Generic.ICollection.Clear() - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.ICollection.Clear() - name.vb: System.Collections.Generic.ICollection.Clear() -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Contains(`0) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Contains(`0) - id: System#Collections#Generic#ICollection{T}#Contains(`0) - isEii: true - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: ICollection.Contains(T) - nameWithType: Tensor.ICollection.Contains(T) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.ICollection.Contains(T) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: System.Collections.Generic.ICollection.Contains - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 1245 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - syntax: - content: bool ICollection.Contains(T item) - parameters: - - id: item - type: '{T}' - return: - type: System.Boolean - content.vb: Function System.Collections.Generic.ICollection.Contains(item As T) As Boolean Implements ICollection(Of T).Contains - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Contains* - implements: - - System.Collections.Generic.ICollection{{T}}.Contains({T}) - nameWithType.vb: Tensor(Of T).System.Collections.Generic.ICollection.Contains(T) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.ICollection.Contains(T) - name.vb: System.Collections.Generic.ICollection.Contains(T) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Contains(`0) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Contains(`0) - id: Contains(`0) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: Contains(T) - nameWithType: Tensor.Contains(T) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Contains(T) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Contains - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 1259 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nDetermines whether an element is in the Tensor<T>.\n" - example: [] - syntax: - content: protected virtual bool Contains(T item) - parameters: - - id: item - type: '{T}' - description: "\nThe object to locate in the Tensor<T>. The value can be null for reference types.\n" - return: - type: System.Boolean - description: "\ntrue if item is found in the Tensor<T>; otherwise, false.\n" - content.vb: Protected Overridable Function Contains(item As T) As Boolean - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Contains* - nameWithType.vb: Tensor(Of T).Contains(T) - modifiers.csharp: - - protected - - virtual - modifiers.vb: - - Protected - - Overridable - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Contains(T) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#CopyTo(`0[],System.Int32) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#CopyTo(`0[],System.Int32) - id: System#Collections#Generic#ICollection{T}#CopyTo(`0[],System.Int32) - isEii: true - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: ICollection.CopyTo(T[], Int32) - nameWithType: Tensor.ICollection.CopyTo(T[], Int32) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.ICollection.CopyTo(T[], System.Int32) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: System.Collections.Generic.ICollection.CopyTo - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 1264 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - syntax: - content: void ICollection.CopyTo(T[] array, int arrayIndex) - parameters: - - id: array - type: '{T}[]' - - id: arrayIndex - type: System.Int32 - content.vb: Sub System.Collections.Generic.ICollection.CopyTo(array As T(), arrayIndex As Integer) Implements ICollection(Of T).CopyTo - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#CopyTo* - implements: - - System.Collections.Generic.ICollection{{T}}.CopyTo({T}[],System.Int32) - nameWithType.vb: Tensor(Of T).System.Collections.Generic.ICollection.CopyTo(T(), Int32) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.ICollection.CopyTo(T(), System.Int32) - name.vb: System.Collections.Generic.ICollection.CopyTo(T(), Int32) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CopyTo(`0[],System.Int32) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CopyTo(`0[],System.Int32) - id: CopyTo(`0[],System.Int32) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: CopyTo(T[], Int32) - nameWithType: Tensor.CopyTo(T[], Int32) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.CopyTo(T[], System.Int32) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CopyTo - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 1278 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nCopies the elements of the Tensor<T> to an Array, starting at a particular Array index.\n" - example: [] - syntax: - content: protected virtual void CopyTo(T[] array, int arrayIndex) - parameters: - - id: array - type: '{T}[]' - description: "\nThe one-dimensional Array that is the destination of the elements copied from Tensor<T>. The Array must have zero-based indexing.\n" - - id: arrayIndex - type: System.Int32 - description: "\nThe zero-based index in array at which copying begins.\n" - content.vb: Protected Overridable Sub CopyTo(array As T(), arrayIndex As Integer) - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CopyTo* - nameWithType.vb: Tensor(Of T).CopyTo(T(), Int32) - modifiers.csharp: - - protected - - virtual - modifiers.vb: - - Protected - - Overridable - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).CopyTo(T(), System.Int32) - name.vb: CopyTo(T(), Int32) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Remove(`0) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Remove(`0) - id: System#Collections#Generic#ICollection{T}#Remove(`0) - isEii: true - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: ICollection.Remove(T) - nameWithType: Tensor.ICollection.Remove(T) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.ICollection.Remove(T) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: System.Collections.Generic.ICollection.Remove - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 1295 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - syntax: - content: bool ICollection.Remove(T item) - parameters: - - id: item - type: '{T}' - return: - type: System.Boolean - content.vb: Function System.Collections.Generic.ICollection.Remove(item As T) As Boolean Implements ICollection(Of T).Remove - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Remove* - implements: - - System.Collections.Generic.ICollection{{T}}.Remove({T}) - nameWithType.vb: Tensor(Of T).System.Collections.Generic.ICollection.Remove(T) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.ICollection.Remove(T) - name.vb: System.Collections.Generic.ICollection.Remove(T) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IReadOnlyCollection{T}#Count - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IReadOnlyCollection{T}#Count - id: System#Collections#Generic#IReadOnlyCollection{T}#Count - isEii: true - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: IReadOnlyCollection.Count - nameWithType: Tensor.IReadOnlyCollection.Count - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.IReadOnlyCollection.Count - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: System.Collections.Generic.IReadOnlyCollection.Count - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 1303 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - syntax: - content: int IReadOnlyCollection.Count { get; } - parameters: [] - return: - type: System.Int32 - content.vb: ReadOnly WriteOnly Property System.Collections.Generic.IReadOnlyCollection.Count As Integer Implements IReadOnlyCollection(Of T).Count - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IReadOnlyCollection{T}#Count* - implements: - - System.Collections.Generic.IReadOnlyCollection{{T}}.Count - nameWithType.vb: Tensor(Of T).System.Collections.Generic.IReadOnlyCollection.Count - modifiers.csharp: - - get - modifiers.vb: - - ReadOnly - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.IReadOnlyCollection.Count - name.vb: System.Collections.Generic.IReadOnlyCollection.Count -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#Item(System.Int32) - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#Item(System.Int32) - id: System#Collections#Generic#IList{T}#Item(System.Int32) - isEii: true - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: IList.Item[Int32] - nameWithType: Tensor.IList.Item[Int32] - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.IList.Item[System.Int32] - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: System.Collections.Generic.IList.this[] - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 1308 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - syntax: - content: T IList.this[int index] { get; set; } - parameters: - - id: index - type: System.Int32 - return: - type: '{T}' - content.vb: ReadOnly WriteOnly Property System.Collections.Generic.IList.Item(index As Integer) As T Implements IList(Of T).this[] - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#Item* - implements: - - System.Collections.Generic.IList{{T}}.Item(System.Int32) - nameWithType.vb: Tensor(Of T).System.Collections.Generic.IList.Item(Int32) - modifiers.csharp: - - get - - set - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.IList.Item(System.Int32) - name.vb: System.Collections.Generic.IList.Item(Int32) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#IndexOf(`0) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#IndexOf(`0) - id: System#Collections#Generic#IList{T}#IndexOf(`0) - isEii: true - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: IList.IndexOf(T) - nameWithType: Tensor.IList.IndexOf(T) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.IList.IndexOf(T) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: System.Collections.Generic.IList.IndexOf - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 1314 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - syntax: - content: int IList.IndexOf(T item) - parameters: - - id: item - type: '{T}' - return: - type: System.Int32 - content.vb: Function System.Collections.Generic.IList.IndexOf(item As T) As Integer Implements IList(Of T).IndexOf - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#IndexOf* - implements: - - System.Collections.Generic.IList{{T}}.IndexOf({T}) - nameWithType.vb: Tensor(Of T).System.Collections.Generic.IList.IndexOf(T) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.IList.IndexOf(T) - name.vb: System.Collections.Generic.IList.IndexOf(T) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.IndexOf(`0) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.IndexOf(`0) - id: IndexOf(`0) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: IndexOf(T) - nameWithType: Tensor.IndexOf(T) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.IndexOf(T) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: IndexOf - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 1324 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nDetermines the index of a specific item in the Tensor<T>.\n" - example: [] - syntax: - content: protected virtual int IndexOf(T item) - parameters: - - id: item - type: '{T}' - description: The object to locate in the Tensor<T>. - return: - type: System.Int32 - description: The index of item if found in the tensor; otherwise, -1. - content.vb: Protected Overridable Function IndexOf(item As T) As Integer - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.IndexOf* - nameWithType.vb: Tensor(Of T).IndexOf(T) - modifiers.csharp: - - protected - - virtual - modifiers.vb: - - Protected - - Overridable - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).IndexOf(T) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#Insert(System.Int32,`0) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#Insert(System.Int32,`0) - id: System#Collections#Generic#IList{T}#Insert(System.Int32,`0) - isEii: true - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: IList.Insert(Int32, T) - nameWithType: Tensor.IList.Insert(Int32, T) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.IList.Insert(System.Int32, T) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: System.Collections.Generic.IList.Insert - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 1337 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - syntax: - content: void IList.Insert(int index, T item) - parameters: - - id: index - type: System.Int32 - - id: item - type: '{T}' - content.vb: Sub System.Collections.Generic.IList.Insert(index As Integer, item As T) Implements IList(Of T).Insert - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#Insert* - implements: - - System.Collections.Generic.IList{{T}}.Insert(System.Int32,{T}) - nameWithType.vb: Tensor(Of T).System.Collections.Generic.IList.Insert(Int32, T) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.IList.Insert(System.Int32, T) - name.vb: System.Collections.Generic.IList.Insert(Int32, T) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#RemoveAt(System.Int32) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#RemoveAt(System.Int32) - id: System#Collections#Generic#IList{T}#RemoveAt(System.Int32) - isEii: true - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: IList.RemoveAt(Int32) - nameWithType: Tensor.IList.RemoveAt(Int32) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.IList.RemoveAt(System.Int32) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: System.Collections.Generic.IList.RemoveAt - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 1342 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - syntax: - content: void IList.RemoveAt(int index) - parameters: - - id: index - type: System.Int32 - content.vb: Sub System.Collections.Generic.IList.RemoveAt(index As Integer) Implements IList(Of T).RemoveAt - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#RemoveAt* - implements: - - System.Collections.Generic.IList{{T}}.RemoveAt(System.Int32) - nameWithType.vb: Tensor(Of T).System.Collections.Generic.IList.RemoveAt(Int32) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.IList.RemoveAt(System.Int32) - name.vb: System.Collections.Generic.IList.RemoveAt(Int32) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IReadOnlyList{T}#Item(System.Int32) - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IReadOnlyList{T}#Item(System.Int32) - id: System#Collections#Generic#IReadOnlyList{T}#Item(System.Int32) - isEii: true - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: IReadOnlyList.Item[Int32] - nameWithType: Tensor.IReadOnlyList.Item[Int32] - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.IReadOnlyList.Item[System.Int32] - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: System.Collections.Generic.IReadOnlyList.this[] - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 1350 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - syntax: - content: T IReadOnlyList.this[int index] { get; } - parameters: - - id: index - type: System.Int32 - return: - type: '{T}' - content.vb: ReadOnly WriteOnly Property System.Collections.Generic.IReadOnlyList.Item(index As Integer) As T Implements IReadOnlyList(Of T).this[] - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IReadOnlyList{T}#Item* - implements: - - System.Collections.Generic.IReadOnlyList{{T}}.Item(System.Int32) - nameWithType.vb: Tensor(Of T).System.Collections.Generic.IReadOnlyList.Item(Int32) - modifiers.csharp: - - get - modifiers.vb: - - ReadOnly - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.IReadOnlyList.Item(System.Int32) - name.vb: System.Collections.Generic.IReadOnlyList.Item(Int32) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IStructuralComparable#CompareTo(System.Object,System.Collections.IComparer) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IStructuralComparable#CompareTo(System.Object,System.Collections.IComparer) - id: System#Collections#IStructuralComparable#CompareTo(System.Object,System.Collections.IComparer) - isEii: true - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: IStructuralComparable.CompareTo(Object, IComparer) - nameWithType: Tensor.IStructuralComparable.CompareTo(Object, IComparer) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IStructuralComparable.CompareTo(System.Object, System.Collections.IComparer) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: System.Collections.IStructuralComparable.CompareTo - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 1355 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - syntax: - content: int IStructuralComparable.CompareTo(object other, IComparer comparer) - parameters: - - id: other - type: System.Object - - id: comparer - type: System.Collections.IComparer - return: - type: System.Int32 - content.vb: Function System.Collections.IStructuralComparable.CompareTo(other As Object, comparer As IComparer) As Integer Implements IStructuralComparable.CompareTo - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IStructuralComparable#CompareTo* - implements: - - System.Collections.IStructuralComparable.CompareTo(System.Object,System.Collections.IComparer) - nameWithType.vb: Tensor(Of T).System.Collections.IStructuralComparable.CompareTo(Object, IComparer) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IStructuralComparable.CompareTo(System.Object, System.Collections.IComparer) - name.vb: System.Collections.IStructuralComparable.CompareTo(Object, IComparer) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IStructuralEquatable#Equals(System.Object,System.Collections.IEqualityComparer) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IStructuralEquatable#Equals(System.Object,System.Collections.IEqualityComparer) - id: System#Collections#IStructuralEquatable#Equals(System.Object,System.Collections.IEqualityComparer) - isEii: true - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: IStructuralEquatable.Equals(Object, IEqualityComparer) - nameWithType: Tensor.IStructuralEquatable.Equals(Object, IEqualityComparer) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IStructuralEquatable.Equals(System.Object, System.Collections.IEqualityComparer) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: System.Collections.IStructuralEquatable.Equals - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 1457 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - syntax: - content: bool IStructuralEquatable.Equals(object other, IEqualityComparer comparer) - parameters: - - id: other - type: System.Object - - id: comparer - type: System.Collections.IEqualityComparer - return: - type: System.Boolean - content.vb: Function System.Collections.IStructuralEquatable.Equals(other As Object, comparer As IEqualityComparer) As Boolean Implements IStructuralEquatable.Equals - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IStructuralEquatable#Equals* - implements: - - System.Collections.IStructuralEquatable.Equals(System.Object,System.Collections.IEqualityComparer) - nameWithType.vb: Tensor(Of T).System.Collections.IStructuralEquatable.Equals(Object, IEqualityComparer) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IStructuralEquatable.Equals(System.Object, System.Collections.IEqualityComparer) - name.vb: System.Collections.IStructuralEquatable.Equals(Object, IEqualityComparer) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IStructuralEquatable#GetHashCode(System.Collections.IEqualityComparer) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IStructuralEquatable#GetHashCode(System.Collections.IEqualityComparer) - id: System#Collections#IStructuralEquatable#GetHashCode(System.Collections.IEqualityComparer) - isEii: true - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: IStructuralEquatable.GetHashCode(IEqualityComparer) - nameWithType: Tensor.IStructuralEquatable.GetHashCode(IEqualityComparer) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: System.Collections.IStructuralEquatable.GetHashCode - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 1550 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - syntax: - content: int IStructuralEquatable.GetHashCode(IEqualityComparer comparer) - parameters: - - id: comparer - type: System.Collections.IEqualityComparer - return: - type: System.Int32 - content.vb: Function System.Collections.IStructuralEquatable.GetHashCode(comparer As IEqualityComparer) As Integer Implements IStructuralEquatable.GetHashCode - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IStructuralEquatable#GetHashCode* - implements: - - System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer) - nameWithType.vb: Tensor(Of T).System.Collections.IStructuralEquatable.GetHashCode(IEqualityComparer) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer) - name.vb: System.Collections.IStructuralEquatable.GetHashCode(IEqualityComparer) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.ToDenseTensor - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.ToDenseTensor - id: ToDenseTensor - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: ToDenseTensor() - nameWithType: Tensor.ToDenseTensor() - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.ToDenseTensor() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ToDenseTensor - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 1570 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nCreates a copy of this tensor as a DenseTensor<T>. If this tensor is already a DenseTensor<T> calling this method is equivalent to calling Clone().\n" - example: [] - syntax: - content: public virtual DenseTensor ToDenseTensor() - return: - type: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor{{T}} - description: '' - content.vb: Public Overridable Function ToDenseTensor As DenseTensor(Of T) - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.ToDenseTensor* - nameWithType.vb: Tensor(Of T).ToDenseTensor() - modifiers.csharp: - - public - - virtual - modifiers.vb: - - Public - - Overridable - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).ToDenseTensor() -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetArrayString(System.Boolean) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetArrayString(System.Boolean) - id: GetArrayString(System.Boolean) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - langs: - - csharp - - vb - name: GetArrayString(Boolean) - nameWithType: Tensor.GetArrayString(Boolean) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.GetArrayString(System.Boolean) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetArrayString - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 1587 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nGet a string representation of Tensor\n" - example: [] - syntax: - content: public string GetArrayString(bool includeWhitespace = true) - parameters: - - id: includeWhitespace - type: System.Boolean - description: '' - return: - type: System.String - description: '' - content.vb: Public Function GetArrayString(includeWhitespace As Boolean = True) As String - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetArrayString* - nameWithType.vb: Tensor(Of T).GetArrayString(Boolean) - modifiers.csharp: - - public - modifiers.vb: - - Public - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).GetArrayString(System.Boolean) -references: -- uid: Microsoft.ML.OnnxRuntime.Tensors - commentId: N:Microsoft.ML.OnnxRuntime.Tensors - name: Microsoft.ML.OnnxRuntime.Tensors - nameWithType: Microsoft.ML.OnnxRuntime.Tensors - fullName: Microsoft.ML.OnnxRuntime.Tensors -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorBase - commentId: T:Microsoft.ML.OnnxRuntime.Tensors.TensorBase - parent: Microsoft.ML.OnnxRuntime.Tensors - name: TensorBase - nameWithType: TensorBase - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorBase -- uid: System.Collections.IList - commentId: T:System.Collections.IList - parent: System.Collections - isExternal: true - name: IList - nameWithType: IList - fullName: System.Collections.IList -- uid: System.Collections.ICollection - commentId: T:System.Collections.ICollection - parent: System.Collections - isExternal: true - name: ICollection - nameWithType: ICollection - fullName: System.Collections.ICollection -- uid: System.Collections.Generic.IList{{T}} - commentId: T:System.Collections.Generic.IList{`0} - parent: System.Collections.Generic - definition: System.Collections.Generic.IList`1 - name: IList - nameWithType: IList - fullName: System.Collections.Generic.IList - nameWithType.vb: IList(Of T) - fullName.vb: System.Collections.Generic.IList(Of T) - name.vb: IList(Of T) - spec.csharp: - - uid: System.Collections.Generic.IList`1 - name: IList - nameWithType: IList - fullName: System.Collections.Generic.IList - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.IList`1 - name: IList - nameWithType: IList - fullName: System.Collections.Generic.IList - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic.ICollection{{T}} - commentId: T:System.Collections.Generic.ICollection{`0} - parent: System.Collections.Generic - definition: System.Collections.Generic.ICollection`1 - name: ICollection - nameWithType: ICollection - fullName: System.Collections.Generic.ICollection - nameWithType.vb: ICollection(Of T) - fullName.vb: System.Collections.Generic.ICollection(Of T) - name.vb: ICollection(Of T) - spec.csharp: - - uid: System.Collections.Generic.ICollection`1 - name: ICollection - nameWithType: ICollection - fullName: System.Collections.Generic.ICollection - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.ICollection`1 - name: ICollection - nameWithType: ICollection - fullName: System.Collections.Generic.ICollection - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic.IReadOnlyList{{T}} - commentId: T:System.Collections.Generic.IReadOnlyList{`0} - parent: System.Collections.Generic - definition: System.Collections.Generic.IReadOnlyList`1 - name: IReadOnlyList - nameWithType: IReadOnlyList - fullName: System.Collections.Generic.IReadOnlyList - nameWithType.vb: IReadOnlyList(Of T) - fullName.vb: System.Collections.Generic.IReadOnlyList(Of T) - name.vb: IReadOnlyList(Of T) - spec.csharp: - - uid: System.Collections.Generic.IReadOnlyList`1 - name: IReadOnlyList - nameWithType: IReadOnlyList - fullName: System.Collections.Generic.IReadOnlyList - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.IReadOnlyList`1 - name: IReadOnlyList - nameWithType: IReadOnlyList - fullName: System.Collections.Generic.IReadOnlyList - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic.IReadOnlyCollection{{T}} - commentId: T:System.Collections.Generic.IReadOnlyCollection{`0} - parent: System.Collections.Generic - definition: System.Collections.Generic.IReadOnlyCollection`1 - name: IReadOnlyCollection - nameWithType: IReadOnlyCollection - fullName: System.Collections.Generic.IReadOnlyCollection - nameWithType.vb: IReadOnlyCollection(Of T) - fullName.vb: System.Collections.Generic.IReadOnlyCollection(Of T) - name.vb: IReadOnlyCollection(Of T) - spec.csharp: - - uid: System.Collections.Generic.IReadOnlyCollection`1 - name: IReadOnlyCollection - nameWithType: IReadOnlyCollection - fullName: System.Collections.Generic.IReadOnlyCollection - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.IReadOnlyCollection`1 - name: IReadOnlyCollection - nameWithType: IReadOnlyCollection - fullName: System.Collections.Generic.IReadOnlyCollection - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic.IEnumerable{{T}} - commentId: T:System.Collections.Generic.IEnumerable{`0} - parent: System.Collections.Generic - definition: System.Collections.Generic.IEnumerable`1 - name: IEnumerable - nameWithType: IEnumerable - fullName: System.Collections.Generic.IEnumerable - nameWithType.vb: IEnumerable(Of T) - fullName.vb: System.Collections.Generic.IEnumerable(Of T) - name.vb: IEnumerable(Of T) - spec.csharp: - - uid: System.Collections.Generic.IEnumerable`1 - name: IEnumerable - nameWithType: IEnumerable - fullName: System.Collections.Generic.IEnumerable - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.IEnumerable`1 - name: IEnumerable - nameWithType: IEnumerable - fullName: System.Collections.Generic.IEnumerable - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.IEnumerable - commentId: T:System.Collections.IEnumerable - parent: System.Collections - isExternal: true - name: IEnumerable - nameWithType: IEnumerable - fullName: System.Collections.IEnumerable -- uid: System.Collections.IStructuralComparable - commentId: T:System.Collections.IStructuralComparable - parent: System.Collections - isExternal: true - name: IStructuralComparable - nameWithType: IStructuralComparable - fullName: System.Collections.IStructuralComparable -- uid: System.Collections.IStructuralEquatable - commentId: T:System.Collections.IStructuralEquatable - parent: System.Collections - isExternal: true - name: IStructuralEquatable - nameWithType: IStructuralEquatable - fullName: System.Collections.IStructuralEquatable -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetTypeInfo(System.Type) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetTypeInfo(System.Type) - parent: Microsoft.ML.OnnxRuntime.Tensors.TensorBase - isExternal: true - name: GetTypeInfo(Type) - nameWithType: TensorBase.GetTypeInfo(Type) - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetTypeInfo(System.Type) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetTypeInfo(System.Type) - name: GetTypeInfo - nameWithType: TensorBase.GetTypeInfo - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetTypeInfo - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetTypeInfo(System.Type) - name: GetTypeInfo - nameWithType: TensorBase.GetTypeInfo - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetTypeInfo - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Type - name: Type - nameWithType: Type - fullName: System.Type - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetElementTypeInfo(Microsoft.ML.OnnxRuntime.Tensors.TensorElementType) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetElementTypeInfo(Microsoft.ML.OnnxRuntime.Tensors.TensorElementType) - parent: Microsoft.ML.OnnxRuntime.Tensors.TensorBase - name: GetElementTypeInfo(TensorElementType) - nameWithType: TensorBase.GetElementTypeInfo(TensorElementType) - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetElementTypeInfo(Microsoft.ML.OnnxRuntime.Tensors.TensorElementType) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetElementTypeInfo(Microsoft.ML.OnnxRuntime.Tensors.TensorElementType) - name: GetElementTypeInfo - nameWithType: TensorBase.GetElementTypeInfo - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetElementTypeInfo - - name: ( - nameWithType: ( - fullName: ( - - uid: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - name: TensorElementType - nameWithType: TensorElementType - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetElementTypeInfo(Microsoft.ML.OnnxRuntime.Tensors.TensorElementType) - name: GetElementTypeInfo - nameWithType: TensorBase.GetElementTypeInfo - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetElementTypeInfo - - name: ( - nameWithType: ( - fullName: ( - - uid: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - name: TensorElementType - nameWithType: TensorElementType - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetTypeInfo - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetTypeInfo - parent: Microsoft.ML.OnnxRuntime.Tensors.TensorBase - name: GetTypeInfo() - nameWithType: TensorBase.GetTypeInfo() - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetTypeInfo() - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetTypeInfo - name: GetTypeInfo - nameWithType: TensorBase.GetTypeInfo - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetTypeInfo - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetTypeInfo - name: GetTypeInfo - nameWithType: TensorBase.GetTypeInfo - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetTypeInfo - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object) - commentId: M:System.Object.Equals(System.Object) - parent: System.Object - isExternal: true - name: Equals(Object) - nameWithType: Object.Equals(Object) - fullName: System.Object.Equals(System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetHashCode - commentId: M:System.Object.GetHashCode - parent: System.Object - isExternal: true - name: GetHashCode() - nameWithType: Object.GetHashCode() - fullName: System.Object.GetHashCode() - spec.csharp: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - name: MemberwiseClone() - nameWithType: Object.MemberwiseClone() - fullName: System.Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ToString - commentId: M:System.Object.ToString - parent: System.Object - isExternal: true - name: ToString() - nameWithType: Object.ToString() - fullName: System.Object.ToString() - spec.csharp: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System -- uid: System.Collections - commentId: N:System.Collections - isExternal: true - name: System.Collections - nameWithType: System.Collections - fullName: System.Collections -- uid: System.Collections.Generic.IList`1 - commentId: T:System.Collections.Generic.IList`1 - isExternal: true - name: IList - nameWithType: IList - fullName: System.Collections.Generic.IList - nameWithType.vb: IList(Of T) - fullName.vb: System.Collections.Generic.IList(Of T) - name.vb: IList(Of T) - spec.csharp: - - uid: System.Collections.Generic.IList`1 - name: IList - nameWithType: IList - fullName: System.Collections.Generic.IList - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.IList`1 - name: IList - nameWithType: IList - fullName: System.Collections.Generic.IList - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic - commentId: N:System.Collections.Generic - isExternal: true - name: System.Collections.Generic - nameWithType: System.Collections.Generic - fullName: System.Collections.Generic -- uid: System.Collections.Generic.ICollection`1 - commentId: T:System.Collections.Generic.ICollection`1 - isExternal: true - name: ICollection - nameWithType: ICollection - fullName: System.Collections.Generic.ICollection - nameWithType.vb: ICollection(Of T) - fullName.vb: System.Collections.Generic.ICollection(Of T) - name.vb: ICollection(Of T) - spec.csharp: - - uid: System.Collections.Generic.ICollection`1 - name: ICollection - nameWithType: ICollection - fullName: System.Collections.Generic.ICollection - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.ICollection`1 - name: ICollection - nameWithType: ICollection - fullName: System.Collections.Generic.ICollection - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic.IReadOnlyList`1 - commentId: T:System.Collections.Generic.IReadOnlyList`1 - isExternal: true - name: IReadOnlyList - nameWithType: IReadOnlyList - fullName: System.Collections.Generic.IReadOnlyList - nameWithType.vb: IReadOnlyList(Of T) - fullName.vb: System.Collections.Generic.IReadOnlyList(Of T) - name.vb: IReadOnlyList(Of T) - spec.csharp: - - uid: System.Collections.Generic.IReadOnlyList`1 - name: IReadOnlyList - nameWithType: IReadOnlyList - fullName: System.Collections.Generic.IReadOnlyList - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.IReadOnlyList`1 - name: IReadOnlyList - nameWithType: IReadOnlyList - fullName: System.Collections.Generic.IReadOnlyList - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic.IReadOnlyCollection`1 - commentId: T:System.Collections.Generic.IReadOnlyCollection`1 - isExternal: true - name: IReadOnlyCollection - nameWithType: IReadOnlyCollection - fullName: System.Collections.Generic.IReadOnlyCollection - nameWithType.vb: IReadOnlyCollection(Of T) - fullName.vb: System.Collections.Generic.IReadOnlyCollection(Of T) - name.vb: IReadOnlyCollection(Of T) - spec.csharp: - - uid: System.Collections.Generic.IReadOnlyCollection`1 - name: IReadOnlyCollection - nameWithType: IReadOnlyCollection - fullName: System.Collections.Generic.IReadOnlyCollection - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.IReadOnlyCollection`1 - name: IReadOnlyCollection - nameWithType: IReadOnlyCollection - fullName: System.Collections.Generic.IReadOnlyCollection - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic.IEnumerable`1 - commentId: T:System.Collections.Generic.IEnumerable`1 - isExternal: true - name: IEnumerable - nameWithType: IEnumerable - fullName: System.Collections.Generic.IEnumerable - nameWithType.vb: IEnumerable(Of T) - fullName.vb: System.Collections.Generic.IEnumerable(Of T) - name.vb: IEnumerable(Of T) - spec.csharp: - - uid: System.Collections.Generic.IEnumerable`1 - name: IEnumerable - nameWithType: IEnumerable - fullName: System.Collections.Generic.IEnumerable - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.IEnumerable`1 - name: IEnumerable - nameWithType: IEnumerable - fullName: System.Collections.Generic.IEnumerable - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.#ctor* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.#ctor - name: Tensor - nameWithType: Tensor.Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Tensor - nameWithType.vb: Tensor(Of T).Tensor - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Tensor -- uid: System.Int32 - commentId: T:System.Int32 - parent: System - isExternal: true - name: Int32 - nameWithType: Int32 - fullName: System.Int32 -- uid: System.ReadOnlySpan{System.Int32} - commentId: T:System.ReadOnlySpan{System.Int32} - parent: System - definition: System.ReadOnlySpan`1 - name: ReadOnlySpan - nameWithType: ReadOnlySpan - fullName: System.ReadOnlySpan - nameWithType.vb: ReadOnlySpan(Of Int32) - fullName.vb: System.ReadOnlySpan(Of System.Int32) - name.vb: ReadOnlySpan(Of Int32) - spec.csharp: - - uid: System.ReadOnlySpan`1 - name: ReadOnlySpan - nameWithType: ReadOnlySpan - fullName: System.ReadOnlySpan - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.ReadOnlySpan`1 - name: ReadOnlySpan - nameWithType: ReadOnlySpan - fullName: System.ReadOnlySpan - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Boolean - commentId: T:System.Boolean - parent: System - isExternal: true - name: Boolean - nameWithType: Boolean - fullName: System.Boolean -- uid: System.ReadOnlySpan`1 - commentId: T:System.ReadOnlySpan`1 - isExternal: true - name: ReadOnlySpan - nameWithType: ReadOnlySpan - fullName: System.ReadOnlySpan - nameWithType.vb: ReadOnlySpan(Of T) - fullName.vb: System.ReadOnlySpan(Of T) - name.vb: ReadOnlySpan(Of T) - spec.csharp: - - uid: System.ReadOnlySpan`1 - name: ReadOnlySpan - nameWithType: ReadOnlySpan - fullName: System.ReadOnlySpan - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.ReadOnlySpan`1 - name: ReadOnlySpan - nameWithType: ReadOnlySpan - fullName: System.ReadOnlySpan - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Array - commentId: T:System.Array - parent: System - isExternal: true - name: Array - nameWithType: Array - fullName: System.Array -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Length* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Length - name: Length - nameWithType: Tensor.Length - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Length - nameWithType.vb: Tensor(Of T).Length - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Length -- uid: System.Int64 - commentId: T:System.Int64 - parent: System - isExternal: true - name: Int64 - nameWithType: Int64 - fullName: System.Int64 -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Rank* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Rank - name: Rank - nameWithType: Tensor.Rank - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Rank - nameWithType.vb: Tensor(Of T).Rank - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Rank -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.IsReversedStride* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.IsReversedStride - name: IsReversedStride - nameWithType: Tensor.IsReversedStride - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.IsReversedStride - nameWithType.vb: Tensor(Of T).IsReversedStride - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).IsReversedStride -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Dimensions* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Dimensions - name: Dimensions - nameWithType: Tensor.Dimensions - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Dimensions - nameWithType.vb: Tensor(Of T).Dimensions - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Dimensions -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Strides* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Strides - name: Strides - nameWithType: Tensor.Strides - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Strides - nameWithType.vb: Tensor(Of T).Strides - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Strides -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Fill* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Fill - name: Fill - nameWithType: Tensor.Fill - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Fill - nameWithType.vb: Tensor(Of T).Fill - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Fill -- uid: '{T}' - commentId: '!:T' - definition: T - name: T - nameWithType: T - fullName: T -- uid: T - name: T - nameWithType: T - fullName: T -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Clone* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Clone - name: Clone - nameWithType: Tensor.Clone - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Clone - nameWithType.vb: Tensor(Of T).Clone - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Clone -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - commentId: T:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - parent: Microsoft.ML.OnnxRuntime.Tensors - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - nameWithType.vb: Tensor(Of T) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T) - name.vb: Tensor(Of T) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CloneEmpty* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CloneEmpty - name: CloneEmpty - nameWithType: Tensor.CloneEmpty - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.CloneEmpty - nameWithType.vb: Tensor(Of T).CloneEmpty - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).CloneEmpty -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{TResult}} - commentId: T:Microsoft.ML.OnnxRuntime.Tensors.Tensor{``0} - parent: Microsoft.ML.OnnxRuntime.Tensors - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - nameWithType.vb: Tensor(Of TResult) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of TResult) - name.vb: Tensor(Of TResult) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - - name: < - nameWithType: < - fullName: < - - name: TResult - nameWithType: TResult - fullName: TResult - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: TResult - nameWithType: TResult - fullName: TResult - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetDiagonal* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetDiagonal - name: GetDiagonal - nameWithType: Tensor.GetDiagonal - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.GetDiagonal - nameWithType.vb: Tensor(Of T).GetDiagonal - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).GetDiagonal -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetTriangle* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetTriangle - name: GetTriangle - nameWithType: Tensor.GetTriangle - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.GetTriangle - nameWithType.vb: Tensor(Of T).GetTriangle - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).GetTriangle -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetUpperTriangle* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetUpperTriangle - name: GetUpperTriangle - nameWithType: Tensor.GetUpperTriangle - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.GetUpperTriangle - nameWithType.vb: Tensor(Of T).GetUpperTriangle - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).GetUpperTriangle -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Reshape* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Reshape - name: Reshape - nameWithType: Tensor.Reshape - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Reshape - nameWithType.vb: Tensor(Of T).Reshape - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Reshape -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Item* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Item - name: Item - nameWithType: Tensor.Item - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Item - nameWithType.vb: Tensor(Of T).Item - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Item -- uid: System.Int32[] - isExternal: true - name: Int32[] - nameWithType: Int32[] - fullName: System.Int32[] - nameWithType.vb: Int32() - fullName.vb: System.Int32() - name.vb: Int32() - spec.csharp: - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: '[]' - nameWithType: '[]' - fullName: '[]' - spec.vb: - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: () - nameWithType: () - fullName: () -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetValue* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetValue - name: GetValue - nameWithType: Tensor.GetValue - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.GetValue - nameWithType.vb: Tensor(Of T).GetValue - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).GetValue -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.SetValue* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.SetValue - name: SetValue - nameWithType: Tensor.SetValue - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.SetValue - nameWithType.vb: Tensor(Of T).SetValue - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).SetValue -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Compare* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Compare - name: Compare - nameWithType: Tensor.Compare - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Compare - nameWithType.vb: Tensor(Of T).Compare - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Compare -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Equals* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Equals - name: Equals - nameWithType: Tensor.Equals - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Equals - nameWithType.vb: Tensor(Of T).Equals - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Equals -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IEnumerable#GetEnumerator* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IEnumerable#GetEnumerator - name: IEnumerable.GetEnumerator - nameWithType: Tensor.IEnumerable.GetEnumerator - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IEnumerable.GetEnumerator - nameWithType.vb: Tensor(Of T).System.Collections.IEnumerable.GetEnumerator - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IEnumerable.GetEnumerator - name.vb: System.Collections.IEnumerable.GetEnumerator -- uid: System.Collections.IEnumerable.GetEnumerator - commentId: M:System.Collections.IEnumerable.GetEnumerator - parent: System.Collections.IEnumerable - isExternal: true - name: GetEnumerator() - nameWithType: IEnumerable.GetEnumerator() - fullName: System.Collections.IEnumerable.GetEnumerator() - spec.csharp: - - uid: System.Collections.IEnumerable.GetEnumerator - name: GetEnumerator - nameWithType: IEnumerable.GetEnumerator - fullName: System.Collections.IEnumerable.GetEnumerator - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Collections.IEnumerable.GetEnumerator - name: GetEnumerator - nameWithType: IEnumerable.GetEnumerator - fullName: System.Collections.IEnumerable.GetEnumerator - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.IEnumerator - commentId: T:System.Collections.IEnumerator - parent: System.Collections - isExternal: true - name: IEnumerator - nameWithType: IEnumerator - fullName: System.Collections.IEnumerator -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#ICollection#Count* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#ICollection#Count - name: ICollection.Count - nameWithType: Tensor.ICollection.Count - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.ICollection.Count - nameWithType.vb: Tensor(Of T).System.Collections.ICollection.Count - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.ICollection.Count - name.vb: System.Collections.ICollection.Count -- uid: System.Collections.ICollection.Count - commentId: P:System.Collections.ICollection.Count - parent: System.Collections.ICollection - isExternal: true - name: Count - nameWithType: ICollection.Count - fullName: System.Collections.ICollection.Count -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#ICollection#IsSynchronized* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#ICollection#IsSynchronized - name: ICollection.IsSynchronized - nameWithType: Tensor.ICollection.IsSynchronized - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.ICollection.IsSynchronized - nameWithType.vb: Tensor(Of T).System.Collections.ICollection.IsSynchronized - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.ICollection.IsSynchronized - name.vb: System.Collections.ICollection.IsSynchronized -- uid: System.Collections.ICollection.IsSynchronized - commentId: P:System.Collections.ICollection.IsSynchronized - parent: System.Collections.ICollection - isExternal: true - name: IsSynchronized - nameWithType: ICollection.IsSynchronized - fullName: System.Collections.ICollection.IsSynchronized -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#ICollection#SyncRoot* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#ICollection#SyncRoot - name: ICollection.SyncRoot - nameWithType: Tensor.ICollection.SyncRoot - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.ICollection.SyncRoot - nameWithType.vb: Tensor(Of T).System.Collections.ICollection.SyncRoot - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.ICollection.SyncRoot - name.vb: System.Collections.ICollection.SyncRoot -- uid: System.Collections.ICollection.SyncRoot - commentId: P:System.Collections.ICollection.SyncRoot - parent: System.Collections.ICollection - isExternal: true - name: SyncRoot - nameWithType: ICollection.SyncRoot - fullName: System.Collections.ICollection.SyncRoot -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#ICollection#CopyTo* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#ICollection#CopyTo - name: ICollection.CopyTo - nameWithType: Tensor.ICollection.CopyTo - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.ICollection.CopyTo - nameWithType.vb: Tensor(Of T).System.Collections.ICollection.CopyTo - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.ICollection.CopyTo - name.vb: System.Collections.ICollection.CopyTo -- uid: System.Collections.ICollection.CopyTo(System.Array,System.Int32) - commentId: M:System.Collections.ICollection.CopyTo(System.Array,System.Int32) - parent: System.Collections.ICollection - isExternal: true - name: CopyTo(Array, Int32) - nameWithType: ICollection.CopyTo(Array, Int32) - fullName: System.Collections.ICollection.CopyTo(System.Array, System.Int32) - spec.csharp: - - uid: System.Collections.ICollection.CopyTo(System.Array,System.Int32) - name: CopyTo - nameWithType: ICollection.CopyTo - fullName: System.Collections.ICollection.CopyTo - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Array - name: Array - nameWithType: Array - fullName: System.Array - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Collections.ICollection.CopyTo(System.Array,System.Int32) - name: CopyTo - nameWithType: ICollection.CopyTo - fullName: System.Collections.ICollection.CopyTo - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Array - name: Array - nameWithType: Array - fullName: System.Array - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Item* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Item - name: IList.Item - nameWithType: Tensor.IList.Item - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IList.Item - nameWithType.vb: Tensor(Of T).System.Collections.IList.Item - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IList.Item - name.vb: System.Collections.IList.Item -- uid: System.Collections.IList.Item(System.Int32) - commentId: P:System.Collections.IList.Item(System.Int32) - parent: System.Collections.IList - isExternal: true - name: Item[Int32] - nameWithType: IList.Item[Int32] - fullName: System.Collections.IList.Item[System.Int32] - nameWithType.vb: IList.Item(Int32) - fullName.vb: System.Collections.IList.Item(System.Int32) - name.vb: Item(Int32) - spec.csharp: - - uid: System.Collections.IList.Item(System.Int32) - name: Item - nameWithType: IList.Item - fullName: System.Collections.IList.Item - isExternal: true - - name: '[' - nameWithType: '[' - fullName: '[' - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ']' - nameWithType: ']' - fullName: ']' - spec.vb: - - uid: System.Collections.IList.Item(System.Int32) - name: Item - nameWithType: IList.Item - fullName: System.Collections.IList.Item - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.IsFixedSize* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.IsFixedSize - name: IsFixedSize - nameWithType: Tensor.IsFixedSize - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.IsFixedSize - nameWithType.vb: Tensor(Of T).IsFixedSize - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).IsFixedSize -- uid: System.Collections.IList.IsFixedSize - commentId: P:System.Collections.IList.IsFixedSize - parent: System.Collections.IList - isExternal: true - name: IsFixedSize - nameWithType: IList.IsFixedSize - fullName: System.Collections.IList.IsFixedSize -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.IsReadOnly* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.IsReadOnly - name: IsReadOnly - nameWithType: Tensor.IsReadOnly - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.IsReadOnly - nameWithType.vb: Tensor(Of T).IsReadOnly - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).IsReadOnly -- uid: System.Collections.IList.IsReadOnly - commentId: P:System.Collections.IList.IsReadOnly - parent: System.Collections.IList - isExternal: true - name: IsReadOnly - nameWithType: IList.IsReadOnly - fullName: System.Collections.IList.IsReadOnly -- uid: System.Collections.Generic.ICollection{{T}}.IsReadOnly - commentId: P:System.Collections.Generic.ICollection{`0}.IsReadOnly - parent: System.Collections.Generic.ICollection{{T}} - definition: System.Collections.Generic.ICollection`1.IsReadOnly - name: IsReadOnly - nameWithType: ICollection.IsReadOnly - fullName: System.Collections.Generic.ICollection.IsReadOnly - nameWithType.vb: ICollection(Of T).IsReadOnly - fullName.vb: System.Collections.Generic.ICollection(Of T).IsReadOnly -- uid: System.Collections.Generic.ICollection`1.IsReadOnly - commentId: P:System.Collections.Generic.ICollection`1.IsReadOnly - isExternal: true - name: IsReadOnly - nameWithType: ICollection.IsReadOnly - fullName: System.Collections.Generic.ICollection.IsReadOnly - nameWithType.vb: ICollection(Of T).IsReadOnly - fullName.vb: System.Collections.Generic.ICollection(Of T).IsReadOnly -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Add* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Add - name: IList.Add - nameWithType: Tensor.IList.Add - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IList.Add - nameWithType.vb: Tensor(Of T).System.Collections.IList.Add - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IList.Add - name.vb: System.Collections.IList.Add -- uid: System.Collections.IList.Add(System.Object) - commentId: M:System.Collections.IList.Add(System.Object) - parent: System.Collections.IList - isExternal: true - name: Add(Object) - nameWithType: IList.Add(Object) - fullName: System.Collections.IList.Add(System.Object) - spec.csharp: - - uid: System.Collections.IList.Add(System.Object) - name: Add - nameWithType: IList.Add - fullName: System.Collections.IList.Add - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Collections.IList.Add(System.Object) - name: Add - nameWithType: IList.Add - fullName: System.Collections.IList.Add - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Clear* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Clear - name: IList.Clear - nameWithType: Tensor.IList.Clear - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IList.Clear - nameWithType.vb: Tensor(Of T).System.Collections.IList.Clear - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IList.Clear - name.vb: System.Collections.IList.Clear -- uid: System.Collections.IList.Clear - commentId: M:System.Collections.IList.Clear - parent: System.Collections.IList - isExternal: true - name: Clear() - nameWithType: IList.Clear() - fullName: System.Collections.IList.Clear() - spec.csharp: - - uid: System.Collections.IList.Clear - name: Clear - nameWithType: IList.Clear - fullName: System.Collections.IList.Clear - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Collections.IList.Clear - name: Clear - nameWithType: IList.Clear - fullName: System.Collections.IList.Clear - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Contains* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Contains - name: IList.Contains - nameWithType: Tensor.IList.Contains - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IList.Contains - nameWithType.vb: Tensor(Of T).System.Collections.IList.Contains - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IList.Contains - name.vb: System.Collections.IList.Contains -- uid: System.Collections.IList.Contains(System.Object) - commentId: M:System.Collections.IList.Contains(System.Object) - parent: System.Collections.IList - isExternal: true - name: Contains(Object) - nameWithType: IList.Contains(Object) - fullName: System.Collections.IList.Contains(System.Object) - spec.csharp: - - uid: System.Collections.IList.Contains(System.Object) - name: Contains - nameWithType: IList.Contains - fullName: System.Collections.IList.Contains - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Collections.IList.Contains(System.Object) - name: Contains - nameWithType: IList.Contains - fullName: System.Collections.IList.Contains - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#IndexOf* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#IndexOf - name: IList.IndexOf - nameWithType: Tensor.IList.IndexOf - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IList.IndexOf - nameWithType.vb: Tensor(Of T).System.Collections.IList.IndexOf - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IList.IndexOf - name.vb: System.Collections.IList.IndexOf -- uid: System.Collections.IList.IndexOf(System.Object) - commentId: M:System.Collections.IList.IndexOf(System.Object) - parent: System.Collections.IList - isExternal: true - name: IndexOf(Object) - nameWithType: IList.IndexOf(Object) - fullName: System.Collections.IList.IndexOf(System.Object) - spec.csharp: - - uid: System.Collections.IList.IndexOf(System.Object) - name: IndexOf - nameWithType: IList.IndexOf - fullName: System.Collections.IList.IndexOf - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Collections.IList.IndexOf(System.Object) - name: IndexOf - nameWithType: IList.IndexOf - fullName: System.Collections.IList.IndexOf - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Insert* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Insert - name: IList.Insert - nameWithType: Tensor.IList.Insert - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IList.Insert - nameWithType.vb: Tensor(Of T).System.Collections.IList.Insert - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IList.Insert - name.vb: System.Collections.IList.Insert -- uid: System.Collections.IList.Insert(System.Int32,System.Object) - commentId: M:System.Collections.IList.Insert(System.Int32,System.Object) - parent: System.Collections.IList - isExternal: true - name: Insert(Int32, Object) - nameWithType: IList.Insert(Int32, Object) - fullName: System.Collections.IList.Insert(System.Int32, System.Object) - spec.csharp: - - uid: System.Collections.IList.Insert(System.Int32,System.Object) - name: Insert - nameWithType: IList.Insert - fullName: System.Collections.IList.Insert - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Collections.IList.Insert(System.Int32,System.Object) - name: Insert - nameWithType: IList.Insert - fullName: System.Collections.IList.Insert - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Remove* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#Remove - name: IList.Remove - nameWithType: Tensor.IList.Remove - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IList.Remove - nameWithType.vb: Tensor(Of T).System.Collections.IList.Remove - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IList.Remove - name.vb: System.Collections.IList.Remove -- uid: System.Collections.IList.Remove(System.Object) - commentId: M:System.Collections.IList.Remove(System.Object) - parent: System.Collections.IList - isExternal: true - name: Remove(Object) - nameWithType: IList.Remove(Object) - fullName: System.Collections.IList.Remove(System.Object) - spec.csharp: - - uid: System.Collections.IList.Remove(System.Object) - name: Remove - nameWithType: IList.Remove - fullName: System.Collections.IList.Remove - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Collections.IList.Remove(System.Object) - name: Remove - nameWithType: IList.Remove - fullName: System.Collections.IList.Remove - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#RemoveAt* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IList#RemoveAt - name: IList.RemoveAt - nameWithType: Tensor.IList.RemoveAt - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IList.RemoveAt - nameWithType.vb: Tensor(Of T).System.Collections.IList.RemoveAt - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IList.RemoveAt - name.vb: System.Collections.IList.RemoveAt -- uid: System.Collections.IList.RemoveAt(System.Int32) - commentId: M:System.Collections.IList.RemoveAt(System.Int32) - parent: System.Collections.IList - isExternal: true - name: RemoveAt(Int32) - nameWithType: IList.RemoveAt(Int32) - fullName: System.Collections.IList.RemoveAt(System.Int32) - spec.csharp: - - uid: System.Collections.IList.RemoveAt(System.Int32) - name: RemoveAt - nameWithType: IList.RemoveAt - fullName: System.Collections.IList.RemoveAt - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Collections.IList.RemoveAt(System.Int32) - name: RemoveAt - nameWithType: IList.RemoveAt - fullName: System.Collections.IList.RemoveAt - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IEnumerable{T}#GetEnumerator* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IEnumerable{T}#GetEnumerator - name: IEnumerable.GetEnumerator - nameWithType: Tensor.IEnumerable.GetEnumerator - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.IEnumerable.GetEnumerator - nameWithType.vb: Tensor(Of T).System.Collections.Generic.IEnumerable.GetEnumerator - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.IEnumerable.GetEnumerator - name.vb: System.Collections.Generic.IEnumerable.GetEnumerator -- uid: System.Collections.Generic.IEnumerable{{T}}.GetEnumerator - commentId: M:System.Collections.Generic.IEnumerable{`0}.GetEnumerator - parent: System.Collections.Generic.IEnumerable{{T}} - definition: System.Collections.Generic.IEnumerable`1.GetEnumerator - name: GetEnumerator() - nameWithType: IEnumerable.GetEnumerator() - fullName: System.Collections.Generic.IEnumerable.GetEnumerator() - nameWithType.vb: IEnumerable(Of T).GetEnumerator() - fullName.vb: System.Collections.Generic.IEnumerable(Of T).GetEnumerator() - spec.csharp: - - uid: System.Collections.Generic.IEnumerable`1.GetEnumerator - name: GetEnumerator - nameWithType: IEnumerable.GetEnumerator - fullName: System.Collections.Generic.IEnumerable.GetEnumerator - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Collections.Generic.IEnumerable`1.GetEnumerator - name: GetEnumerator - nameWithType: IEnumerable(Of T).GetEnumerator - fullName: System.Collections.Generic.IEnumerable(Of T).GetEnumerator - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic.IEnumerator{{T}} - commentId: T:System.Collections.Generic.IEnumerator{`0} - parent: System.Collections.Generic - definition: System.Collections.Generic.IEnumerator`1 - name: IEnumerator - nameWithType: IEnumerator - fullName: System.Collections.Generic.IEnumerator - nameWithType.vb: IEnumerator(Of T) - fullName.vb: System.Collections.Generic.IEnumerator(Of T) - name.vb: IEnumerator(Of T) - spec.csharp: - - uid: System.Collections.Generic.IEnumerator`1 - name: IEnumerator - nameWithType: IEnumerator - fullName: System.Collections.Generic.IEnumerator - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.IEnumerator`1 - name: IEnumerator - nameWithType: IEnumerator - fullName: System.Collections.Generic.IEnumerator - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic.IEnumerable`1.GetEnumerator - commentId: M:System.Collections.Generic.IEnumerable`1.GetEnumerator - isExternal: true - name: GetEnumerator() - nameWithType: IEnumerable.GetEnumerator() - fullName: System.Collections.Generic.IEnumerable.GetEnumerator() - nameWithType.vb: IEnumerable(Of T).GetEnumerator() - fullName.vb: System.Collections.Generic.IEnumerable(Of T).GetEnumerator() - spec.csharp: - - uid: System.Collections.Generic.IEnumerable`1.GetEnumerator - name: GetEnumerator - nameWithType: IEnumerable.GetEnumerator - fullName: System.Collections.Generic.IEnumerable.GetEnumerator - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Collections.Generic.IEnumerable`1.GetEnumerator - name: GetEnumerator - nameWithType: IEnumerable(Of T).GetEnumerator - fullName: System.Collections.Generic.IEnumerable(Of T).GetEnumerator - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic.IEnumerator`1 - commentId: T:System.Collections.Generic.IEnumerator`1 - isExternal: true - name: IEnumerator - nameWithType: IEnumerator - fullName: System.Collections.Generic.IEnumerator - nameWithType.vb: IEnumerator(Of T) - fullName.vb: System.Collections.Generic.IEnumerator(Of T) - name.vb: IEnumerator(Of T) - spec.csharp: - - uid: System.Collections.Generic.IEnumerator`1 - name: IEnumerator - nameWithType: IEnumerator - fullName: System.Collections.Generic.IEnumerator - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.IEnumerator`1 - name: IEnumerator - nameWithType: IEnumerator - fullName: System.Collections.Generic.IEnumerator - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Count* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Count - name: ICollection.Count - nameWithType: Tensor.ICollection.Count - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.ICollection.Count - nameWithType.vb: Tensor(Of T).System.Collections.Generic.ICollection.Count - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.ICollection.Count - name.vb: System.Collections.Generic.ICollection.Count -- uid: System.Collections.Generic.ICollection{{T}}.Count - commentId: P:System.Collections.Generic.ICollection{`0}.Count - parent: System.Collections.Generic.ICollection{{T}} - definition: System.Collections.Generic.ICollection`1.Count - name: Count - nameWithType: ICollection.Count - fullName: System.Collections.Generic.ICollection.Count - nameWithType.vb: ICollection(Of T).Count - fullName.vb: System.Collections.Generic.ICollection(Of T).Count -- uid: System.Collections.Generic.ICollection`1.Count - commentId: P:System.Collections.Generic.ICollection`1.Count - isExternal: true - name: Count - nameWithType: ICollection.Count - fullName: System.Collections.Generic.ICollection.Count - nameWithType.vb: ICollection(Of T).Count - fullName.vb: System.Collections.Generic.ICollection(Of T).Count -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Add* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Add - name: ICollection.Add - nameWithType: Tensor.ICollection.Add - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.ICollection.Add - nameWithType.vb: Tensor(Of T).System.Collections.Generic.ICollection.Add - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.ICollection.Add - name.vb: System.Collections.Generic.ICollection.Add -- uid: System.Collections.Generic.ICollection{{T}}.Add({T}) - commentId: M:System.Collections.Generic.ICollection{`0}.Add(`0) - parent: System.Collections.Generic.ICollection{{T}} - definition: System.Collections.Generic.ICollection`1.Add(`0) - name: Add(T) - nameWithType: ICollection.Add(T) - fullName: System.Collections.Generic.ICollection.Add(T) - nameWithType.vb: ICollection(Of T).Add(T) - fullName.vb: System.Collections.Generic.ICollection(Of T).Add(T) - spec.csharp: - - uid: System.Collections.Generic.ICollection`1.Add(`0) - name: Add - nameWithType: ICollection.Add - fullName: System.Collections.Generic.ICollection.Add - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Collections.Generic.ICollection`1.Add(`0) - name: Add - nameWithType: ICollection(Of T).Add - fullName: System.Collections.Generic.ICollection(Of T).Add - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic.ICollection`1.Add(`0) - commentId: M:System.Collections.Generic.ICollection`1.Add(`0) - isExternal: true - name: Add(T) - nameWithType: ICollection.Add(T) - fullName: System.Collections.Generic.ICollection.Add(T) - nameWithType.vb: ICollection(Of T).Add(T) - fullName.vb: System.Collections.Generic.ICollection(Of T).Add(T) - spec.csharp: - - uid: System.Collections.Generic.ICollection`1.Add(`0) - name: Add - nameWithType: ICollection.Add - fullName: System.Collections.Generic.ICollection.Add - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Collections.Generic.ICollection`1.Add(`0) - name: Add - nameWithType: ICollection(Of T).Add - fullName: System.Collections.Generic.ICollection(Of T).Add - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Clear* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Clear - name: ICollection.Clear - nameWithType: Tensor.ICollection.Clear - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.ICollection.Clear - nameWithType.vb: Tensor(Of T).System.Collections.Generic.ICollection.Clear - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.ICollection.Clear - name.vb: System.Collections.Generic.ICollection.Clear -- uid: System.Collections.Generic.ICollection{{T}}.Clear - commentId: M:System.Collections.Generic.ICollection{`0}.Clear - parent: System.Collections.Generic.ICollection{{T}} - definition: System.Collections.Generic.ICollection`1.Clear - name: Clear() - nameWithType: ICollection.Clear() - fullName: System.Collections.Generic.ICollection.Clear() - nameWithType.vb: ICollection(Of T).Clear() - fullName.vb: System.Collections.Generic.ICollection(Of T).Clear() - spec.csharp: - - uid: System.Collections.Generic.ICollection`1.Clear - name: Clear - nameWithType: ICollection.Clear - fullName: System.Collections.Generic.ICollection.Clear - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Collections.Generic.ICollection`1.Clear - name: Clear - nameWithType: ICollection(Of T).Clear - fullName: System.Collections.Generic.ICollection(Of T).Clear - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic.ICollection`1.Clear - commentId: M:System.Collections.Generic.ICollection`1.Clear - isExternal: true - name: Clear() - nameWithType: ICollection.Clear() - fullName: System.Collections.Generic.ICollection.Clear() - nameWithType.vb: ICollection(Of T).Clear() - fullName.vb: System.Collections.Generic.ICollection(Of T).Clear() - spec.csharp: - - uid: System.Collections.Generic.ICollection`1.Clear - name: Clear - nameWithType: ICollection.Clear - fullName: System.Collections.Generic.ICollection.Clear - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Collections.Generic.ICollection`1.Clear - name: Clear - nameWithType: ICollection(Of T).Clear - fullName: System.Collections.Generic.ICollection(Of T).Clear - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Contains* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Contains - name: ICollection.Contains - nameWithType: Tensor.ICollection.Contains - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.ICollection.Contains - nameWithType.vb: Tensor(Of T).System.Collections.Generic.ICollection.Contains - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.ICollection.Contains - name.vb: System.Collections.Generic.ICollection.Contains -- uid: System.Collections.Generic.ICollection{{T}}.Contains({T}) - commentId: M:System.Collections.Generic.ICollection{`0}.Contains(`0) - parent: System.Collections.Generic.ICollection{{T}} - definition: System.Collections.Generic.ICollection`1.Contains(`0) - name: Contains(T) - nameWithType: ICollection.Contains(T) - fullName: System.Collections.Generic.ICollection.Contains(T) - nameWithType.vb: ICollection(Of T).Contains(T) - fullName.vb: System.Collections.Generic.ICollection(Of T).Contains(T) - spec.csharp: - - uid: System.Collections.Generic.ICollection`1.Contains(`0) - name: Contains - nameWithType: ICollection.Contains - fullName: System.Collections.Generic.ICollection.Contains - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Collections.Generic.ICollection`1.Contains(`0) - name: Contains - nameWithType: ICollection(Of T).Contains - fullName: System.Collections.Generic.ICollection(Of T).Contains - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic.ICollection`1.Contains(`0) - commentId: M:System.Collections.Generic.ICollection`1.Contains(`0) - isExternal: true - name: Contains(T) - nameWithType: ICollection.Contains(T) - fullName: System.Collections.Generic.ICollection.Contains(T) - nameWithType.vb: ICollection(Of T).Contains(T) - fullName.vb: System.Collections.Generic.ICollection(Of T).Contains(T) - spec.csharp: - - uid: System.Collections.Generic.ICollection`1.Contains(`0) - name: Contains - nameWithType: ICollection.Contains - fullName: System.Collections.Generic.ICollection.Contains - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Collections.Generic.ICollection`1.Contains(`0) - name: Contains - nameWithType: ICollection(Of T).Contains - fullName: System.Collections.Generic.ICollection(Of T).Contains - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Contains* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.Contains - name: Contains - nameWithType: Tensor.Contains - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.Contains - nameWithType.vb: Tensor(Of T).Contains - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).Contains -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#CopyTo* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#CopyTo - name: ICollection.CopyTo - nameWithType: Tensor.ICollection.CopyTo - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.ICollection.CopyTo - nameWithType.vb: Tensor(Of T).System.Collections.Generic.ICollection.CopyTo - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.ICollection.CopyTo - name.vb: System.Collections.Generic.ICollection.CopyTo -- uid: System.Collections.Generic.ICollection{{T}}.CopyTo({T}[],System.Int32) - commentId: M:System.Collections.Generic.ICollection{`0}.CopyTo(`0[],System.Int32) - parent: System.Collections.Generic.ICollection{{T}} - definition: System.Collections.Generic.ICollection`1.CopyTo(`0[],System.Int32) - name: CopyTo(T[], Int32) - nameWithType: ICollection.CopyTo(T[], Int32) - fullName: System.Collections.Generic.ICollection.CopyTo(T[], System.Int32) - nameWithType.vb: ICollection(Of T).CopyTo(T(), Int32) - fullName.vb: System.Collections.Generic.ICollection(Of T).CopyTo(T(), System.Int32) - name.vb: CopyTo(T(), Int32) - spec.csharp: - - uid: System.Collections.Generic.ICollection`1.CopyTo(`0[],System.Int32) - name: CopyTo - nameWithType: ICollection.CopyTo - fullName: System.Collections.Generic.ICollection.CopyTo - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: '[]' - nameWithType: '[]' - fullName: '[]' - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Collections.Generic.ICollection`1.CopyTo(`0[],System.Int32) - name: CopyTo - nameWithType: ICollection(Of T).CopyTo - fullName: System.Collections.Generic.ICollection(Of T).CopyTo - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: () - nameWithType: () - fullName: () - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: '{T}[]' - isExternal: true - name: T[] - nameWithType: T[] - fullName: T[] - nameWithType.vb: T() - fullName.vb: T() - name.vb: T() - spec.csharp: - - name: T - nameWithType: T - fullName: T - - name: '[]' - nameWithType: '[]' - fullName: '[]' - spec.vb: - - name: T - nameWithType: T - fullName: T - - name: () - nameWithType: () - fullName: () -- uid: System.Collections.Generic.ICollection`1.CopyTo(`0[],System.Int32) - commentId: M:System.Collections.Generic.ICollection`1.CopyTo(`0[],System.Int32) - isExternal: true - name: CopyTo(T[], Int32) - nameWithType: ICollection.CopyTo(T[], Int32) - fullName: System.Collections.Generic.ICollection.CopyTo(T[], System.Int32) - nameWithType.vb: ICollection(Of T).CopyTo(T(), Int32) - fullName.vb: System.Collections.Generic.ICollection(Of T).CopyTo(T(), System.Int32) - name.vb: CopyTo(T(), Int32) - spec.csharp: - - uid: System.Collections.Generic.ICollection`1.CopyTo(`0[],System.Int32) - name: CopyTo - nameWithType: ICollection.CopyTo - fullName: System.Collections.Generic.ICollection.CopyTo - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: '[]' - nameWithType: '[]' - fullName: '[]' - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Collections.Generic.ICollection`1.CopyTo(`0[],System.Int32) - name: CopyTo - nameWithType: ICollection(Of T).CopyTo - fullName: System.Collections.Generic.ICollection(Of T).CopyTo - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: () - nameWithType: () - fullName: () - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CopyTo* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.CopyTo - name: CopyTo - nameWithType: Tensor.CopyTo - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.CopyTo - nameWithType.vb: Tensor(Of T).CopyTo - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).CopyTo -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Remove* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#ICollection{T}#Remove - name: ICollection.Remove - nameWithType: Tensor.ICollection.Remove - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.ICollection.Remove - nameWithType.vb: Tensor(Of T).System.Collections.Generic.ICollection.Remove - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.ICollection.Remove - name.vb: System.Collections.Generic.ICollection.Remove -- uid: System.Collections.Generic.ICollection{{T}}.Remove({T}) - commentId: M:System.Collections.Generic.ICollection{`0}.Remove(`0) - parent: System.Collections.Generic.ICollection{{T}} - definition: System.Collections.Generic.ICollection`1.Remove(`0) - name: Remove(T) - nameWithType: ICollection.Remove(T) - fullName: System.Collections.Generic.ICollection.Remove(T) - nameWithType.vb: ICollection(Of T).Remove(T) - fullName.vb: System.Collections.Generic.ICollection(Of T).Remove(T) - spec.csharp: - - uid: System.Collections.Generic.ICollection`1.Remove(`0) - name: Remove - nameWithType: ICollection.Remove - fullName: System.Collections.Generic.ICollection.Remove - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Collections.Generic.ICollection`1.Remove(`0) - name: Remove - nameWithType: ICollection(Of T).Remove - fullName: System.Collections.Generic.ICollection(Of T).Remove - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic.ICollection`1.Remove(`0) - commentId: M:System.Collections.Generic.ICollection`1.Remove(`0) - isExternal: true - name: Remove(T) - nameWithType: ICollection.Remove(T) - fullName: System.Collections.Generic.ICollection.Remove(T) - nameWithType.vb: ICollection(Of T).Remove(T) - fullName.vb: System.Collections.Generic.ICollection(Of T).Remove(T) - spec.csharp: - - uid: System.Collections.Generic.ICollection`1.Remove(`0) - name: Remove - nameWithType: ICollection.Remove - fullName: System.Collections.Generic.ICollection.Remove - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Collections.Generic.ICollection`1.Remove(`0) - name: Remove - nameWithType: ICollection(Of T).Remove - fullName: System.Collections.Generic.ICollection(Of T).Remove - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IReadOnlyCollection{T}#Count* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IReadOnlyCollection{T}#Count - name: IReadOnlyCollection.Count - nameWithType: Tensor.IReadOnlyCollection.Count - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.IReadOnlyCollection.Count - nameWithType.vb: Tensor(Of T).System.Collections.Generic.IReadOnlyCollection.Count - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.IReadOnlyCollection.Count - name.vb: System.Collections.Generic.IReadOnlyCollection.Count -- uid: System.Collections.Generic.IReadOnlyCollection{{T}}.Count - commentId: P:System.Collections.Generic.IReadOnlyCollection{`0}.Count - parent: System.Collections.Generic.IReadOnlyCollection{{T}} - definition: System.Collections.Generic.IReadOnlyCollection`1.Count - name: Count - nameWithType: IReadOnlyCollection.Count - fullName: System.Collections.Generic.IReadOnlyCollection.Count - nameWithType.vb: IReadOnlyCollection(Of T).Count - fullName.vb: System.Collections.Generic.IReadOnlyCollection(Of T).Count -- uid: System.Collections.Generic.IReadOnlyCollection`1.Count - commentId: P:System.Collections.Generic.IReadOnlyCollection`1.Count - isExternal: true - name: Count - nameWithType: IReadOnlyCollection.Count - fullName: System.Collections.Generic.IReadOnlyCollection.Count - nameWithType.vb: IReadOnlyCollection(Of T).Count - fullName.vb: System.Collections.Generic.IReadOnlyCollection(Of T).Count -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#Item* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#Item - name: IList.Item - nameWithType: Tensor.IList.Item - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.IList.Item - nameWithType.vb: Tensor(Of T).System.Collections.Generic.IList.Item - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.IList.Item - name.vb: System.Collections.Generic.IList.Item -- uid: System.Collections.Generic.IList{{T}}.Item(System.Int32) - commentId: P:System.Collections.Generic.IList{`0}.Item(System.Int32) - parent: System.Collections.Generic.IList{{T}} - definition: System.Collections.Generic.IList`1.Item(System.Int32) - name: Item[Int32] - nameWithType: IList.Item[Int32] - fullName: System.Collections.Generic.IList.Item[System.Int32] - nameWithType.vb: IList(Of T).Item(Int32) - fullName.vb: System.Collections.Generic.IList(Of T).Item(System.Int32) - name.vb: Item(Int32) - spec.csharp: - - uid: System.Collections.Generic.IList`1.Item(System.Int32) - name: Item - nameWithType: IList.Item - fullName: System.Collections.Generic.IList.Item - isExternal: true - - name: '[' - nameWithType: '[' - fullName: '[' - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ']' - nameWithType: ']' - fullName: ']' - spec.vb: - - uid: System.Collections.Generic.IList`1.Item(System.Int32) - name: Item - nameWithType: IList(Of T).Item - fullName: System.Collections.Generic.IList(Of T).Item - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic.IList`1.Item(System.Int32) - commentId: P:System.Collections.Generic.IList`1.Item(System.Int32) - isExternal: true - name: Item[Int32] - nameWithType: IList.Item[Int32] - fullName: System.Collections.Generic.IList.Item[System.Int32] - nameWithType.vb: IList(Of T).Item(Int32) - fullName.vb: System.Collections.Generic.IList(Of T).Item(System.Int32) - name.vb: Item(Int32) - spec.csharp: - - uid: System.Collections.Generic.IList`1.Item(System.Int32) - name: Item - nameWithType: IList.Item - fullName: System.Collections.Generic.IList.Item - isExternal: true - - name: '[' - nameWithType: '[' - fullName: '[' - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ']' - nameWithType: ']' - fullName: ']' - spec.vb: - - uid: System.Collections.Generic.IList`1.Item(System.Int32) - name: Item - nameWithType: IList(Of T).Item - fullName: System.Collections.Generic.IList(Of T).Item - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#IndexOf* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#IndexOf - name: IList.IndexOf - nameWithType: Tensor.IList.IndexOf - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.IList.IndexOf - nameWithType.vb: Tensor(Of T).System.Collections.Generic.IList.IndexOf - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.IList.IndexOf - name.vb: System.Collections.Generic.IList.IndexOf -- uid: System.Collections.Generic.IList{{T}}.IndexOf({T}) - commentId: M:System.Collections.Generic.IList{`0}.IndexOf(`0) - parent: System.Collections.Generic.IList{{T}} - definition: System.Collections.Generic.IList`1.IndexOf(`0) - name: IndexOf(T) - nameWithType: IList.IndexOf(T) - fullName: System.Collections.Generic.IList.IndexOf(T) - nameWithType.vb: IList(Of T).IndexOf(T) - fullName.vb: System.Collections.Generic.IList(Of T).IndexOf(T) - spec.csharp: - - uid: System.Collections.Generic.IList`1.IndexOf(`0) - name: IndexOf - nameWithType: IList.IndexOf - fullName: System.Collections.Generic.IList.IndexOf - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Collections.Generic.IList`1.IndexOf(`0) - name: IndexOf - nameWithType: IList(Of T).IndexOf - fullName: System.Collections.Generic.IList(Of T).IndexOf - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic.IList`1.IndexOf(`0) - commentId: M:System.Collections.Generic.IList`1.IndexOf(`0) - isExternal: true - name: IndexOf(T) - nameWithType: IList.IndexOf(T) - fullName: System.Collections.Generic.IList.IndexOf(T) - nameWithType.vb: IList(Of T).IndexOf(T) - fullName.vb: System.Collections.Generic.IList(Of T).IndexOf(T) - spec.csharp: - - uid: System.Collections.Generic.IList`1.IndexOf(`0) - name: IndexOf - nameWithType: IList.IndexOf - fullName: System.Collections.Generic.IList.IndexOf - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Collections.Generic.IList`1.IndexOf(`0) - name: IndexOf - nameWithType: IList(Of T).IndexOf - fullName: System.Collections.Generic.IList(Of T).IndexOf - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.IndexOf* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.IndexOf - name: IndexOf - nameWithType: Tensor.IndexOf - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.IndexOf - nameWithType.vb: Tensor(Of T).IndexOf - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).IndexOf -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#Insert* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#Insert - name: IList.Insert - nameWithType: Tensor.IList.Insert - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.IList.Insert - nameWithType.vb: Tensor(Of T).System.Collections.Generic.IList.Insert - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.IList.Insert - name.vb: System.Collections.Generic.IList.Insert -- uid: System.Collections.Generic.IList{{T}}.Insert(System.Int32,{T}) - commentId: M:System.Collections.Generic.IList{`0}.Insert(System.Int32,`0) - parent: System.Collections.Generic.IList{{T}} - definition: System.Collections.Generic.IList`1.Insert(System.Int32,`0) - name: Insert(Int32, T) - nameWithType: IList.Insert(Int32, T) - fullName: System.Collections.Generic.IList.Insert(System.Int32, T) - nameWithType.vb: IList(Of T).Insert(Int32, T) - fullName.vb: System.Collections.Generic.IList(Of T).Insert(System.Int32, T) - spec.csharp: - - uid: System.Collections.Generic.IList`1.Insert(System.Int32,`0) - name: Insert - nameWithType: IList.Insert - fullName: System.Collections.Generic.IList.Insert - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Collections.Generic.IList`1.Insert(System.Int32,`0) - name: Insert - nameWithType: IList(Of T).Insert - fullName: System.Collections.Generic.IList(Of T).Insert - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic.IList`1.Insert(System.Int32,`0) - commentId: M:System.Collections.Generic.IList`1.Insert(System.Int32,`0) - isExternal: true - name: Insert(Int32, T) - nameWithType: IList.Insert(Int32, T) - fullName: System.Collections.Generic.IList.Insert(System.Int32, T) - nameWithType.vb: IList(Of T).Insert(Int32, T) - fullName.vb: System.Collections.Generic.IList(Of T).Insert(System.Int32, T) - spec.csharp: - - uid: System.Collections.Generic.IList`1.Insert(System.Int32,`0) - name: Insert - nameWithType: IList.Insert - fullName: System.Collections.Generic.IList.Insert - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Collections.Generic.IList`1.Insert(System.Int32,`0) - name: Insert - nameWithType: IList(Of T).Insert - fullName: System.Collections.Generic.IList(Of T).Insert - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#RemoveAt* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IList{T}#RemoveAt - name: IList.RemoveAt - nameWithType: Tensor.IList.RemoveAt - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.IList.RemoveAt - nameWithType.vb: Tensor(Of T).System.Collections.Generic.IList.RemoveAt - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.IList.RemoveAt - name.vb: System.Collections.Generic.IList.RemoveAt -- uid: System.Collections.Generic.IList{{T}}.RemoveAt(System.Int32) - commentId: M:System.Collections.Generic.IList{`0}.RemoveAt(System.Int32) - parent: System.Collections.Generic.IList{{T}} - definition: System.Collections.Generic.IList`1.RemoveAt(System.Int32) - name: RemoveAt(Int32) - nameWithType: IList.RemoveAt(Int32) - fullName: System.Collections.Generic.IList.RemoveAt(System.Int32) - nameWithType.vb: IList(Of T).RemoveAt(Int32) - fullName.vb: System.Collections.Generic.IList(Of T).RemoveAt(System.Int32) - spec.csharp: - - uid: System.Collections.Generic.IList`1.RemoveAt(System.Int32) - name: RemoveAt - nameWithType: IList.RemoveAt - fullName: System.Collections.Generic.IList.RemoveAt - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Collections.Generic.IList`1.RemoveAt(System.Int32) - name: RemoveAt - nameWithType: IList(Of T).RemoveAt - fullName: System.Collections.Generic.IList(Of T).RemoveAt - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic.IList`1.RemoveAt(System.Int32) - commentId: M:System.Collections.Generic.IList`1.RemoveAt(System.Int32) - isExternal: true - name: RemoveAt(Int32) - nameWithType: IList.RemoveAt(Int32) - fullName: System.Collections.Generic.IList.RemoveAt(System.Int32) - nameWithType.vb: IList(Of T).RemoveAt(Int32) - fullName.vb: System.Collections.Generic.IList(Of T).RemoveAt(System.Int32) - spec.csharp: - - uid: System.Collections.Generic.IList`1.RemoveAt(System.Int32) - name: RemoveAt - nameWithType: IList.RemoveAt - fullName: System.Collections.Generic.IList.RemoveAt - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Collections.Generic.IList`1.RemoveAt(System.Int32) - name: RemoveAt - nameWithType: IList(Of T).RemoveAt - fullName: System.Collections.Generic.IList(Of T).RemoveAt - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IReadOnlyList{T}#Item* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#Generic#IReadOnlyList{T}#Item - name: IReadOnlyList.Item - nameWithType: Tensor.IReadOnlyList.Item - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.Generic.IReadOnlyList.Item - nameWithType.vb: Tensor(Of T).System.Collections.Generic.IReadOnlyList.Item - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.Generic.IReadOnlyList.Item - name.vb: System.Collections.Generic.IReadOnlyList.Item -- uid: System.Collections.Generic.IReadOnlyList{{T}}.Item(System.Int32) - commentId: P:System.Collections.Generic.IReadOnlyList{`0}.Item(System.Int32) - parent: System.Collections.Generic.IReadOnlyList{{T}} - definition: System.Collections.Generic.IReadOnlyList`1.Item(System.Int32) - name: Item[Int32] - nameWithType: IReadOnlyList.Item[Int32] - fullName: System.Collections.Generic.IReadOnlyList.Item[System.Int32] - nameWithType.vb: IReadOnlyList(Of T).Item(Int32) - fullName.vb: System.Collections.Generic.IReadOnlyList(Of T).Item(System.Int32) - name.vb: Item(Int32) - spec.csharp: - - uid: System.Collections.Generic.IReadOnlyList`1.Item(System.Int32) - name: Item - nameWithType: IReadOnlyList.Item - fullName: System.Collections.Generic.IReadOnlyList.Item - isExternal: true - - name: '[' - nameWithType: '[' - fullName: '[' - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ']' - nameWithType: ']' - fullName: ']' - spec.vb: - - uid: System.Collections.Generic.IReadOnlyList`1.Item(System.Int32) - name: Item - nameWithType: IReadOnlyList(Of T).Item - fullName: System.Collections.Generic.IReadOnlyList(Of T).Item - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic.IReadOnlyList`1.Item(System.Int32) - commentId: P:System.Collections.Generic.IReadOnlyList`1.Item(System.Int32) - isExternal: true - name: Item[Int32] - nameWithType: IReadOnlyList.Item[Int32] - fullName: System.Collections.Generic.IReadOnlyList.Item[System.Int32] - nameWithType.vb: IReadOnlyList(Of T).Item(Int32) - fullName.vb: System.Collections.Generic.IReadOnlyList(Of T).Item(System.Int32) - name.vb: Item(Int32) - spec.csharp: - - uid: System.Collections.Generic.IReadOnlyList`1.Item(System.Int32) - name: Item - nameWithType: IReadOnlyList.Item - fullName: System.Collections.Generic.IReadOnlyList.Item - isExternal: true - - name: '[' - nameWithType: '[' - fullName: '[' - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ']' - nameWithType: ']' - fullName: ']' - spec.vb: - - uid: System.Collections.Generic.IReadOnlyList`1.Item(System.Int32) - name: Item - nameWithType: IReadOnlyList(Of T).Item - fullName: System.Collections.Generic.IReadOnlyList(Of T).Item - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IStructuralComparable#CompareTo* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IStructuralComparable#CompareTo - name: IStructuralComparable.CompareTo - nameWithType: Tensor.IStructuralComparable.CompareTo - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IStructuralComparable.CompareTo - nameWithType.vb: Tensor(Of T).System.Collections.IStructuralComparable.CompareTo - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IStructuralComparable.CompareTo - name.vb: System.Collections.IStructuralComparable.CompareTo -- uid: System.Collections.IStructuralComparable.CompareTo(System.Object,System.Collections.IComparer) - commentId: M:System.Collections.IStructuralComparable.CompareTo(System.Object,System.Collections.IComparer) - parent: System.Collections.IStructuralComparable - isExternal: true - name: CompareTo(Object, IComparer) - nameWithType: IStructuralComparable.CompareTo(Object, IComparer) - fullName: System.Collections.IStructuralComparable.CompareTo(System.Object, System.Collections.IComparer) - spec.csharp: - - uid: System.Collections.IStructuralComparable.CompareTo(System.Object,System.Collections.IComparer) - name: CompareTo - nameWithType: IStructuralComparable.CompareTo - fullName: System.Collections.IStructuralComparable.CompareTo - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Collections.IComparer - name: IComparer - nameWithType: IComparer - fullName: System.Collections.IComparer - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Collections.IStructuralComparable.CompareTo(System.Object,System.Collections.IComparer) - name: CompareTo - nameWithType: IStructuralComparable.CompareTo - fullName: System.Collections.IStructuralComparable.CompareTo - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Collections.IComparer - name: IComparer - nameWithType: IComparer - fullName: System.Collections.IComparer - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.IComparer - commentId: T:System.Collections.IComparer - parent: System.Collections - isExternal: true - name: IComparer - nameWithType: IComparer - fullName: System.Collections.IComparer -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IStructuralEquatable#Equals* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IStructuralEquatable#Equals - name: IStructuralEquatable.Equals - nameWithType: Tensor.IStructuralEquatable.Equals - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IStructuralEquatable.Equals - nameWithType.vb: Tensor(Of T).System.Collections.IStructuralEquatable.Equals - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IStructuralEquatable.Equals - name.vb: System.Collections.IStructuralEquatable.Equals -- uid: System.Collections.IStructuralEquatable.Equals(System.Object,System.Collections.IEqualityComparer) - commentId: M:System.Collections.IStructuralEquatable.Equals(System.Object,System.Collections.IEqualityComparer) - parent: System.Collections.IStructuralEquatable - isExternal: true - name: Equals(Object, IEqualityComparer) - nameWithType: IStructuralEquatable.Equals(Object, IEqualityComparer) - fullName: System.Collections.IStructuralEquatable.Equals(System.Object, System.Collections.IEqualityComparer) - spec.csharp: - - uid: System.Collections.IStructuralEquatable.Equals(System.Object,System.Collections.IEqualityComparer) - name: Equals - nameWithType: IStructuralEquatable.Equals - fullName: System.Collections.IStructuralEquatable.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Collections.IEqualityComparer - name: IEqualityComparer - nameWithType: IEqualityComparer - fullName: System.Collections.IEqualityComparer - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Collections.IStructuralEquatable.Equals(System.Object,System.Collections.IEqualityComparer) - name: Equals - nameWithType: IStructuralEquatable.Equals - fullName: System.Collections.IStructuralEquatable.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Collections.IEqualityComparer - name: IEqualityComparer - nameWithType: IEqualityComparer - fullName: System.Collections.IEqualityComparer - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.IEqualityComparer - commentId: T:System.Collections.IEqualityComparer - parent: System.Collections - isExternal: true - name: IEqualityComparer - nameWithType: IEqualityComparer - fullName: System.Collections.IEqualityComparer -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IStructuralEquatable#GetHashCode* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.System#Collections#IStructuralEquatable#GetHashCode - name: IStructuralEquatable.GetHashCode - nameWithType: Tensor.IStructuralEquatable.GetHashCode - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.System.Collections.IStructuralEquatable.GetHashCode - nameWithType.vb: Tensor(Of T).System.Collections.IStructuralEquatable.GetHashCode - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).System.Collections.IStructuralEquatable.GetHashCode - name.vb: System.Collections.IStructuralEquatable.GetHashCode -- uid: System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer) - commentId: M:System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer) - parent: System.Collections.IStructuralEquatable - isExternal: true - name: GetHashCode(IEqualityComparer) - nameWithType: IStructuralEquatable.GetHashCode(IEqualityComparer) - fullName: System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer) - spec.csharp: - - uid: System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer) - name: GetHashCode - nameWithType: IStructuralEquatable.GetHashCode - fullName: System.Collections.IStructuralEquatable.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Collections.IEqualityComparer - name: IEqualityComparer - nameWithType: IEqualityComparer - fullName: System.Collections.IEqualityComparer - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer) - name: GetHashCode - nameWithType: IStructuralEquatable.GetHashCode - fullName: System.Collections.IStructuralEquatable.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Collections.IEqualityComparer - name: IEqualityComparer - nameWithType: IEqualityComparer - fullName: System.Collections.IEqualityComparer - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.ToDenseTensor* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.ToDenseTensor - name: ToDenseTensor - nameWithType: Tensor.ToDenseTensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.ToDenseTensor - nameWithType.vb: Tensor(Of T).ToDenseTensor - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).ToDenseTensor -- uid: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor{{T}} - commentId: T:Microsoft.ML.OnnxRuntime.Tensors.DenseTensor{``0} - parent: Microsoft.ML.OnnxRuntime.Tensors - definition: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1 - name: DenseTensor - nameWithType: DenseTensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor - nameWithType.vb: DenseTensor(Of T) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor(Of T) - name.vb: DenseTensor(Of T) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1 - name: DenseTensor - nameWithType: DenseTensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1 - name: DenseTensor - nameWithType: DenseTensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1 - commentId: T:Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1 - name: DenseTensor - nameWithType: DenseTensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor - nameWithType.vb: DenseTensor(Of T) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor(Of T) - name.vb: DenseTensor(Of T) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1 - name: DenseTensor - nameWithType: DenseTensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1 - name: DenseTensor - nameWithType: DenseTensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetArrayString* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1.GetArrayString - name: GetArrayString - nameWithType: Tensor.GetArrayString - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.GetArrayString - nameWithType.vb: Tensor(Of T).GetArrayString - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T).GetArrayString -- uid: System.String - commentId: T:System.String - parent: System - isExternal: true - name: String - nameWithType: String - fullName: System.String diff --git a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.Tensors.Tensor.yml b/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.Tensors.Tensor.yml deleted file mode 100644 index c447ff7d4c6be..0000000000000 --- a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.Tensors.Tensor.yml +++ /dev/null @@ -1,706 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor - commentId: T:Microsoft.ML.OnnxRuntime.Tensors.Tensor - id: Tensor - parent: Microsoft.ML.OnnxRuntime.Tensors - children: - - Microsoft.ML.OnnxRuntime.Tensors.Tensor.CreateFromDiagonal``1(Microsoft.ML.OnnxRuntime.Tensors.Tensor{``0}) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor.CreateFromDiagonal``1(Microsoft.ML.OnnxRuntime.Tensors.Tensor{``0},System.Int32) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor.CreateIdentity``1(System.Int32) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor.CreateIdentity``1(System.Int32,System.Boolean) - - Microsoft.ML.OnnxRuntime.Tensors.Tensor.CreateIdentity``1(System.Int32,System.Boolean,``0) - langs: - - csharp - - vb - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - type: Class - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Tensor - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 368 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nVarious methods for creating and manipulating Tensor<T>\n" - example: [] - syntax: - content: public static class Tensor - content.vb: Public Module Tensor - inheritance: - - System.Object - inheritedMembers: - - System.Object.Equals(System.Object) - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetHashCode - - System.Object.GetType - - System.Object.MemberwiseClone - - System.Object.ReferenceEquals(System.Object,System.Object) - - System.Object.ToString - modifiers.csharp: - - public - - static - - class - modifiers.vb: - - Public - - Module -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor.CreateIdentity``1(System.Int32) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor.CreateIdentity``1(System.Int32) - id: CreateIdentity``1(System.Int32) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor - langs: - - csharp - - vb - name: CreateIdentity(Int32) - nameWithType: Tensor.CreateIdentity(Int32) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.CreateIdentity(System.Int32) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CreateIdentity - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 376 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nCreates an identity tensor of the specified size. An identity tensor is a two dimensional tensor with 1s in the diagonal.\n" - example: [] - syntax: - content: public static Tensor CreateIdentity(int size) - parameters: - - id: size - type: System.Int32 - description: Width and height of the identity tensor to create. - typeParameters: - - id: T - description: type contained within the Tensor. Typically a value type such as int, double, float, etc. - return: - type: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - description: a size by size with 1s along the diagonal and zeros elsewhere. - content.vb: Public Shared Function CreateIdentity(Of T)(size As Integer) As Tensor(Of T) - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor.CreateIdentity* - nameWithType.vb: Tensor.CreateIdentity(Of T)(Int32) - modifiers.csharp: - - public - - static - modifiers.vb: - - Public - - Shared - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor.CreateIdentity(Of T)(System.Int32) - name.vb: CreateIdentity(Of T)(Int32) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor.CreateIdentity``1(System.Int32,System.Boolean) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor.CreateIdentity``1(System.Int32,System.Boolean) - id: CreateIdentity``1(System.Int32,System.Boolean) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor - langs: - - csharp - - vb - name: CreateIdentity(Int32, Boolean) - nameWithType: Tensor.CreateIdentity(Int32, Boolean) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.CreateIdentity(System.Int32, System.Boolean) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CreateIdentity - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 388 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nCreates an identity tensor of the specified size and layout (row vs column major). An identity tensor is a two dimensional tensor with 1s in the diagonal.\n" - example: [] - syntax: - content: public static Tensor CreateIdentity(int size, bool columMajor) - parameters: - - id: size - type: System.Int32 - description: Width and height of the identity tensor to create. - - id: columMajor - type: System.Boolean - description: '>False to indicate that the first dimension is most minor (closest) and the last dimension is most major (farthest): row-major. True to indicate that the last dimension is most minor (closest together) and the first dimension is most major (farthest apart): column-major.' - typeParameters: - - id: T - description: type contained within the Tensor. Typically a value type such as int, double, float, etc. - return: - type: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - description: a size by size with 1s along the diagonal and zeros elsewhere. - content.vb: Public Shared Function CreateIdentity(Of T)(size As Integer, columMajor As Boolean) As Tensor(Of T) - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor.CreateIdentity* - nameWithType.vb: Tensor.CreateIdentity(Of T)(Int32, Boolean) - modifiers.csharp: - - public - - static - modifiers.vb: - - Public - - Shared - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor.CreateIdentity(Of T)(System.Int32, System.Boolean) - name.vb: CreateIdentity(Of T)(Int32, Boolean) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor.CreateIdentity``1(System.Int32,System.Boolean,``0) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor.CreateIdentity``1(System.Int32,System.Boolean,``0) - id: CreateIdentity``1(System.Int32,System.Boolean,``0) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor - langs: - - csharp - - vb - name: CreateIdentity(Int32, Boolean, T) - nameWithType: Tensor.CreateIdentity(Int32, Boolean, T) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.CreateIdentity(System.Int32, System.Boolean, T) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CreateIdentity - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 401 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nCreates an identity tensor of the specified size and layout (row vs column major) using the specified one value. An identity tensor is a two dimensional tensor with 1s in the diagonal. This may be used in case T is a type that doesn't have a known 1 value.\n" - example: [] - syntax: - content: public static Tensor CreateIdentity(int size, bool columMajor, T oneValue) - parameters: - - id: size - type: System.Int32 - description: Width and height of the identity tensor to create. - - id: columMajor - type: System.Boolean - description: '>False to indicate that the first dimension is most minor (closest) and the last dimension is most major (farthest): row-major. True to indicate that the last dimension is most minor (closest together) and the first dimension is most major (farthest apart): column-major.' - - id: oneValue - type: '{T}' - description: Value of T that is used along the diagonal. - typeParameters: - - id: T - description: type contained within the Tensor. Typically a value type such as int, double, float, etc. - return: - type: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - description: a size by size with 1s along the diagonal and zeros elsewhere. - content.vb: Public Shared Function CreateIdentity(Of T)(size As Integer, columMajor As Boolean, oneValue As T) As Tensor(Of T) - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor.CreateIdentity* - nameWithType.vb: Tensor.CreateIdentity(Of T)(Int32, Boolean, T) - modifiers.csharp: - - public - - static - modifiers.vb: - - Public - - Shared - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor.CreateIdentity(Of T)(System.Int32, System.Boolean, T) - name.vb: CreateIdentity(Of T)(Int32, Boolean, T) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor.CreateFromDiagonal``1(Microsoft.ML.OnnxRuntime.Tensors.Tensor{``0}) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor.CreateFromDiagonal``1(Microsoft.ML.OnnxRuntime.Tensors.Tensor{``0}) - id: CreateFromDiagonal``1(Microsoft.ML.OnnxRuntime.Tensors.Tensor{``0}) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor - langs: - - csharp - - vb - name: CreateFromDiagonal(Tensor) - nameWithType: Tensor.CreateFromDiagonal(Tensor) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.CreateFromDiagonal(Microsoft.ML.OnnxRuntime.Tensors.Tensor) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CreateFromDiagonal - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 425 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nCreates a n+1-rank tensor using the specified n-rank diagonal. Values not on the diagonal will be filled with zeros.\n" - example: [] - syntax: - content: public static Tensor CreateFromDiagonal(Tensor diagonal) - parameters: - - id: diagonal - type: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - description: Tensor representing the diagonal to build the new tensor from. - typeParameters: - - id: T - description: type contained within the Tensor. Typically a value type such as int, double, float, etc. - return: - type: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - description: A new tensor of the same layout and order as diagonal of one higher rank, with the values of diagonal along the diagonal and zeros elsewhere. - content.vb: Public Shared Function CreateFromDiagonal(Of T)(diagonal As Tensor(Of T)) As Tensor(Of T) - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor.CreateFromDiagonal* - nameWithType.vb: Tensor.CreateFromDiagonal(Of T)(Tensor(Of T)) - modifiers.csharp: - - public - - static - modifiers.vb: - - Public - - Shared - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor.CreateFromDiagonal(Of T)(Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T)) - name.vb: CreateFromDiagonal(Of T)(Tensor(Of T)) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor.CreateFromDiagonal``1(Microsoft.ML.OnnxRuntime.Tensors.Tensor{``0},System.Int32) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.Tensor.CreateFromDiagonal``1(Microsoft.ML.OnnxRuntime.Tensors.Tensor{``0},System.Int32) - id: CreateFromDiagonal``1(Microsoft.ML.OnnxRuntime.Tensors.Tensor{``0},System.Int32) - parent: Microsoft.ML.OnnxRuntime.Tensors.Tensor - langs: - - csharp - - vb - name: CreateFromDiagonal(Tensor, Int32) - nameWithType: Tensor.CreateFromDiagonal(Tensor, Int32) - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.CreateFromDiagonal(Microsoft.ML.OnnxRuntime.Tensors.Tensor, System.Int32) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: CreateFromDiagonal - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 441 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nCreates a n+1-dimension tensor using the specified n-dimension diagonal at the specified offset \nfrom the center. Values not on the diagonal will be filled with zeros.\n" - example: [] - syntax: - content: public static Tensor CreateFromDiagonal(Tensor diagonal, int offset) - parameters: - - id: diagonal - type: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - description: Tensor representing the diagonal to build the new tensor from. - - id: offset - type: System.Int32 - description: "Offset of diagonal to set in returned tensor. 0 for the main diagonal, \nless than zero for diagonals below, greater than zero from diagonals above." - typeParameters: - - id: T - description: "\ntype contained within the Tensor. Typically a value type such as int, double, float, etc." - return: - type: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - description: "A new tensor of the same layout and order as diagonal of one higher rank, \nwith the values of diagonal along the specified diagonal and zeros elsewhere." - content.vb: Public Shared Function CreateFromDiagonal(Of T)(diagonal As Tensor(Of T), offset As Integer) As Tensor(Of T) - overload: Microsoft.ML.OnnxRuntime.Tensors.Tensor.CreateFromDiagonal* - nameWithType.vb: Tensor.CreateFromDiagonal(Of T)(Tensor(Of T), Int32) - modifiers.csharp: - - public - - static - modifiers.vb: - - Public - - Shared - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor.CreateFromDiagonal(Of T)(Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T), System.Int32) - name.vb: CreateFromDiagonal(Of T)(Tensor(Of T), Int32) -references: -- uid: Microsoft.ML.OnnxRuntime.Tensors - commentId: N:Microsoft.ML.OnnxRuntime.Tensors - name: Microsoft.ML.OnnxRuntime.Tensors - nameWithType: Microsoft.ML.OnnxRuntime.Tensors - fullName: Microsoft.ML.OnnxRuntime.Tensors -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: System.Object.Equals(System.Object) - commentId: M:System.Object.Equals(System.Object) - parent: System.Object - isExternal: true - name: Equals(Object) - nameWithType: Object.Equals(Object) - fullName: System.Object.Equals(System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetHashCode - commentId: M:System.Object.GetHashCode - parent: System.Object - isExternal: true - name: GetHashCode() - nameWithType: Object.GetHashCode() - fullName: System.Object.GetHashCode() - spec.csharp: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - name: MemberwiseClone() - nameWithType: Object.MemberwiseClone() - fullName: System.Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ToString - commentId: M:System.Object.ToString - parent: System.Object - isExternal: true - name: ToString() - nameWithType: Object.ToString() - fullName: System.Object.ToString() - spec.csharp: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor.CreateIdentity* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor.CreateIdentity - name: CreateIdentity - nameWithType: Tensor.CreateIdentity - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.CreateIdentity -- uid: System.Int32 - commentId: T:System.Int32 - parent: System - isExternal: true - name: Int32 - nameWithType: Int32 - fullName: System.Int32 -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}} - commentId: T:Microsoft.ML.OnnxRuntime.Tensors.Tensor{``0} - parent: Microsoft.ML.OnnxRuntime.Tensors - definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - nameWithType.vb: Tensor(Of T) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T) - name.vb: Tensor(Of T) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - commentId: T:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - parent: Microsoft.ML.OnnxRuntime.Tensors - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - nameWithType.vb: Tensor(Of T) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T) - name.vb: Tensor(Of T) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Boolean - commentId: T:System.Boolean - parent: System - isExternal: true - name: Boolean - nameWithType: Boolean - fullName: System.Boolean -- uid: '{T}' - commentId: '!:T' - definition: T - name: T - nameWithType: T - fullName: T -- uid: T - name: T - nameWithType: T - fullName: T -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor.CreateFromDiagonal* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.Tensor.CreateFromDiagonal - name: CreateFromDiagonal - nameWithType: Tensor.CreateFromDiagonal - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor.CreateFromDiagonal diff --git a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.Tensors.TensorBase.yml b/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.Tensors.TensorBase.yml deleted file mode 100644 index 861669c5da8bb..0000000000000 --- a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.Tensors.TensorBase.yml +++ /dev/null @@ -1,543 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorBase - commentId: T:Microsoft.ML.OnnxRuntime.Tensors.TensorBase - id: TensorBase - parent: Microsoft.ML.OnnxRuntime.Tensors - children: - - Microsoft.ML.OnnxRuntime.Tensors.TensorBase.#ctor(System.Type) - - Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetElementTypeInfo(Microsoft.ML.OnnxRuntime.Tensors.TensorElementType) - - Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetTypeInfo - - Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetTypeInfo(System.Type) - langs: - - csharp - - vb - name: TensorBase - nameWithType: TensorBase - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorBase - type: Class - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: TensorBase - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 282 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nThis class is a base for all Tensors. It hosts maps with type traits.\n" - example: [] - syntax: - content: public class TensorBase - content.vb: Public Class TensorBase - inheritance: - - System.Object - derivedClasses: - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - inheritedMembers: - - System.Object.Equals(System.Object) - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetHashCode - - System.Object.GetType - - System.Object.MemberwiseClone - - System.Object.ReferenceEquals(System.Object,System.Object) - - System.Object.ToString - modifiers.csharp: - - public - - class - modifiers.vb: - - Public - - Class -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.#ctor(System.Type) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.TensorBase.#ctor(System.Type) - id: '#ctor(System.Type)' - parent: Microsoft.ML.OnnxRuntime.Tensors.TensorBase - langs: - - csharp - - vb - name: TensorBase(Type) - nameWithType: TensorBase.TensorBase(Type) - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.TensorBase(System.Type) - type: Constructor - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: .ctor - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 319 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nConstructs TensorBae\n" - example: [] - syntax: - content: protected TensorBase(Type primitiveType) - parameters: - - id: primitiveType - type: System.Type - description: primitive type the deriving class is using - content.vb: Protected Sub New(primitiveType As Type) - overload: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.#ctor* - modifiers.csharp: - - protected - modifiers.vb: - - Protected -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetTypeInfo(System.Type) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetTypeInfo(System.Type) - id: GetTypeInfo(System.Type) - parent: Microsoft.ML.OnnxRuntime.Tensors.TensorBase - langs: - - csharp - - vb - name: GetTypeInfo(Type) - nameWithType: TensorBase.GetTypeInfo(Type) - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetTypeInfo(System.Type) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetTypeInfo - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 336 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nQuery TensorTypeInfo by one of the supported types\n" - example: [] - syntax: - content: public static TensorTypeInfo GetTypeInfo(Type type) - parameters: - - id: type - type: System.Type - description: '' - return: - type: Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo - description: TensorTypeInfo or null if not supported - content.vb: Public Shared Function GetTypeInfo(type As Type) As TensorTypeInfo - overload: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetTypeInfo* - modifiers.csharp: - - public - - static - modifiers.vb: - - Public - - Shared -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetElementTypeInfo(Microsoft.ML.OnnxRuntime.Tensors.TensorElementType) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetElementTypeInfo(Microsoft.ML.OnnxRuntime.Tensors.TensorElementType) - id: GetElementTypeInfo(Microsoft.ML.OnnxRuntime.Tensors.TensorElementType) - parent: Microsoft.ML.OnnxRuntime.Tensors.TensorBase - langs: - - csharp - - vb - name: GetElementTypeInfo(TensorElementType) - nameWithType: TensorBase.GetElementTypeInfo(TensorElementType) - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetElementTypeInfo(Microsoft.ML.OnnxRuntime.Tensors.TensorElementType) - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetElementTypeInfo - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 348 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nQuery TensorElementTypeInfo by enum\n" - example: [] - syntax: - content: public static TensorElementTypeInfo GetElementTypeInfo(TensorElementType elementType) - parameters: - - id: elementType - type: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - description: type enum - return: - type: Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo - description: instance of TensorElementTypeInfo or null if not found - content.vb: Public Shared Function GetElementTypeInfo(elementType As TensorElementType) As TensorElementTypeInfo - overload: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetElementTypeInfo* - modifiers.csharp: - - public - - static - modifiers.vb: - - Public - - Shared -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetTypeInfo - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetTypeInfo - id: GetTypeInfo - parent: Microsoft.ML.OnnxRuntime.Tensors.TensorBase - langs: - - csharp - - vb - name: GetTypeInfo() - nameWithType: TensorBase.GetTypeInfo() - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetTypeInfo() - type: Method - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: GetTypeInfo - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 359 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nQuery TensorTypeInfo using this Tensor type\n" - example: [] - syntax: - content: public TensorTypeInfo GetTypeInfo() - return: - type: Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo - description: '' - content.vb: Public Function GetTypeInfo As TensorTypeInfo - overload: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetTypeInfo* - modifiers.csharp: - - public - modifiers.vb: - - Public -references: -- uid: Microsoft.ML.OnnxRuntime.Tensors - commentId: N:Microsoft.ML.OnnxRuntime.Tensors - name: Microsoft.ML.OnnxRuntime.Tensors - nameWithType: Microsoft.ML.OnnxRuntime.Tensors - fullName: Microsoft.ML.OnnxRuntime.Tensors -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: System.Object.Equals(System.Object) - commentId: M:System.Object.Equals(System.Object) - parent: System.Object - isExternal: true - name: Equals(Object) - nameWithType: Object.Equals(Object) - fullName: System.Object.Equals(System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetHashCode - commentId: M:System.Object.GetHashCode - parent: System.Object - isExternal: true - name: GetHashCode() - nameWithType: Object.GetHashCode() - fullName: System.Object.GetHashCode() - spec.csharp: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - name: MemberwiseClone() - nameWithType: Object.MemberwiseClone() - fullName: System.Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ToString - commentId: M:System.Object.ToString - parent: System.Object - isExternal: true - name: ToString() - nameWithType: Object.ToString() - fullName: System.Object.ToString() - spec.csharp: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.#ctor* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.TensorBase.#ctor - name: TensorBase - nameWithType: TensorBase.TensorBase - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.TensorBase -- uid: System.Type - commentId: T:System.Type - parent: System - isExternal: true - name: Type - nameWithType: Type - fullName: System.Type -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetTypeInfo* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetTypeInfo - name: GetTypeInfo - nameWithType: TensorBase.GetTypeInfo - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetTypeInfo -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo - commentId: T:Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo - parent: Microsoft.ML.OnnxRuntime.Tensors - name: TensorTypeInfo - nameWithType: TensorTypeInfo - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetElementTypeInfo* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetElementTypeInfo - name: GetElementTypeInfo - nameWithType: TensorBase.GetElementTypeInfo - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorBase.GetElementTypeInfo -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - commentId: T:Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - parent: Microsoft.ML.OnnxRuntime.Tensors - name: TensorElementType - nameWithType: TensorElementType - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo - commentId: T:Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo - parent: Microsoft.ML.OnnxRuntime.Tensors - name: TensorElementTypeInfo - nameWithType: TensorElementTypeInfo - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo diff --git a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.yml b/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.yml deleted file mode 100644 index 09c275402ee6f..0000000000000 --- a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.yml +++ /dev/null @@ -1,609 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - commentId: T:Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - id: TensorElementType - parent: Microsoft.ML.OnnxRuntime.Tensors - children: - - Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.BFloat16 - - Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.Bool - - Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.Complex128 - - Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.Complex64 - - Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.DataTypeMax - - Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.Double - - Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.Float - - Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.Float16 - - Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.Int16 - - Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.Int32 - - Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.Int64 - - Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.Int8 - - Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.String - - Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.UInt16 - - Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.UInt32 - - Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.UInt64 - - Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.UInt8 - langs: - - csharp - - vb - name: TensorElementType - nameWithType: TensorElementType - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - type: Enum - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: TensorElementType - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 25 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nSupported Tensor DataType\n" - example: [] - syntax: - content: public enum TensorElementType - content.vb: Public Enum TensorElementType - modifiers.csharp: - - public - - enum - modifiers.vb: - - Public - - Enum -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.Float - commentId: F:Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.Float - id: Float - parent: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - langs: - - csharp - - vb - name: Float - nameWithType: TensorElementType.Float - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.Float - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Float - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 27 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - syntax: - content: Float = 1 - return: - type: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.UInt8 - commentId: F:Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.UInt8 - id: UInt8 - parent: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - langs: - - csharp - - vb - name: UInt8 - nameWithType: TensorElementType.UInt8 - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.UInt8 - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: UInt8 - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 28 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - syntax: - content: UInt8 = 2 - return: - type: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.Int8 - commentId: F:Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.Int8 - id: Int8 - parent: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - langs: - - csharp - - vb - name: Int8 - nameWithType: TensorElementType.Int8 - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.Int8 - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Int8 - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 29 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - syntax: - content: Int8 = 3 - return: - type: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.UInt16 - commentId: F:Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.UInt16 - id: UInt16 - parent: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - langs: - - csharp - - vb - name: UInt16 - nameWithType: TensorElementType.UInt16 - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.UInt16 - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: UInt16 - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 30 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - syntax: - content: UInt16 = 4 - return: - type: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.Int16 - commentId: F:Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.Int16 - id: Int16 - parent: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - langs: - - csharp - - vb - name: Int16 - nameWithType: TensorElementType.Int16 - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.Int16 - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Int16 - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 31 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - syntax: - content: Int16 = 5 - return: - type: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.Int32 - commentId: F:Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.Int32 - id: Int32 - parent: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - langs: - - csharp - - vb - name: Int32 - nameWithType: TensorElementType.Int32 - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.Int32 - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Int32 - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 32 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - syntax: - content: Int32 = 6 - return: - type: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.Int64 - commentId: F:Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.Int64 - id: Int64 - parent: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - langs: - - csharp - - vb - name: Int64 - nameWithType: TensorElementType.Int64 - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.Int64 - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Int64 - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 33 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - syntax: - content: Int64 = 7 - return: - type: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.String - commentId: F:Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.String - id: String - parent: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - langs: - - csharp - - vb - name: String - nameWithType: TensorElementType.String - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.String - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: String - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 34 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - syntax: - content: String = 8 - return: - type: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.Bool - commentId: F:Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.Bool - id: Bool - parent: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - langs: - - csharp - - vb - name: Bool - nameWithType: TensorElementType.Bool - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.Bool - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Bool - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 35 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - syntax: - content: Bool = 9 - return: - type: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.Float16 - commentId: F:Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.Float16 - id: Float16 - parent: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - langs: - - csharp - - vb - name: Float16 - nameWithType: TensorElementType.Float16 - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.Float16 - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Float16 - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 36 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - syntax: - content: Float16 = 10 - return: - type: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.Double - commentId: F:Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.Double - id: Double - parent: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - langs: - - csharp - - vb - name: Double - nameWithType: TensorElementType.Double - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.Double - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Double - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 37 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - syntax: - content: Double = 11 - return: - type: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.UInt32 - commentId: F:Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.UInt32 - id: UInt32 - parent: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - langs: - - csharp - - vb - name: UInt32 - nameWithType: TensorElementType.UInt32 - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.UInt32 - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: UInt32 - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 38 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - syntax: - content: UInt32 = 12 - return: - type: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.UInt64 - commentId: F:Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.UInt64 - id: UInt64 - parent: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - langs: - - csharp - - vb - name: UInt64 - nameWithType: TensorElementType.UInt64 - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.UInt64 - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: UInt64 - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 39 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - syntax: - content: UInt64 = 13 - return: - type: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.Complex64 - commentId: F:Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.Complex64 - id: Complex64 - parent: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - langs: - - csharp - - vb - name: Complex64 - nameWithType: TensorElementType.Complex64 - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.Complex64 - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Complex64 - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 40 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - syntax: - content: Complex64 = 14 - return: - type: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.Complex128 - commentId: F:Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.Complex128 - id: Complex128 - parent: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - langs: - - csharp - - vb - name: Complex128 - nameWithType: TensorElementType.Complex128 - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.Complex128 - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: Complex128 - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 41 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - syntax: - content: Complex128 = 15 - return: - type: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.BFloat16 - commentId: F:Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.BFloat16 - id: BFloat16 - parent: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - langs: - - csharp - - vb - name: BFloat16 - nameWithType: TensorElementType.BFloat16 - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.BFloat16 - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: BFloat16 - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 42 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - syntax: - content: BFloat16 = 16 - return: - type: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.DataTypeMax - commentId: F:Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.DataTypeMax - id: DataTypeMax - parent: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - langs: - - csharp - - vb - name: DataTypeMax - nameWithType: TensorElementType.DataTypeMax - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType.DataTypeMax - type: Field - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: DataTypeMax - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 43 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - syntax: - content: DataTypeMax = 17 - return: - type: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - modifiers.csharp: - - public - - const - modifiers.vb: - - Public - - Const -references: -- uid: Microsoft.ML.OnnxRuntime.Tensors - commentId: N:Microsoft.ML.OnnxRuntime.Tensors - name: Microsoft.ML.OnnxRuntime.Tensors - nameWithType: Microsoft.ML.OnnxRuntime.Tensors - fullName: Microsoft.ML.OnnxRuntime.Tensors -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - commentId: T:Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - parent: Microsoft.ML.OnnxRuntime.Tensors - name: TensorElementType - nameWithType: TensorElementType - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType diff --git a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo.yml b/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo.yml deleted file mode 100644 index 267585c86dc0c..0000000000000 --- a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo.yml +++ /dev/null @@ -1,542 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo - commentId: T:Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo - id: TensorElementTypeInfo - parent: Microsoft.ML.OnnxRuntime.Tensors - children: - - Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo.#ctor(System.Type,System.Int32) - - Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo.IsString - - Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo.TensorType - - Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo.TypeSize - langs: - - csharp - - vb - name: TensorElementTypeInfo - nameWithType: TensorElementTypeInfo - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo - type: Class - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: TensorElementTypeInfo - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 249 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nHolds TensorElement traits\n" - example: [] - syntax: - content: public class TensorElementTypeInfo - content.vb: Public Class TensorElementTypeInfo - inheritance: - - System.Object - inheritedMembers: - - System.Object.Equals(System.Object) - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetHashCode - - System.Object.GetType - - System.Object.MemberwiseClone - - System.Object.ReferenceEquals(System.Object,System.Object) - - System.Object.ToString - modifiers.csharp: - - public - - class - modifiers.vb: - - Public - - Class -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo.TensorType - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo.TensorType - id: TensorType - parent: Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo - langs: - - csharp - - vb - name: TensorType - nameWithType: TensorElementTypeInfo.TensorType - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo.TensorType - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: TensorType - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 255 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nTensor element type\n" - example: [] - syntax: - content: public Type TensorType { get; } - parameters: [] - return: - type: System.Type - description: System.Type - content.vb: Public ReadOnly Property TensorType As Type - overload: Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo.TensorType* - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo.TypeSize - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo.TypeSize - id: TypeSize - parent: Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo - langs: - - csharp - - vb - name: TypeSize - nameWithType: TensorElementTypeInfo.TypeSize - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo.TypeSize - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: TypeSize - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 260 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nSize of the stored primitive type in bytes\n" - example: [] - syntax: - content: public int TypeSize { get; } - parameters: [] - return: - type: System.Int32 - description: size in bytes - content.vb: Public ReadOnly Property TypeSize As Integer - overload: Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo.TypeSize* - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo.IsString - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo.IsString - id: IsString - parent: Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo - langs: - - csharp - - vb - name: IsString - nameWithType: TensorElementTypeInfo.IsString - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo.IsString - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: IsString - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 265 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nIs the type is a string\n" - example: [] - syntax: - content: public bool IsString { get; } - parameters: [] - return: - type: System.Boolean - description: true if Tensor element type is a string - content.vb: Public ReadOnly Property IsString As Boolean - overload: Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo.IsString* - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo.#ctor(System.Type,System.Int32) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo.#ctor(System.Type,System.Int32) - id: '#ctor(System.Type,System.Int32)' - parent: Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo - langs: - - csharp - - vb - name: TensorElementTypeInfo(Type, Int32) - nameWithType: TensorElementTypeInfo.TensorElementTypeInfo(Type, Int32) - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo.TensorElementTypeInfo(System.Type, System.Int32) - type: Constructor - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: .ctor - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 271 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nCtor\n" - example: [] - syntax: - content: public TensorElementTypeInfo(Type type, int typeSize) - parameters: - - id: type - type: System.Type - description: Tensor element type - - id: typeSize - type: System.Int32 - description: typesize - content.vb: Public Sub New(type As Type, typeSize As Integer) - overload: Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo.#ctor* - modifiers.csharp: - - public - modifiers.vb: - - Public -references: -- uid: Microsoft.ML.OnnxRuntime.Tensors - commentId: N:Microsoft.ML.OnnxRuntime.Tensors - name: Microsoft.ML.OnnxRuntime.Tensors - nameWithType: Microsoft.ML.OnnxRuntime.Tensors - fullName: Microsoft.ML.OnnxRuntime.Tensors -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: System.Object.Equals(System.Object) - commentId: M:System.Object.Equals(System.Object) - parent: System.Object - isExternal: true - name: Equals(Object) - nameWithType: Object.Equals(Object) - fullName: System.Object.Equals(System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetHashCode - commentId: M:System.Object.GetHashCode - parent: System.Object - isExternal: true - name: GetHashCode() - nameWithType: Object.GetHashCode() - fullName: System.Object.GetHashCode() - spec.csharp: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - name: MemberwiseClone() - nameWithType: Object.MemberwiseClone() - fullName: System.Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ToString - commentId: M:System.Object.ToString - parent: System.Object - isExternal: true - name: ToString() - nameWithType: Object.ToString() - fullName: System.Object.ToString() - spec.csharp: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo.TensorType* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo.TensorType - name: TensorType - nameWithType: TensorElementTypeInfo.TensorType - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo.TensorType -- uid: System.Type - commentId: T:System.Type - parent: System - isExternal: true - name: Type - nameWithType: Type - fullName: System.Type -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo.TypeSize* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo.TypeSize - name: TypeSize - nameWithType: TensorElementTypeInfo.TypeSize - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo.TypeSize -- uid: System.Int32 - commentId: T:System.Int32 - parent: System - isExternal: true - name: Int32 - nameWithType: Int32 - fullName: System.Int32 -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo.IsString* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo.IsString - name: IsString - nameWithType: TensorElementTypeInfo.IsString - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo.IsString -- uid: System.Boolean - commentId: T:System.Boolean - parent: System - isExternal: true - name: Boolean - nameWithType: Boolean - fullName: System.Boolean -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo.#ctor* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo.#ctor - name: TensorElementTypeInfo - nameWithType: TensorElementTypeInfo.TensorElementTypeInfo - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo.TensorElementTypeInfo diff --git a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo.yml b/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo.yml deleted file mode 100644 index ade96f0502889..0000000000000 --- a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo.yml +++ /dev/null @@ -1,541 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo - commentId: T:Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo - id: TensorTypeInfo - parent: Microsoft.ML.OnnxRuntime.Tensors - children: - - Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo.#ctor(Microsoft.ML.OnnxRuntime.Tensors.TensorElementType,System.Int32) - - Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo.ElementType - - Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo.IsString - - Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo.TypeSize - langs: - - csharp - - vb - name: TensorTypeInfo - nameWithType: TensorTypeInfo - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo - type: Class - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: TensorTypeInfo - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 217 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nHelps typecasting. Holds Tensor element type traits.\n" - example: [] - syntax: - content: public class TensorTypeInfo - content.vb: Public Class TensorTypeInfo - inheritance: - - System.Object - inheritedMembers: - - System.Object.Equals(System.Object) - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetHashCode - - System.Object.GetType - - System.Object.MemberwiseClone - - System.Object.ReferenceEquals(System.Object,System.Object) - - System.Object.ToString - modifiers.csharp: - - public - - class - modifiers.vb: - - Public - - Class -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo.ElementType - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo.ElementType - id: ElementType - parent: Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo - langs: - - csharp - - vb - name: ElementType - nameWithType: TensorTypeInfo.ElementType - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo.ElementType - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: ElementType - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 223 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nTensorElementType enum\n" - example: [] - syntax: - content: public TensorElementType ElementType { get; } - parameters: [] - return: - type: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - description: type enum value - content.vb: Public ReadOnly Property ElementType As TensorElementType - overload: Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo.ElementType* - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo.TypeSize - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo.TypeSize - id: TypeSize - parent: Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo - langs: - - csharp - - vb - name: TypeSize - nameWithType: TensorTypeInfo.TypeSize - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo.TypeSize - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: TypeSize - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 228 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nSize of the stored primitive type in bytes\n" - example: [] - syntax: - content: public int TypeSize { get; } - parameters: [] - return: - type: System.Int32 - description: size in bytes - content.vb: Public ReadOnly Property TypeSize As Integer - overload: Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo.TypeSize* - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo.IsString - commentId: P:Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo.IsString - id: IsString - parent: Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo - langs: - - csharp - - vb - name: IsString - nameWithType: TensorTypeInfo.IsString - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo.IsString - type: Property - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: IsString - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 233 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nIs the type is a string\n" - example: [] - syntax: - content: public bool IsString { get; } - parameters: [] - return: - type: System.Boolean - description: true if Tensor element type is a string - content.vb: Public ReadOnly Property IsString As Boolean - overload: Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo.IsString* - modifiers.csharp: - - public - - get - modifiers.vb: - - Public - - ReadOnly -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo.#ctor(Microsoft.ML.OnnxRuntime.Tensors.TensorElementType,System.Int32) - commentId: M:Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo.#ctor(Microsoft.ML.OnnxRuntime.Tensors.TensorElementType,System.Int32) - id: '#ctor(Microsoft.ML.OnnxRuntime.Tensors.TensorElementType,System.Int32)' - parent: Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo - langs: - - csharp - - vb - name: TensorTypeInfo(TensorElementType, Int32) - nameWithType: TensorTypeInfo.TensorTypeInfo(TensorElementType, Int32) - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo.TensorTypeInfo(Microsoft.ML.OnnxRuntime.Tensors.TensorElementType, System.Int32) - type: Constructor - source: - remote: - path: csharp/src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - branch: csharp-docs - repo: https://github.com/cassiebreviu/onnxruntime.git - id: .ctor - path: ../src/Microsoft.ML.OnnxRuntime/Tensors/Tensor.shared.cs - startLine: 239 - assemblies: - - Microsoft.ML.OnnxRuntime - namespace: Microsoft.ML.OnnxRuntime.Tensors - summary: "\nCtor\n" - example: [] - syntax: - content: public TensorTypeInfo(TensorElementType elementType, int typeSize) - parameters: - - id: elementType - type: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - description: TensorElementType value - - id: typeSize - type: System.Int32 - description: size fo the type in bytes - content.vb: Public Sub New(elementType As TensorElementType, typeSize As Integer) - overload: Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo.#ctor* - modifiers.csharp: - - public - modifiers.vb: - - Public -references: -- uid: Microsoft.ML.OnnxRuntime.Tensors - commentId: N:Microsoft.ML.OnnxRuntime.Tensors - name: Microsoft.ML.OnnxRuntime.Tensors - nameWithType: Microsoft.ML.OnnxRuntime.Tensors - fullName: Microsoft.ML.OnnxRuntime.Tensors -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: System.Object.Equals(System.Object) - commentId: M:System.Object.Equals(System.Object) - parent: System.Object - isExternal: true - name: Equals(Object) - nameWithType: Object.Equals(Object) - fullName: System.Object.Equals(System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetHashCode - commentId: M:System.Object.GetHashCode - parent: System.Object - isExternal: true - name: GetHashCode() - nameWithType: Object.GetHashCode() - fullName: System.Object.GetHashCode() - spec.csharp: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - name: MemberwiseClone() - nameWithType: Object.MemberwiseClone() - fullName: System.Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ToString - commentId: M:System.Object.ToString - parent: System.Object - isExternal: true - name: ToString() - nameWithType: Object.ToString() - fullName: System.Object.ToString() - spec.csharp: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo.ElementType* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo.ElementType - name: ElementType - nameWithType: TensorTypeInfo.ElementType - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo.ElementType -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - commentId: T:Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - parent: Microsoft.ML.OnnxRuntime.Tensors - name: TensorElementType - nameWithType: TensorElementType - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo.TypeSize* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo.TypeSize - name: TypeSize - nameWithType: TensorTypeInfo.TypeSize - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo.TypeSize -- uid: System.Int32 - commentId: T:System.Int32 - parent: System - isExternal: true - name: Int32 - nameWithType: Int32 - fullName: System.Int32 -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo.IsString* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo.IsString - name: IsString - nameWithType: TensorTypeInfo.IsString - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo.IsString -- uid: System.Boolean - commentId: T:System.Boolean - parent: System - isExternal: true - name: Boolean - nameWithType: Boolean - fullName: System.Boolean -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo.#ctor* - commentId: Overload:Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo.#ctor - name: TensorTypeInfo - nameWithType: TensorTypeInfo.TensorTypeInfo - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo.TensorTypeInfo diff --git a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.Tensors.yml b/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.Tensors.yml deleted file mode 100644 index ea48aadffff78..0000000000000 --- a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.Tensors.yml +++ /dev/null @@ -1,150 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Microsoft.ML.OnnxRuntime.Tensors - commentId: N:Microsoft.ML.OnnxRuntime.Tensors - id: Microsoft.ML.OnnxRuntime.Tensors - children: - - Microsoft.ML.OnnxRuntime.Tensors.ArrayTensorExtensions - - Microsoft.ML.OnnxRuntime.Tensors.BFloat16 - - Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1 - - Microsoft.ML.OnnxRuntime.Tensors.Float16 - - Microsoft.ML.OnnxRuntime.Tensors.Tensor - - Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - - Microsoft.ML.OnnxRuntime.Tensors.TensorBase - - Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - - Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo - - Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo - langs: - - csharp - - vb - name: Microsoft.ML.OnnxRuntime.Tensors - nameWithType: Microsoft.ML.OnnxRuntime.Tensors - fullName: Microsoft.ML.OnnxRuntime.Tensors - type: Namespace - assemblies: - - Microsoft.ML.OnnxRuntime -references: -- uid: Microsoft.ML.OnnxRuntime.Tensors.ArrayTensorExtensions - commentId: T:Microsoft.ML.OnnxRuntime.Tensors.ArrayTensorExtensions - name: ArrayTensorExtensions - nameWithType: ArrayTensorExtensions - fullName: Microsoft.ML.OnnxRuntime.Tensors.ArrayTensorExtensions -- uid: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1 - commentId: T:Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1 - name: DenseTensor - nameWithType: DenseTensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor - nameWithType.vb: DenseTensor(Of T) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor(Of T) - name.vb: DenseTensor(Of T) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1 - name: DenseTensor - nameWithType: DenseTensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1 - name: DenseTensor - nameWithType: DenseTensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - commentId: T:Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - parent: Microsoft.ML.OnnxRuntime.Tensors - name: TensorElementType - nameWithType: TensorElementType - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType -- uid: Microsoft.ML.OnnxRuntime.Tensors.Float16 - commentId: T:Microsoft.ML.OnnxRuntime.Tensors.Float16 - parent: Microsoft.ML.OnnxRuntime.Tensors - name: Float16 - nameWithType: Float16 - fullName: Microsoft.ML.OnnxRuntime.Tensors.Float16 -- uid: Microsoft.ML.OnnxRuntime.Tensors.BFloat16 - commentId: T:Microsoft.ML.OnnxRuntime.Tensors.BFloat16 - parent: Microsoft.ML.OnnxRuntime.Tensors - name: BFloat16 - nameWithType: BFloat16 - fullName: Microsoft.ML.OnnxRuntime.Tensors.BFloat16 -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo - commentId: T:Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo - parent: Microsoft.ML.OnnxRuntime.Tensors - name: TensorTypeInfo - nameWithType: TensorTypeInfo - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo - commentId: T:Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo - parent: Microsoft.ML.OnnxRuntime.Tensors - name: TensorElementTypeInfo - nameWithType: TensorElementTypeInfo - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo -- uid: Microsoft.ML.OnnxRuntime.Tensors.TensorBase - commentId: T:Microsoft.ML.OnnxRuntime.Tensors.TensorBase - parent: Microsoft.ML.OnnxRuntime.Tensors - name: TensorBase - nameWithType: TensorBase - fullName: Microsoft.ML.OnnxRuntime.Tensors.TensorBase -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor - commentId: T:Microsoft.ML.OnnxRuntime.Tensors.Tensor - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor -- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - commentId: T:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - parent: Microsoft.ML.OnnxRuntime.Tensors - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - nameWithType.vb: Tensor(Of T) - fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T) - name.vb: Tensor(Of T) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - name: Tensor - nameWithType: Tensor - fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.Tensors - commentId: N:Microsoft.ML.OnnxRuntime.Tensors - name: Microsoft.ML.OnnxRuntime.Tensors - nameWithType: Microsoft.ML.OnnxRuntime.Tensors - fullName: Microsoft.ML.OnnxRuntime.Tensors diff --git a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.yml b/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.yml deleted file mode 100644 index 19d071a710709..0000000000000 --- a/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.yml +++ /dev/null @@ -1,290 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: Microsoft.ML.OnnxRuntime - commentId: N:Microsoft.ML.OnnxRuntime - id: Microsoft.ML.OnnxRuntime - children: - - Microsoft.ML.OnnxRuntime.CoreMLFlags - - Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue - - Microsoft.ML.OnnxRuntime.ExecutionMode - - Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue - - Microsoft.ML.OnnxRuntime.GraphOptimizationLevel - - Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection`1 - - Microsoft.ML.OnnxRuntime.InferenceSession - - Microsoft.ML.OnnxRuntime.LogLevel - - Microsoft.ML.OnnxRuntime.ModelMetadata - - Microsoft.ML.OnnxRuntime.NamedOnnxValue - - Microsoft.ML.OnnxRuntime.NnapiFlags - - Microsoft.ML.OnnxRuntime.NodeMetadata - - Microsoft.ML.OnnxRuntime.OnnxRuntimeException - - Microsoft.ML.OnnxRuntime.OnnxValueType - - Microsoft.ML.OnnxRuntime.OrtAllocator - - Microsoft.ML.OnnxRuntime.OrtAllocatorType - - Microsoft.ML.OnnxRuntime.OrtApi - - Microsoft.ML.OnnxRuntime.OrtApiBase - - Microsoft.ML.OnnxRuntime.OrtArenaCfg - - Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions - - Microsoft.ML.OnnxRuntime.OrtEnv - - Microsoft.ML.OnnxRuntime.OrtExternalAllocation - - Microsoft.ML.OnnxRuntime.OrtIoBinding - - Microsoft.ML.OnnxRuntime.OrtLanguageProjection - - Microsoft.ML.OnnxRuntime.OrtLoggingLevel - - Microsoft.ML.OnnxRuntime.OrtMemoryAllocation - - Microsoft.ML.OnnxRuntime.OrtMemoryInfo - - Microsoft.ML.OnnxRuntime.OrtMemType - - Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions - - Microsoft.ML.OnnxRuntime.OrtValue - - Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer - - Microsoft.ML.OnnxRuntime.ProviderOptionsValueHelper - - Microsoft.ML.OnnxRuntime.RunOptions - - Microsoft.ML.OnnxRuntime.SessionOptions - - Microsoft.ML.OnnxRuntime.SessionOptionsContainer - langs: - - csharp - - vb - name: Microsoft.ML.OnnxRuntime - nameWithType: Microsoft.ML.OnnxRuntime - fullName: Microsoft.ML.OnnxRuntime - type: Namespace - assemblies: - - Microsoft.ML.OnnxRuntime -references: -- uid: Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection`1 - commentId: T:Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection`1 - name: IDisposableReadOnlyCollection - nameWithType: IDisposableReadOnlyCollection - fullName: Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection - nameWithType.vb: IDisposableReadOnlyCollection(Of T) - fullName.vb: Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection(Of T) - name.vb: IDisposableReadOnlyCollection(Of T) - spec.csharp: - - uid: Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection`1 - name: IDisposableReadOnlyCollection - nameWithType: IDisposableReadOnlyCollection - fullName: Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection`1 - name: IDisposableReadOnlyCollection - nameWithType: IDisposableReadOnlyCollection - fullName: Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue - commentId: T:Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue - name: DisposableNamedOnnxValue - nameWithType: DisposableNamedOnnxValue - fullName: Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue -- uid: Microsoft.ML.OnnxRuntime.OnnxRuntimeException - commentId: T:Microsoft.ML.OnnxRuntime.OnnxRuntimeException - name: OnnxRuntimeException - nameWithType: OnnxRuntimeException - fullName: Microsoft.ML.OnnxRuntime.OnnxRuntimeException -- uid: Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue - commentId: T:Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue - parent: Microsoft.ML.OnnxRuntime - name: FixedBufferOnnxValue - nameWithType: FixedBufferOnnxValue - fullName: Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue -- uid: Microsoft.ML.OnnxRuntime.InferenceSession - commentId: T:Microsoft.ML.OnnxRuntime.InferenceSession - parent: Microsoft.ML.OnnxRuntime - name: InferenceSession - nameWithType: InferenceSession - fullName: Microsoft.ML.OnnxRuntime.InferenceSession -- uid: Microsoft.ML.OnnxRuntime.NodeMetadata - commentId: T:Microsoft.ML.OnnxRuntime.NodeMetadata - name: NodeMetadata - nameWithType: NodeMetadata - fullName: Microsoft.ML.OnnxRuntime.NodeMetadata -- uid: Microsoft.ML.OnnxRuntime.ModelMetadata - commentId: T:Microsoft.ML.OnnxRuntime.ModelMetadata - parent: Microsoft.ML.OnnxRuntime - name: ModelMetadata - nameWithType: ModelMetadata - fullName: Microsoft.ML.OnnxRuntime.ModelMetadata -- uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue - commentId: T:Microsoft.ML.OnnxRuntime.NamedOnnxValue - parent: Microsoft.ML.OnnxRuntime - name: NamedOnnxValue - nameWithType: NamedOnnxValue - fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue -- uid: Microsoft.ML.OnnxRuntime.OrtApiBase - commentId: T:Microsoft.ML.OnnxRuntime.OrtApiBase - name: OrtApiBase - nameWithType: OrtApiBase - fullName: Microsoft.ML.OnnxRuntime.OrtApiBase -- uid: Microsoft.ML.OnnxRuntime.OrtApi - commentId: T:Microsoft.ML.OnnxRuntime.OrtApi - name: OrtApi - nameWithType: OrtApi - fullName: Microsoft.ML.OnnxRuntime.OrtApi -- uid: Microsoft.ML.OnnxRuntime.LogLevel - commentId: T:Microsoft.ML.OnnxRuntime.LogLevel - parent: Microsoft.ML.OnnxRuntime - name: LogLevel - nameWithType: LogLevel - fullName: Microsoft.ML.OnnxRuntime.LogLevel -- uid: Microsoft.ML.OnnxRuntime.OrtLanguageProjection - commentId: T:Microsoft.ML.OnnxRuntime.OrtLanguageProjection - parent: Microsoft.ML.OnnxRuntime - name: OrtLanguageProjection - nameWithType: OrtLanguageProjection - fullName: Microsoft.ML.OnnxRuntime.OrtLanguageProjection -- uid: Microsoft.ML.OnnxRuntime.OrtEnv - commentId: T:Microsoft.ML.OnnxRuntime.OrtEnv - parent: Microsoft.ML.OnnxRuntime - name: OrtEnv - nameWithType: OrtEnv - fullName: Microsoft.ML.OnnxRuntime.OrtEnv -- uid: Microsoft.ML.OnnxRuntime.OrtAllocatorType - commentId: T:Microsoft.ML.OnnxRuntime.OrtAllocatorType - parent: Microsoft.ML.OnnxRuntime - name: OrtAllocatorType - nameWithType: OrtAllocatorType - fullName: Microsoft.ML.OnnxRuntime.OrtAllocatorType -- uid: Microsoft.ML.OnnxRuntime.OrtMemType - commentId: T:Microsoft.ML.OnnxRuntime.OrtMemType - parent: Microsoft.ML.OnnxRuntime - name: OrtMemType - nameWithType: OrtMemType - fullName: Microsoft.ML.OnnxRuntime.OrtMemType -- uid: Microsoft.ML.OnnxRuntime.OrtArenaCfg - commentId: T:Microsoft.ML.OnnxRuntime.OrtArenaCfg - parent: Microsoft.ML.OnnxRuntime - name: OrtArenaCfg - nameWithType: OrtArenaCfg - fullName: Microsoft.ML.OnnxRuntime.OrtArenaCfg -- uid: Microsoft.ML.OnnxRuntime.OrtMemoryInfo - commentId: T:Microsoft.ML.OnnxRuntime.OrtMemoryInfo - parent: Microsoft.ML.OnnxRuntime - name: OrtMemoryInfo - nameWithType: OrtMemoryInfo - fullName: Microsoft.ML.OnnxRuntime.OrtMemoryInfo -- uid: Microsoft.ML.OnnxRuntime.OrtExternalAllocation - commentId: T:Microsoft.ML.OnnxRuntime.OrtExternalAllocation - parent: Microsoft.ML.OnnxRuntime - name: OrtExternalAllocation - nameWithType: OrtExternalAllocation - fullName: Microsoft.ML.OnnxRuntime.OrtExternalAllocation -- uid: Microsoft.ML.OnnxRuntime.OrtMemoryAllocation - commentId: T:Microsoft.ML.OnnxRuntime.OrtMemoryAllocation - parent: Microsoft.ML.OnnxRuntime - name: OrtMemoryAllocation - nameWithType: OrtMemoryAllocation - fullName: Microsoft.ML.OnnxRuntime.OrtMemoryAllocation -- uid: Microsoft.ML.OnnxRuntime.OrtAllocator - commentId: T:Microsoft.ML.OnnxRuntime.OrtAllocator - parent: Microsoft.ML.OnnxRuntime - name: OrtAllocator - nameWithType: OrtAllocator - fullName: Microsoft.ML.OnnxRuntime.OrtAllocator -- uid: Microsoft.ML.OnnxRuntime.OrtIoBinding - commentId: T:Microsoft.ML.OnnxRuntime.OrtIoBinding - parent: Microsoft.ML.OnnxRuntime - name: OrtIoBinding - nameWithType: OrtIoBinding - fullName: Microsoft.ML.OnnxRuntime.OrtIoBinding -- uid: Microsoft.ML.OnnxRuntime.OrtLoggingLevel - commentId: T:Microsoft.ML.OnnxRuntime.OrtLoggingLevel - parent: Microsoft.ML.OnnxRuntime - name: OrtLoggingLevel - nameWithType: OrtLoggingLevel - fullName: Microsoft.ML.OnnxRuntime.OrtLoggingLevel -- uid: Microsoft.ML.OnnxRuntime.OnnxValueType - commentId: T:Microsoft.ML.OnnxRuntime.OnnxValueType - parent: Microsoft.ML.OnnxRuntime - name: OnnxValueType - nameWithType: OnnxValueType - fullName: Microsoft.ML.OnnxRuntime.OnnxValueType -- uid: Microsoft.ML.OnnxRuntime.OrtValue - commentId: T:Microsoft.ML.OnnxRuntime.OrtValue - parent: Microsoft.ML.OnnxRuntime - name: OrtValue - nameWithType: OrtValue - fullName: Microsoft.ML.OnnxRuntime.OrtValue -- uid: Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer - commentId: T:Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer - parent: Microsoft.ML.OnnxRuntime - name: PrePackedWeightsContainer - nameWithType: PrePackedWeightsContainer - fullName: Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer -- uid: Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions - commentId: T:Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions - parent: Microsoft.ML.OnnxRuntime - name: OrtTensorRTProviderOptions - nameWithType: OrtTensorRTProviderOptions - fullName: Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions -- uid: Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions - commentId: T:Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions - parent: Microsoft.ML.OnnxRuntime - name: OrtCUDAProviderOptions - nameWithType: OrtCUDAProviderOptions - fullName: Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions -- uid: Microsoft.ML.OnnxRuntime.ProviderOptionsValueHelper - commentId: T:Microsoft.ML.OnnxRuntime.ProviderOptionsValueHelper - name: ProviderOptionsValueHelper - nameWithType: ProviderOptionsValueHelper - fullName: Microsoft.ML.OnnxRuntime.ProviderOptionsValueHelper -- uid: Microsoft.ML.OnnxRuntime.CoreMLFlags - commentId: T:Microsoft.ML.OnnxRuntime.CoreMLFlags - parent: Microsoft.ML.OnnxRuntime - name: CoreMLFlags - nameWithType: CoreMLFlags - fullName: Microsoft.ML.OnnxRuntime.CoreMLFlags -- uid: Microsoft.ML.OnnxRuntime.NnapiFlags - commentId: T:Microsoft.ML.OnnxRuntime.NnapiFlags - parent: Microsoft.ML.OnnxRuntime - name: NnapiFlags - nameWithType: NnapiFlags - fullName: Microsoft.ML.OnnxRuntime.NnapiFlags -- uid: Microsoft.ML.OnnxRuntime.RunOptions - commentId: T:Microsoft.ML.OnnxRuntime.RunOptions - parent: Microsoft.ML.OnnxRuntime - name: RunOptions - nameWithType: RunOptions - fullName: Microsoft.ML.OnnxRuntime.RunOptions -- uid: Microsoft.ML.OnnxRuntime.GraphOptimizationLevel - commentId: T:Microsoft.ML.OnnxRuntime.GraphOptimizationLevel - parent: Microsoft.ML.OnnxRuntime - name: GraphOptimizationLevel - nameWithType: GraphOptimizationLevel - fullName: Microsoft.ML.OnnxRuntime.GraphOptimizationLevel -- uid: Microsoft.ML.OnnxRuntime.ExecutionMode - commentId: T:Microsoft.ML.OnnxRuntime.ExecutionMode - parent: Microsoft.ML.OnnxRuntime - name: ExecutionMode - nameWithType: ExecutionMode - fullName: Microsoft.ML.OnnxRuntime.ExecutionMode -- uid: Microsoft.ML.OnnxRuntime.SessionOptions - commentId: T:Microsoft.ML.OnnxRuntime.SessionOptions - parent: Microsoft.ML.OnnxRuntime - name: SessionOptions - nameWithType: SessionOptions - fullName: Microsoft.ML.OnnxRuntime.SessionOptions -- uid: Microsoft.ML.OnnxRuntime.SessionOptionsContainer - commentId: T:Microsoft.ML.OnnxRuntime.SessionOptionsContainer - parent: Microsoft.ML.OnnxRuntime - name: SessionOptionsContainer - nameWithType: SessionOptionsContainer - fullName: Microsoft.ML.OnnxRuntime.SessionOptionsContainer -- uid: Microsoft.ML.OnnxRuntime - commentId: N:Microsoft.ML.OnnxRuntime - name: Microsoft.ML.OnnxRuntime - nameWithType: Microsoft.ML.OnnxRuntime - fullName: Microsoft.ML.OnnxRuntime diff --git a/csharp/ApiDocs/api/toc.yml b/csharp/ApiDocs/api/toc.yml deleted file mode 100644 index 192e51b07b17b..0000000000000 --- a/csharp/ApiDocs/api/toc.yml +++ /dev/null @@ -1,100 +0,0 @@ -### YamlMime:TableOfContent -- uid: Microsoft.ML.OnnxRuntime - name: Microsoft.ML.OnnxRuntime - items: - - uid: Microsoft.ML.OnnxRuntime.CoreMLFlags - name: CoreMLFlags - - uid: Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue - name: DisposableNamedOnnxValue - - uid: Microsoft.ML.OnnxRuntime.ExecutionMode - name: ExecutionMode - - uid: Microsoft.ML.OnnxRuntime.FixedBufferOnnxValue - name: FixedBufferOnnxValue - - uid: Microsoft.ML.OnnxRuntime.GraphOptimizationLevel - name: GraphOptimizationLevel - - uid: Microsoft.ML.OnnxRuntime.IDisposableReadOnlyCollection`1 - name: IDisposableReadOnlyCollection - name.vb: IDisposableReadOnlyCollection(Of T) - - uid: Microsoft.ML.OnnxRuntime.InferenceSession - name: InferenceSession - - uid: Microsoft.ML.OnnxRuntime.LogLevel - name: LogLevel - - uid: Microsoft.ML.OnnxRuntime.ModelMetadata - name: ModelMetadata - - uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue - name: NamedOnnxValue - - uid: Microsoft.ML.OnnxRuntime.NnapiFlags - name: NnapiFlags - - uid: Microsoft.ML.OnnxRuntime.NodeMetadata - name: NodeMetadata - - uid: Microsoft.ML.OnnxRuntime.OnnxRuntimeException - name: OnnxRuntimeException - - uid: Microsoft.ML.OnnxRuntime.OnnxValueType - name: OnnxValueType - - uid: Microsoft.ML.OnnxRuntime.OrtAllocator - name: OrtAllocator - - uid: Microsoft.ML.OnnxRuntime.OrtAllocatorType - name: OrtAllocatorType - - uid: Microsoft.ML.OnnxRuntime.OrtApi - name: OrtApi - - uid: Microsoft.ML.OnnxRuntime.OrtApiBase - name: OrtApiBase - - uid: Microsoft.ML.OnnxRuntime.OrtArenaCfg - name: OrtArenaCfg - - uid: Microsoft.ML.OnnxRuntime.OrtCUDAProviderOptions - name: OrtCUDAProviderOptions - - uid: Microsoft.ML.OnnxRuntime.OrtEnv - name: OrtEnv - - uid: Microsoft.ML.OnnxRuntime.OrtExternalAllocation - name: OrtExternalAllocation - - uid: Microsoft.ML.OnnxRuntime.OrtIoBinding - name: OrtIoBinding - - uid: Microsoft.ML.OnnxRuntime.OrtLanguageProjection - name: OrtLanguageProjection - - uid: Microsoft.ML.OnnxRuntime.OrtLoggingLevel - name: OrtLoggingLevel - - uid: Microsoft.ML.OnnxRuntime.OrtMemoryAllocation - name: OrtMemoryAllocation - - uid: Microsoft.ML.OnnxRuntime.OrtMemoryInfo - name: OrtMemoryInfo - - uid: Microsoft.ML.OnnxRuntime.OrtMemType - name: OrtMemType - - uid: Microsoft.ML.OnnxRuntime.OrtTensorRTProviderOptions - name: OrtTensorRTProviderOptions - - uid: Microsoft.ML.OnnxRuntime.OrtValue - name: OrtValue - - uid: Microsoft.ML.OnnxRuntime.PrePackedWeightsContainer - name: PrePackedWeightsContainer - - uid: Microsoft.ML.OnnxRuntime.ProviderOptionsValueHelper - name: ProviderOptionsValueHelper - - uid: Microsoft.ML.OnnxRuntime.RunOptions - name: RunOptions - - uid: Microsoft.ML.OnnxRuntime.SessionOptions - name: SessionOptions - - uid: Microsoft.ML.OnnxRuntime.SessionOptionsContainer - name: SessionOptionsContainer -- uid: Microsoft.ML.OnnxRuntime.Tensors - name: Microsoft.ML.OnnxRuntime.Tensors - items: - - uid: Microsoft.ML.OnnxRuntime.Tensors.ArrayTensorExtensions - name: ArrayTensorExtensions - - uid: Microsoft.ML.OnnxRuntime.Tensors.BFloat16 - name: BFloat16 - - uid: Microsoft.ML.OnnxRuntime.Tensors.DenseTensor`1 - name: DenseTensor - name.vb: DenseTensor(Of T) - - uid: Microsoft.ML.OnnxRuntime.Tensors.Float16 - name: Float16 - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor - name: Tensor - - uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1 - name: Tensor - name.vb: Tensor(Of T) - - uid: Microsoft.ML.OnnxRuntime.Tensors.TensorBase - name: TensorBase - - uid: Microsoft.ML.OnnxRuntime.Tensors.TensorElementType - name: TensorElementType - - uid: Microsoft.ML.OnnxRuntime.Tensors.TensorElementTypeInfo - name: TensorElementTypeInfo - - uid: Microsoft.ML.OnnxRuntime.Tensors.TensorTypeInfo - name: TensorTypeInfo diff --git a/csharp/ApiDocs/docfx.json b/csharp/ApiDocs/docfx.json index e6b9fea8b2ff9..9f458497e5933 100644 --- a/csharp/ApiDocs/docfx.json +++ b/csharp/ApiDocs/docfx.json @@ -4,12 +4,12 @@ "src": [ { "files": [ - "src/Microsoft.ML.OnnxRuntime/**.csproj" + "src/Microsoft.ML.OnnxRuntime/**.cs" ], "src": "../" } ], - "dest": "csharp", + "dest": "api", "disableGitFeatures": false, "disableDefaultFilter": false } @@ -36,7 +36,7 @@ "resource": [ { "files": [ - "images/**" + //"images/**" ] } ], @@ -47,7 +47,6 @@ ], "exclude": [ "obj/**", - "dest/**", "csharp/**" ] } diff --git a/csharp/ApiDocs/index.md b/csharp/ApiDocs/index.md index e930bd766f187..3752a7aaa6c81 100644 --- a/csharp/ApiDocs/index.md +++ b/csharp/ApiDocs/index.md @@ -1,4 +1,4 @@ # ONNX Runtime C# Documentation -### [Go to API Documentation](/api/index.html) +### [Go to API Documentation](/docs/api/csharp/api/index.html) ### [Go back to ONNX Runtime Docs](https://onnxruntime.ai/docs/)