Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomasz Dwojak <t.dwojak@amu.edu.pl>2017-05-30 13:14:36 +0300
committerTomasz Dwojak <t.dwojak@amu.edu.pl>2017-05-30 13:14:36 +0300
commit5454c11a471ec9e258a81b8e5ac4d5bb01816738 (patch)
tree046d5c86e695ef970927a94359885a6ac4e2a0d6 /src/amun/cpu/decoder/encoder_decoder.h
parent175a2866e1ff0cdf2d2ee896c3331598481dd0fd (diff)
Remove redundant God in Scorer::Decode()
Diffstat (limited to 'src/amun/cpu/decoder/encoder_decoder.h')
-rw-r--r--src/amun/cpu/decoder/encoder_decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amun/cpu/decoder/encoder_decoder.h b/src/amun/cpu/decoder/encoder_decoder.h
index b936d2df..bf3c710e 100644
--- a/src/amun/cpu/decoder/encoder_decoder.h
+++ b/src/amun/cpu/decoder/encoder_decoder.h
@@ -54,7 +54,7 @@ class EncoderDecoder : public Scorer {
size_t tab,
const Weights& model);
- virtual void Decode(const God &god, const State& in, State& out, const std::vector<size_t>& beamSizes);
+ virtual void Decode(const State& in, State& out, const std::vector<size_t>& beamSizes);
virtual State* NewState() const;