Table of Contents

Property OutputShapes

Namespace
Qavren.Edge.Onnx
Assembly
Qavren.Edge.Onnx.dll

OutputShapes

Output name to its declared dimensions. A symbolic dimension is -1: only the static ones can be compared with a preset's declared dimension count.

public IReadOnlyDictionary<string, IReadOnlyList<long>> OutputShapes { get; init; }

Property Value

IReadOnlyDictionary<string, IReadOnlyList<long>>