Add C++ runtime for *streaming* faster conformer transducer from NeMo. (#889)

Co-authored-by: sangeet2020 <15uec053@gmail.com>
This commit is contained in:
Sangeet Sagar
2024-05-30 07:55:03 +02:00
committed by GitHub
parent 49d66ec358
commit 3f472a9993
10 changed files with 1119 additions and 2 deletions

View File

@@ -91,6 +91,9 @@ class OnlineStream {
void SetStates(std::vector<Ort::Value> states);
std::vector<Ort::Value> &GetStates();
void SetNeMoDecoderStates(std::vector<Ort::Value> decoder_states);
std::vector<Ort::Value> &GetNeMoDecoderStates();
/**
* Get the context graph corresponding to this stream.
*