|
mutterkey
KDE-first push-to-talk transcription tool for KDE Plasma
|
Result of selecting a runtime for a configured model path. More...
#include <runtimeselector.h>
Public Attributes | |
| RuntimeSelectionKind | kind = RuntimeSelectionKind::CpuReference |
| Chosen runtime implementation. | |
| QString | reason |
| Human-readable reason suitable for diagnostics. | |
| std::optional< ValidatedModelPackage > | inspectedPackage |
| Best-effort inspected package used to make the decision. | |
Result of selecting a runtime for a configured model path.
Definition at line 25 of file runtimeselector.h.
| std::optional<ValidatedModelPackage> RuntimeSelection::inspectedPackage |
Best-effort inspected package used to make the decision.
Definition at line 31 of file runtimeselector.h.
| RuntimeSelectionKind RuntimeSelection::kind = RuntimeSelectionKind::CpuReference |
Chosen runtime implementation.
Definition at line 27 of file runtimeselector.h.
| QString RuntimeSelection::reason |
Human-readable reason suitable for diagnostics.
Definition at line 29 of file runtimeselector.h.