Table of Contents

Property SessionConfigEntries

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

SessionConfigEntries

Escape hatch for SessionOptions.AddSessionConfigEntry. Unrelated to FreeDimensionOverrides, which is a different ORT API: that one rewrites the graph's declared symbolic dimensions, this one sets ORT's own string-keyed session configuration.

public IDictionary<string, string> SessionConfigEntries { get; }

Property Value

IDictionary<string, string>