Show / Hide Table of Contents

Class OptionalMetadata

The class contains metadata for an optional input/output

Inheritance
object
OptionalMetadata
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.ML.OnnxRuntime
Assembly: Microsoft.ML.OnnxRuntime.dll
Syntax
public class OptionalMetadata

Properties

| Improve this Doc View Source

ElementMeta

Element Metadata, recursive definition with a Tensor being a base case may contain maps, tensors and sequences

Declaration
public NodeMetadata ElementMeta { get; }
Property Value
Type Description
NodeMetadata
  • Improve this Doc
  • View Source
In This Article
Back to top