mutterkey
KDE-first push-to-talk transcription tool for KDE Plasma
Loading...
Searching...
No Matches
RuntimeSelection Struct Reference

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< ValidatedModelPackageinspectedPackage
 Best-effort inspected package used to make the decision.
 

Detailed Description

Result of selecting a runtime for a configured model path.

Definition at line 25 of file runtimeselector.h.

Member Data Documentation

◆ inspectedPackage

std::optional<ValidatedModelPackage> RuntimeSelection::inspectedPackage

Best-effort inspected package used to make the decision.

Definition at line 31 of file runtimeselector.h.

◆ kind

RuntimeSelectionKind RuntimeSelection::kind = RuntimeSelectionKind::CpuReference

Chosen runtime implementation.

Definition at line 27 of file runtimeselector.h.

◆ reason

QString RuntimeSelection::reason

Human-readable reason suitable for diagnostics.

Definition at line 29 of file runtimeselector.h.


The documentation for this struct was generated from the following file: