Table of Contents

Property Files

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

Files

A LIST, not one entry: some ONNX mirrors split weights into external data (a 56 KB model.onnx beside a 90 MB model.onnx_data) and the sidecar must land next to the graph under its exact filename. No shipped preset does, but the type must allow it.

public required IReadOnlyList<OnnxModelFile> Files { get; init; }

Property Value

IReadOnlyList<OnnxModelFile>