Delegate InferenceProgressEventHandler
Delegate for handlers of inference progress events.
Namespace: Microsoft.ML.Probabilistic.Models
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public delegate void InferenceProgressEventHandler(InferenceEngine engine, InferenceProgressEventArgs progress);
Parameters
Type | Name | Description |
---|---|---|
InferenceEngine | engine | The inference engine which invoked the inference query |
InferenceProgressEventArgs | progress | The progress object describing the progress of the inference algorithm |