Struct OrtSequenceOrOptionalTypeInfo
Represents Sequence type information.
Inherited Members
Namespace: Microsoft.ML.OnnxRuntime
Assembly: Microsoft.ML.OnnxRuntime.dll
Syntax
public struct OrtSequenceOrOptionalTypeInfo
Properties
| Improve this Doc View SourceElementType
Returns type information for the element type of the sequence
Declaration
public readonly OrtTypeInfo ElementType { get; }
Property Value
| Type | Description |
|---|---|
| OrtTypeInfo | OrtTypeInfo |