MCPcopy Create free account
hub / github.com/OpenNMT/CTranslate2 / SuppressTokensBegin

Method SuppressTokensBegin

src/decoding_utils.cc:172–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170
171
172 SuppressTokensBegin::SuppressTokensBegin(std::vector<size_t> ids)
173 : _ids(std::move(ids))
174 {
175 }
176
177 void SuppressTokensBegin::apply(dim_t step,
178 StorageView& logits,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected