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 03:18:02 +0300
committerHieu Hoang <hieuhoang@gmail.com>2018-02-27 03:18:02 +0300
commit3027e801b7047897302266d7d1937c4475fdb49b (patch)
tree07a1555a138dee88dfbea74d8333f6b46ed40eaa /src/amun/cpu/decoder/best_hyps.h
parentaaf78f5dd5e0df7dc91ae1e57da3129c351a77ba (diff)
rename files
Diffstat (limited to 'src/amun/cpu/decoder/best_hyps.h')
-rw-r--r--src/amun/cpu/decoder/best_hyps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amun/cpu/decoder/best_hyps.h b/src/amun/cpu/decoder/best_hyps.h
index 171567a5..1621b681 100644
--- a/src/amun/cpu/decoder/best_hyps.h
+++ b/src/amun/cpu/decoder/best_hyps.h
@@ -6,7 +6,7 @@
#include "common/scorer.h"
#include "common/god.h"
#include "common/exception.h"
-#include "cpu/mblas/matrix.h"
+#include "cpu/mblas/tensor.h"
#include "cpu/decoder/encoder_decoder.h"
namespace amunmt {