base_matrix -> common

This commit is contained in:
Hieu Hoang 2016-09-02 23:02:20 +01:00
parent 09a488eeb1
commit e9eb209ac1
5 changed files with 8 additions and 3 deletions

View File

@ -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>

View File

@ -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 {

View File

@ -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)) {}

View File

@ -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