mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-27 05:55:02 +03:00
Changed type of m_batch_size to uint32_t to avoid compiler signed/unsigned comparison warnings.
This commit is contained in:
parent
e1882032eb
commit
daaf71c76e
@ -23,7 +23,7 @@ protected:
|
||||
std::map<int, LanguageModel*> m_dlm_ffs;
|
||||
std::map<int, StatefulFeatureFunction*> m_stateful_ffs;
|
||||
std::vector<Hypothesis*> m_partial_hypos;
|
||||
int m_batch_size;
|
||||
uint32_t m_batch_size;
|
||||
int m_max_stack_size;
|
||||
|
||||
// functions for creating hypotheses
|
||||
|
Loading…
Reference in New Issue
Block a user