mirror of
https://github.com/marian-nmt/marian.git
synced 2025-01-06 00:13:33 +03:00
base_matrix -> common
This commit is contained in:
parent
09a488eeb1
commit
e9eb209ac1
@ -75,6 +75,11 @@
|
||||
<type>1</type>
|
||||
<locationURI>PARENT-1-PROJECT_LOC/src/cnpy/cnpy.h</locationURI>
|
||||
</link>
|
||||
<link>
|
||||
<name>common/base_matrix.h</name>
|
||||
<type>1</type>
|
||||
<locationURI>PARENT-1-PROJECT_LOC/src/common/base_matrix.h</locationURI>
|
||||
</link>
|
||||
<link>
|
||||
<name>common/exception.cpp</name>
|
||||
<type>1</type>
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
#include "hypothesis.h"
|
||||
#include "sentence.h"
|
||||
#include "base_matrix.h"
|
||||
#include "common/base_matrix.h"
|
||||
#include "yaml-cpp/node/node.h"
|
||||
|
||||
class State {
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include <boost/timer/timer.hpp>
|
||||
#include "search.h"
|
||||
#include "mblas/base_matrix.h"
|
||||
#include "common/base_matrix.h"
|
||||
|
||||
Search::Search(size_t threadId)
|
||||
: scorers_(God::GetScorers(threadId)) {}
|
||||
|
@ -3,7 +3,7 @@
|
||||
#include <cmath>
|
||||
#include <memory>
|
||||
|
||||
#include "base_matrix.h"
|
||||
#include "common/base_matrix.h"
|
||||
|
||||
#define MAX_THREADS 512
|
||||
#define MAX_BLOCKS 65535
|
||||
|
Loading…
Reference in New Issue
Block a user