Show / Hide Table of Contents

Struct OrtSequenceOrOptionalTypeInfo

Represents Sequence type information.

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: Microsoft.ML.OnnxRuntime
Assembly: Microsoft.ML.OnnxRuntime.dll
Syntax
public struct OrtSequenceOrOptionalTypeInfo

Properties

| Improve this Doc View Source

ElementType

Returns type information for the element type of the sequence

Declaration
public readonly OrtTypeInfo ElementType { get; }
Property Value
Type Description
OrtTypeInfo

OrtTypeInfo

  • Improve this Doc
  • View Source
In This Article
Back to top