|
mutterkey
KDE-first push-to-talk transcription tool for KDE Plasma
|
Product-owned deterministic CPU reference runtime. More...
#include "config.h"#include "transcription/cpureferencemodel.h"#include "transcription/modelpackage.h"#include "transcription/transcriptionengine.h"#include "transcription/transcriptiontypes.h"#include <memory>Go to the source code of this file.
Classes | |
| class | CpuReferenceTranscriber |
| In-process native CPU transcription backend used as the product-owned reference runtime. More... | |
Functions | |
| std::shared_ptr< const TranscriptionEngine > | createCpuReferenceTranscriptionEngine (const TranscriberConfig &config) |
| Creates the product-owned CPU reference engine implementation. | |
Product-owned deterministic CPU reference runtime.
Definition in file cpureferencetranscriber.h.
| std::shared_ptr< const TranscriptionEngine > createCpuReferenceTranscriptionEngine | ( | const TranscriberConfig & | config | ) |
Creates the product-owned CPU reference engine implementation.
| config | Runtime configuration copied into the engine. |