Table of Contents

Class ExecutionProviderReport

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

The outcome of applying an OnnxExecutionProviderPolicy to one session.

public sealed record ExecutionProviderReport : IEquatable<ExecutionProviderReport>
Inheritance
ExecutionProviderReport
Implements
Inherited Members

Constructors

ExecutionProviderReport(EdgeExecutionProvider, IReadOnlyList<ExecutionProviderAttempt>)

The outcome of applying an OnnxExecutionProviderPolicy to one session.

Properties

Accepted

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

Attempts

Every attempt, in the order they were made.