vllm_fairseq / mosesdecoder /moses2 /InputPathBase.cpp
sleepyhead111's picture
Add files using upload-large-folder tool
99f07cf verified
/*
* InputPath.cpp
*
* Created on: 23 Oct 2015
* Author: hieu
*/
#include <boost/foreach.hpp>
#include "InputPathBase.h"
#include "TranslationModel/PhraseTable.h"
namespace Moses2
{
InputPathBase::InputPathBase(MemPool &pool,
const Range &range, size_t numPt, const InputPathBase *prefixPath) :
range(range), prefixPath(prefixPath)
{
}
}