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