onnxruntime/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.OrtApi.yml
Cassie Breviu e85dce8cea
Add csharp docfx (#12596)
* add docfx and gh action to build docs

* kick off build from feature branch

* Fix LGTM linting

* update az pipeline to win22 & remove nuget install

* remove azure ci changes

* fix implicit using to support 5.0

* fix more js issues

* remove resource designer changes

* remove space

* fix linting misspellings in autogenerated js temp

* fix misspellings in generated code

* delete log file
2022-08-25 09:51:32 -05:00

7266 lines
229 KiB
YAML

### 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