Table of Contents

Constructor FileOnnxModelSource

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

FileOnnxModelSource(IEdgeModelPaths, string?)

Creates the source.

public FileOnnxModelSource(IEdgeModelPaths paths, string? directoryOverride = null)

Parameters

paths IEdgeModelPaths

The model root.

directoryOverride string

A staging directory to look in instead of the model root - a side-loaded folder, or a test's temp directory.