Property SessionConfigEntries
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; }