MCPcopy Create free account
hub / github.com/FastFlowLM/FastFlowLM / decode

Method decode

src/common/tokenizer/tokenizer.cpp:163–165  ·  view source on GitHub ↗

\brief Decode the tokens \param tokens the tokens \return the decoded text

Source from the content-addressed store, hash-verified

161/// \param tokens the tokens
162/// \return the decoded text
163std::string Tokenizer::decode(const std::vector<int>& tokens) {
164 return this->tokenizer->Decode(tokens);
165}
166
167/// \brief Run time decoder
168/// \param answer_token the answer token

Callers 4

update_stateMethod · 0.80
get_historyMethod · 0.80
load_audio_asFunction · 0.80
prepare_benchmarkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected