Add C++ runtime for models from 3d-speaker (#523)

This commit is contained in:
Fangjun Kuang
2024-01-11 19:10:30 +08:00
committed by GitHub
parent ec728ff7f6
commit afc81ec122
15 changed files with 378 additions and 87 deletions

View File

@@ -23,6 +23,7 @@ set(py_test_files
test_offline_recognizer.py
test_online_recognizer.py
test_online_transducer_model_config.py
test_speaker_recognition.py
test_text2token.py
)