Constructor ExecutionProviderReport
ExecutionProviderReport(EdgeExecutionProvider, IReadOnlyList<ExecutionProviderAttempt>)
The outcome of applying an OnnxExecutionProviderPolicy to one session.
public ExecutionProviderReport(EdgeExecutionProvider Accepted, IReadOnlyList<ExecutionProviderAttempt> Attempts)
Parameters
AcceptedEdgeExecutionProviderThe first provider in the policy order that appended without throwing. See Accepted for what that does and does not prove.
AttemptsIReadOnlyList<ExecutionProviderAttempt>Every attempt, in the order they were made.