Table of Contents

Constructor ExecutionProviderReport

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

ExecutionProviderReport(EdgeExecutionProvider, IReadOnlyList<ExecutionProviderAttempt>)

The outcome of applying an OnnxExecutionProviderPolicy to one session.

public ExecutionProviderReport(EdgeExecutionProvider Accepted, IReadOnlyList<ExecutionProviderAttempt> Attempts)

Parameters

Accepted EdgeExecutionProvider

The first provider in the policy order that appended without throwing. See Accepted for what that does and does not prove.

Attempts IReadOnlyList<ExecutionProviderAttempt>

Every attempt, in the order they were made.