Fix nemo streaming transducer greedy search (#944)
This commit is contained in:
@@ -91,8 +91,8 @@ 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();
|
||||
void SetNeMoDecoderStates(std::vector<Ort::Value> decoder_states);
|
||||
std::vector<Ort::Value> &GetNeMoDecoderStates();
|
||||
|
||||
/**
|
||||
* Get the context graph corresponding to this stream.
|
||||
|
||||
Reference in New Issue
Block a user