Add C++ runtime for parakeet-tdt-0.6b-v2. (#2181)

This commit is contained in:
Fangjun Kuang
2025-05-06 16:59:01 +08:00
committed by GitHub
parent d660d5adea
commit f00066db88
3 changed files with 20 additions and 0 deletions

View File

@@ -88,6 +88,8 @@ class OfflineTransducerNeMoModel {
bool IsGigaAM() const;
int32_t FeatureDim() const;
private:
class Impl;
std::unique_ptr<Impl> impl_;