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

Method Decoder

src/layers/decoder.cc:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28
29 Decoder::Decoder(Device device)
30 : _device(device) {
31 }
32
33 void Decoder::update_state(DecoderState& state, const StorageView& alive_batches) const {
34 for (auto& pair : state) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected