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:
authorHieu Hoang <hieuhoang@gmail.com>2018-02-27 01:43:59 +0300
committerHieu Hoang <hieuhoang@gmail.com>2018-02-27 01:43:59 +0300
commite6f5e2adb45743ce1db33decf83d143c7b7edf98 (patch)
tree78bf7c6f9be6872c5dc23b5e06a9fc80a80b021f /src/amun/cpu/decoder/best_hyps.h
parentacb66d82dc93422e6d128ec3b7c09f31f489a36f (diff)
BestHypsBase -> BaseBestHyps
Diffstat (limited to 'src/amun/cpu/decoder/best_hyps.h')
-rw-r--r--src/amun/cpu/decoder/best_hyps.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/amun/cpu/decoder/best_hyps.h b/src/amun/cpu/decoder/best_hyps.h
index 461246c0..171567a5 100644
--- a/src/amun/cpu/decoder/best_hyps.h
+++ b/src/amun/cpu/decoder/best_hyps.h
@@ -22,11 +22,11 @@ struct ProbCompare {
const float* data_;
};
-class BestHyps : public BestHypsBase
+class BestHyps : public BaseBestHyps
{
public:
BestHyps(const God &god)
- : BestHypsBase(god)
+ : BaseBestHyps(god)
{}
void CalcBeam(