onnxruntime/csharp/ApiDocs/api/Microsoft.ML.OnnxRuntime.NamedOnnxValue.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

1025 lines
30 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue
commentId: T:Microsoft.ML.OnnxRuntime.NamedOnnxValue
id: NamedOnnxValue
parent: Microsoft.ML.OnnxRuntime
children:
- Microsoft.ML.OnnxRuntime.NamedOnnxValue.#ctor(System.String,System.Object)
- Microsoft.ML.OnnxRuntime.NamedOnnxValue._name
- Microsoft.ML.OnnxRuntime.NamedOnnxValue._value
- Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsDictionary``2
- Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsEnumerable``1
- Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsTensor``1
- Microsoft.ML.OnnxRuntime.NamedOnnxValue.CreateFromTensor``1(System.String,Microsoft.ML.OnnxRuntime.Tensors.Tensor{``0})
- Microsoft.ML.OnnxRuntime.NamedOnnxValue.Name
- Microsoft.ML.OnnxRuntime.NamedOnnxValue.Value
langs:
- csharp
- vb
name: NamedOnnxValue
nameWithType: NamedOnnxValue
fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue
type: Class
source:
remote:
path: csharp/src/Microsoft.ML.OnnxRuntime/NamedOnnxValue.shared.cs
branch: csharp-docs
repo: https://github.com/cassiebreviu/onnxruntime.git
id: NamedOnnxValue
path: ../src/Microsoft.ML.OnnxRuntime/NamedOnnxValue.shared.cs
startLine: 15
assemblies:
- Microsoft.ML.OnnxRuntime
namespace: Microsoft.ML.OnnxRuntime
syntax:
content: public class NamedOnnxValue
content.vb: Public Class NamedOnnxValue
inheritance:
- System.Object
derivedClasses:
- Microsoft.ML.OnnxRuntime.DisposableNamedOnnxValue
inheritedMembers:
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
modifiers.csharp:
- public
- class
modifiers.vb:
- Public
- Class
- uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue._value
commentId: F:Microsoft.ML.OnnxRuntime.NamedOnnxValue._value
id: _value
parent: Microsoft.ML.OnnxRuntime.NamedOnnxValue
langs:
- csharp
- vb
name: _value
nameWithType: NamedOnnxValue._value
fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue._value
type: Field
source:
remote:
path: csharp/src/Microsoft.ML.OnnxRuntime/NamedOnnxValue.shared.cs
branch: csharp-docs
repo: https://github.com/cassiebreviu/onnxruntime.git
id: _value
path: ../src/Microsoft.ML.OnnxRuntime/NamedOnnxValue.shared.cs
startLine: 20
assemblies:
- Microsoft.ML.OnnxRuntime
namespace: Microsoft.ML.OnnxRuntime
summary: "\nManaged Tensor, Dictionary or IList\n"
example: []
syntax:
content: protected object _value
return:
type: System.Object
content.vb: Protected _value As Object
modifiers.csharp:
- protected
modifiers.vb:
- Protected
- uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue._name
commentId: F:Microsoft.ML.OnnxRuntime.NamedOnnxValue._name
id: _name
parent: Microsoft.ML.OnnxRuntime.NamedOnnxValue
langs:
- csharp
- vb
name: _name
nameWithType: NamedOnnxValue._name
fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue._name
type: Field
source:
remote:
path: csharp/src/Microsoft.ML.OnnxRuntime/NamedOnnxValue.shared.cs
branch: csharp-docs
repo: https://github.com/cassiebreviu/onnxruntime.git
id: _name
path: ../src/Microsoft.ML.OnnxRuntime/NamedOnnxValue.shared.cs
startLine: 24
assemblies:
- Microsoft.ML.OnnxRuntime
namespace: Microsoft.ML.OnnxRuntime
summary: "\nName of the instance, model input/output\n"
example: []
syntax:
content: protected string _name
return:
type: System.String
content.vb: Protected _name As String
modifiers.csharp:
- protected
modifiers.vb:
- Protected
- uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue.#ctor(System.String,System.Object)
commentId: M:Microsoft.ML.OnnxRuntime.NamedOnnxValue.#ctor(System.String,System.Object)
id: '#ctor(System.String,System.Object)'
parent: Microsoft.ML.OnnxRuntime.NamedOnnxValue
langs:
- csharp
- vb
name: NamedOnnxValue(String, Object)
nameWithType: NamedOnnxValue.NamedOnnxValue(String, Object)
fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue.NamedOnnxValue(System.String, System.Object)
type: Constructor
source:
remote:
path: csharp/src/Microsoft.ML.OnnxRuntime/NamedOnnxValue.shared.cs
branch: csharp-docs
repo: https://github.com/cassiebreviu/onnxruntime.git
id: .ctor
path: ../src/Microsoft.ML.OnnxRuntime/NamedOnnxValue.shared.cs
startLine: 33
assemblies:
- Microsoft.ML.OnnxRuntime
namespace: Microsoft.ML.OnnxRuntime
summary: "\nConstructs an instance of NamedOnnxValue and represents\na model input to an inference session. It also represents a modle output\nwhen serves as a base for DisposablenamedOnnxvalue\n"
example: []
syntax:
content: protected NamedOnnxValue(string name, object value)
parameters:
- id: name
type: System.String
description: input/output name
- id: value
type: System.Object
description: Object that may be a tensor, Dictionary, IList
content.vb: Protected Sub New(name As String, value As Object)
overload: Microsoft.ML.OnnxRuntime.NamedOnnxValue.#ctor*
modifiers.csharp:
- protected
modifiers.vb:
- Protected
- uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue.CreateFromTensor``1(System.String,Microsoft.ML.OnnxRuntime.Tensors.Tensor{``0})
commentId: M:Microsoft.ML.OnnxRuntime.NamedOnnxValue.CreateFromTensor``1(System.String,Microsoft.ML.OnnxRuntime.Tensors.Tensor{``0})
id: CreateFromTensor``1(System.String,Microsoft.ML.OnnxRuntime.Tensors.Tensor{``0})
parent: Microsoft.ML.OnnxRuntime.NamedOnnxValue
langs:
- csharp
- vb
name: CreateFromTensor<T>(String, Tensor<T>)
nameWithType: NamedOnnxValue.CreateFromTensor<T>(String, Tensor<T>)
fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue.CreateFromTensor<T>(System.String, Microsoft.ML.OnnxRuntime.Tensors.Tensor<T>)
type: Method
source:
remote:
path: csharp/src/Microsoft.ML.OnnxRuntime/NamedOnnxValue.shared.cs
branch: csharp-docs
repo: https://github.com/cassiebreviu/onnxruntime.git
id: CreateFromTensor
path: ../src/Microsoft.ML.OnnxRuntime/NamedOnnxValue.shared.cs
startLine: 47
assemblies:
- Microsoft.ML.OnnxRuntime
namespace: Microsoft.ML.OnnxRuntime
summary: "\nThis is a factory method that instantiates NamedOnnxValue\nand associated name with an instance of a Tensor<code data-dev-comment-type=\"typeparamref\" class=\"typeparamref\">T</code>\n"
example: []
syntax:
content: public static NamedOnnxValue CreateFromTensor<T>(string name, Tensor<T> value)
parameters:
- id: name
type: System.String
description: name
- id: value
type: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}
description: Tensor<code data-dev-comment-type="typeparamref" class="typeparamref">T</code>
typeParameters:
- id: T
description: ''
return:
type: Microsoft.ML.OnnxRuntime.NamedOnnxValue
description: ''
content.vb: Public Shared Function CreateFromTensor(Of T)(name As String, value As Tensor(Of T)) As NamedOnnxValue
overload: Microsoft.ML.OnnxRuntime.NamedOnnxValue.CreateFromTensor*
nameWithType.vb: NamedOnnxValue.CreateFromTensor(Of T)(String, Tensor(Of T))
modifiers.csharp:
- public
- static
modifiers.vb:
- Public
- Shared
fullName.vb: Microsoft.ML.OnnxRuntime.NamedOnnxValue.CreateFromTensor(Of T)(System.String, Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T))
name.vb: CreateFromTensor(Of T)(String, Tensor(Of T))
- uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue.Name
commentId: P:Microsoft.ML.OnnxRuntime.NamedOnnxValue.Name
id: Name
parent: Microsoft.ML.OnnxRuntime.NamedOnnxValue
langs:
- csharp
- vb
name: Name
nameWithType: NamedOnnxValue.Name
fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue.Name
type: Property
source:
remote:
path: csharp/src/Microsoft.ML.OnnxRuntime/NamedOnnxValue.shared.cs
branch: csharp-docs
repo: https://github.com/cassiebreviu/onnxruntime.git
id: Name
path: ../src/Microsoft.ML.OnnxRuntime/NamedOnnxValue.shared.cs
startLine: 56
assemblies:
- Microsoft.ML.OnnxRuntime
namespace: Microsoft.ML.OnnxRuntime
summary: "\nExposes the name of the of the model input/output\n"
example: []
syntax:
content: public string Name { get; set; }
parameters: []
return:
type: System.String
description: name string
content.vb: Public Property Name As String
overload: Microsoft.ML.OnnxRuntime.NamedOnnxValue.Name*
modifiers.csharp:
- public
- get
- set
modifiers.vb:
- Public
- uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue.Value
commentId: P:Microsoft.ML.OnnxRuntime.NamedOnnxValue.Value
id: Value
parent: Microsoft.ML.OnnxRuntime.NamedOnnxValue
langs:
- csharp
- vb
name: Value
nameWithType: NamedOnnxValue.Value
fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue.Value
type: Property
source:
remote:
path: csharp/src/Microsoft.ML.OnnxRuntime/NamedOnnxValue.shared.cs
branch: csharp-docs
repo: https://github.com/cassiebreviu/onnxruntime.git
id: Value
path: ../src/Microsoft.ML.OnnxRuntime/NamedOnnxValue.shared.cs
startLine: 61
assemblies:
- Microsoft.ML.OnnxRuntime
namespace: Microsoft.ML.OnnxRuntime
summary: "\nExposes the underlying managed object\n"
example: []
syntax:
content: public object Value { get; set; }
parameters: []
return:
type: System.Object
description: object
content.vb: Public Property Value As Object
overload: Microsoft.ML.OnnxRuntime.NamedOnnxValue.Value*
modifiers.csharp:
- public
- get
- set
modifiers.vb:
- Public
- uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsTensor``1
commentId: M:Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsTensor``1
id: AsTensor``1
parent: Microsoft.ML.OnnxRuntime.NamedOnnxValue
langs:
- csharp
- vb
name: AsTensor<T>()
nameWithType: NamedOnnxValue.AsTensor<T>()
fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsTensor<T>()
type: Method
source:
remote:
path: csharp/src/Microsoft.ML.OnnxRuntime/NamedOnnxValue.shared.cs
branch: csharp-docs
repo: https://github.com/cassiebreviu/onnxruntime.git
id: AsTensor
path: ../src/Microsoft.ML.OnnxRuntime/NamedOnnxValue.shared.cs
startLine: 68
assemblies:
- Microsoft.ML.OnnxRuntime
namespace: Microsoft.ML.OnnxRuntime
summary: "\nTry-get value as a Tensor&lt;T>.\n"
example: []
syntax:
content: public Tensor<T> AsTensor<T>()
typeParameters:
- id: T
description: Type
return:
type: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}
description: Tensor object if contained value is a Tensor. Null otherwise
content.vb: Public Function AsTensor(Of T) As Tensor(Of T)
overload: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsTensor*
nameWithType.vb: NamedOnnxValue.AsTensor(Of T)()
modifiers.csharp:
- public
modifiers.vb:
- Public
fullName.vb: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsTensor(Of T)()
name.vb: AsTensor(Of T)()
- uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsEnumerable``1
commentId: M:Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsEnumerable``1
id: AsEnumerable``1
parent: Microsoft.ML.OnnxRuntime.NamedOnnxValue
langs:
- csharp
- vb
name: AsEnumerable<T>()
nameWithType: NamedOnnxValue.AsEnumerable<T>()
fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsEnumerable<T>()
type: Method
source:
remote:
path: csharp/src/Microsoft.ML.OnnxRuntime/NamedOnnxValue.shared.cs
branch: csharp-docs
repo: https://github.com/cassiebreviu/onnxruntime.git
id: AsEnumerable
path: ../src/Microsoft.ML.OnnxRuntime/NamedOnnxValue.shared.cs
startLine: 78
assemblies:
- Microsoft.ML.OnnxRuntime
namespace: Microsoft.ML.OnnxRuntime
summary: "\nTry-get value as an Enumerable&lt;T>.\n"
example: []
syntax:
content: public IEnumerable<T> AsEnumerable<T>()
typeParameters:
- id: T
description: Type
return:
type: System.Collections.Generic.IEnumerable{{T}}
description: Enumerable object if contained value is a Enumerable. Null otherwise
content.vb: Public Function AsEnumerable(Of T) As IEnumerable(Of T)
overload: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsEnumerable*
nameWithType.vb: NamedOnnxValue.AsEnumerable(Of T)()
modifiers.csharp:
- public
modifiers.vb:
- Public
fullName.vb: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsEnumerable(Of T)()
name.vb: AsEnumerable(Of T)()
- uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsDictionary``2
commentId: M:Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsDictionary``2
id: AsDictionary``2
parent: Microsoft.ML.OnnxRuntime.NamedOnnxValue
langs:
- csharp
- vb
name: AsDictionary<K, V>()
nameWithType: NamedOnnxValue.AsDictionary<K, V>()
fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsDictionary<K, V>()
type: Method
source:
remote:
path: csharp/src/Microsoft.ML.OnnxRuntime/NamedOnnxValue.shared.cs
branch: csharp-docs
repo: https://github.com/cassiebreviu/onnxruntime.git
id: AsDictionary
path: ../src/Microsoft.ML.OnnxRuntime/NamedOnnxValue.shared.cs
startLine: 90
assemblies:
- Microsoft.ML.OnnxRuntime
namespace: Microsoft.ML.OnnxRuntime
summary: "\nTry-get value as an Dictionary&lt;K,V>.\n"
example: []
syntax:
content: public IDictionary<K, V> AsDictionary<K, V>()
typeParameters:
- id: K
description: Key type
- id: V
description: Value type
return:
type: System.Collections.Generic.IDictionary{{K},{V}}
description: Dictionary object if contained value is a Dictionary. Null otherwise
content.vb: Public Function AsDictionary(Of K, V) As IDictionary(Of K, V)
overload: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsDictionary*
nameWithType.vb: NamedOnnxValue.AsDictionary(Of K, V)()
modifiers.csharp:
- public
modifiers.vb:
- Public
fullName.vb: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsDictionary(Of K, V)()
name.vb: AsDictionary(Of K, V)()
references:
- uid: Microsoft.ML.OnnxRuntime
commentId: N:Microsoft.ML.OnnxRuntime
name: Microsoft.ML.OnnxRuntime
nameWithType: Microsoft.ML.OnnxRuntime
fullName: Microsoft.ML.OnnxRuntime
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
name: Object
nameWithType: Object
fullName: System.Object
- uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
isExternal: true
name: Equals(Object)
nameWithType: Object.Equals(Object)
fullName: System.Object.Equals(System.Object)
spec.csharp:
- uid: System.Object.Equals(System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.Equals(System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
name: Equals(Object, Object)
nameWithType: Object.Equals(Object, Object)
fullName: System.Object.Equals(System.Object, System.Object)
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode
parent: System.Object
isExternal: true
name: GetHashCode()
nameWithType: Object.GetHashCode()
fullName: System.Object.GetHashCode()
spec.csharp:
- uid: System.Object.GetHashCode
name: GetHashCode
nameWithType: Object.GetHashCode
fullName: System.Object.GetHashCode
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.GetHashCode
name: GetHashCode
nameWithType: Object.GetHashCode
fullName: System.Object.GetHashCode
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
isExternal: true
name: GetType()
nameWithType: Object.GetType()
fullName: System.Object.GetType()
spec.csharp:
- uid: System.Object.GetType
name: GetType
nameWithType: Object.GetType
fullName: System.Object.GetType
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.GetType
name: GetType
nameWithType: Object.GetType
fullName: System.Object.GetType
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone
parent: System.Object
isExternal: true
name: MemberwiseClone()
nameWithType: Object.MemberwiseClone()
fullName: System.Object.MemberwiseClone()
spec.csharp:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
nameWithType: Object.MemberwiseClone
fullName: System.Object.MemberwiseClone
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
nameWithType: Object.MemberwiseClone
fullName: System.Object.MemberwiseClone
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
name: ReferenceEquals(Object, Object)
nameWithType: Object.ReferenceEquals(Object, Object)
fullName: System.Object.ReferenceEquals(System.Object, System.Object)
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
nameWithType: Object.ReferenceEquals
fullName: System.Object.ReferenceEquals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
nameWithType: Object.ReferenceEquals
fullName: System.Object.ReferenceEquals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Object.ToString
commentId: M:System.Object.ToString
parent: System.Object
isExternal: true
name: ToString()
nameWithType: Object.ToString()
fullName: System.Object.ToString()
spec.csharp:
- uid: System.Object.ToString
name: ToString
nameWithType: Object.ToString
fullName: System.Object.ToString
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.ToString
name: ToString
nameWithType: Object.ToString
fullName: System.Object.ToString
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System
commentId: N:System
isExternal: true
name: System
nameWithType: System
fullName: System
- uid: System.String
commentId: T:System.String
parent: System
isExternal: true
name: String
nameWithType: String
fullName: System.String
- uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue.#ctor*
commentId: Overload:Microsoft.ML.OnnxRuntime.NamedOnnxValue.#ctor
name: NamedOnnxValue
nameWithType: NamedOnnxValue.NamedOnnxValue
fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue.NamedOnnxValue
- uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue.CreateFromTensor*
commentId: Overload:Microsoft.ML.OnnxRuntime.NamedOnnxValue.CreateFromTensor
name: CreateFromTensor
nameWithType: NamedOnnxValue.CreateFromTensor
fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue.CreateFromTensor
- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor{{T}}
commentId: T:Microsoft.ML.OnnxRuntime.Tensors.Tensor{``0}
parent: Microsoft.ML.OnnxRuntime.Tensors
definition: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1
name: Tensor<T>
nameWithType: Tensor<T>
fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor<T>
nameWithType.vb: Tensor(Of T)
fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T)
name.vb: Tensor(Of T)
spec.csharp:
- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1
name: Tensor
nameWithType: Tensor
fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor
- name: <
nameWithType: <
fullName: <
- name: T
nameWithType: T
fullName: T
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1
name: Tensor
nameWithType: Tensor
fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- name: T
nameWithType: T
fullName: T
- name: )
nameWithType: )
fullName: )
- uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue
commentId: T:Microsoft.ML.OnnxRuntime.NamedOnnxValue
parent: Microsoft.ML.OnnxRuntime
name: NamedOnnxValue
nameWithType: NamedOnnxValue
fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue
- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1
commentId: T:Microsoft.ML.OnnxRuntime.Tensors.Tensor`1
parent: Microsoft.ML.OnnxRuntime.Tensors
name: Tensor<T>
nameWithType: Tensor<T>
fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor<T>
nameWithType.vb: Tensor(Of T)
fullName.vb: Microsoft.ML.OnnxRuntime.Tensors.Tensor(Of T)
name.vb: Tensor(Of T)
spec.csharp:
- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1
name: Tensor
nameWithType: Tensor
fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor
- name: <
nameWithType: <
fullName: <
- name: T
nameWithType: T
fullName: T
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: Microsoft.ML.OnnxRuntime.Tensors.Tensor`1
name: Tensor
nameWithType: Tensor
fullName: Microsoft.ML.OnnxRuntime.Tensors.Tensor
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- name: T
nameWithType: T
fullName: T
- name: )
nameWithType: )
fullName: )
- uid: Microsoft.ML.OnnxRuntime.Tensors
commentId: N:Microsoft.ML.OnnxRuntime.Tensors
name: Microsoft.ML.OnnxRuntime.Tensors
nameWithType: Microsoft.ML.OnnxRuntime.Tensors
fullName: Microsoft.ML.OnnxRuntime.Tensors
- uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue.Name*
commentId: Overload:Microsoft.ML.OnnxRuntime.NamedOnnxValue.Name
name: Name
nameWithType: NamedOnnxValue.Name
fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue.Name
- uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue.Value*
commentId: Overload:Microsoft.ML.OnnxRuntime.NamedOnnxValue.Value
name: Value
nameWithType: NamedOnnxValue.Value
fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue.Value
- uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsTensor*
commentId: Overload:Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsTensor
name: AsTensor
nameWithType: NamedOnnxValue.AsTensor
fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsTensor
- uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsEnumerable*
commentId: Overload:Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsEnumerable
name: AsEnumerable
nameWithType: NamedOnnxValue.AsEnumerable
fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsEnumerable
- uid: System.Collections.Generic.IEnumerable{{T}}
commentId: T:System.Collections.Generic.IEnumerable{`0}
parent: System.Collections.Generic
definition: System.Collections.Generic.IEnumerable`1
name: IEnumerable<T>
nameWithType: IEnumerable<T>
fullName: System.Collections.Generic.IEnumerable<T>
nameWithType.vb: IEnumerable(Of T)
fullName.vb: System.Collections.Generic.IEnumerable(Of T)
name.vb: IEnumerable(Of T)
spec.csharp:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
nameWithType: IEnumerable
fullName: System.Collections.Generic.IEnumerable
isExternal: true
- name: <
nameWithType: <
fullName: <
- name: T
nameWithType: T
fullName: T
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
nameWithType: IEnumerable
fullName: System.Collections.Generic.IEnumerable
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- name: T
nameWithType: T
fullName: T
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.IEnumerable`1
commentId: T:System.Collections.Generic.IEnumerable`1
isExternal: true
name: IEnumerable<T>
nameWithType: IEnumerable<T>
fullName: System.Collections.Generic.IEnumerable<T>
nameWithType.vb: IEnumerable(Of T)
fullName.vb: System.Collections.Generic.IEnumerable(Of T)
name.vb: IEnumerable(Of T)
spec.csharp:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
nameWithType: IEnumerable
fullName: System.Collections.Generic.IEnumerable
isExternal: true
- name: <
nameWithType: <
fullName: <
- name: T
nameWithType: T
fullName: T
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
nameWithType: IEnumerable
fullName: System.Collections.Generic.IEnumerable
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- name: T
nameWithType: T
fullName: T
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic
commentId: N:System.Collections.Generic
isExternal: true
name: System.Collections.Generic
nameWithType: System.Collections.Generic
fullName: System.Collections.Generic
- uid: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsDictionary*
commentId: Overload:Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsDictionary
name: AsDictionary
nameWithType: NamedOnnxValue.AsDictionary
fullName: Microsoft.ML.OnnxRuntime.NamedOnnxValue.AsDictionary
- uid: System.Collections.Generic.IDictionary{{K},{V}}
commentId: T:System.Collections.Generic.IDictionary{``0,``1}
parent: System.Collections.Generic
definition: System.Collections.Generic.IDictionary`2
name: IDictionary<K, V>
nameWithType: IDictionary<K, V>
fullName: System.Collections.Generic.IDictionary<K, V>
nameWithType.vb: IDictionary(Of K, V)
fullName.vb: System.Collections.Generic.IDictionary(Of K, V)
name.vb: IDictionary(Of K, V)
spec.csharp:
- uid: System.Collections.Generic.IDictionary`2
name: IDictionary
nameWithType: IDictionary
fullName: System.Collections.Generic.IDictionary
isExternal: true
- name: <
nameWithType: <
fullName: <
- name: K
nameWithType: K
fullName: K
- name: ', '
nameWithType: ', '
fullName: ', '
- name: V
nameWithType: V
fullName: V
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: System.Collections.Generic.IDictionary`2
name: IDictionary
nameWithType: IDictionary
fullName: System.Collections.Generic.IDictionary
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- name: K
nameWithType: K
fullName: K
- name: ', '
nameWithType: ', '
fullName: ', '
- name: V
nameWithType: V
fullName: V
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.IDictionary`2
commentId: T:System.Collections.Generic.IDictionary`2
isExternal: true
name: IDictionary<TKey, TValue>
nameWithType: IDictionary<TKey, TValue>
fullName: System.Collections.Generic.IDictionary<TKey, TValue>
nameWithType.vb: IDictionary(Of TKey, TValue)
fullName.vb: System.Collections.Generic.IDictionary(Of TKey, TValue)
name.vb: IDictionary(Of TKey, TValue)
spec.csharp:
- uid: System.Collections.Generic.IDictionary`2
name: IDictionary
nameWithType: IDictionary
fullName: System.Collections.Generic.IDictionary
isExternal: true
- name: <
nameWithType: <
fullName: <
- name: TKey
nameWithType: TKey
fullName: TKey
- name: ', '
nameWithType: ', '
fullName: ', '
- name: TValue
nameWithType: TValue
fullName: TValue
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: System.Collections.Generic.IDictionary`2
name: IDictionary
nameWithType: IDictionary
fullName: System.Collections.Generic.IDictionary
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- name: TKey
nameWithType: TKey
fullName: TKey
- name: ', '
nameWithType: ', '
fullName: ', '
- name: TValue
nameWithType: TValue
fullName: TValue
- name: )
nameWithType: )
fullName: )