diff options
author | Kenneth Heafield <github@kheafield.com> | 2012-09-13 07:53:16 -0700 |
---|---|---|
committer | Kenneth Heafield <github@kheafield.com> | 2012-09-13 07:53:16 -0700 |
commit | 9dd62d50667a6b34198ef6919042f010fd2e5c8e (patch) | |
tree | 7fb8e5d0db87f7be7f6820f80094cb78bf1d4f95 /decoder/lazy.h | |
parent | ac3011136c455db79fcc06707908ce729195d510 (diff) |
Steal cubepruning_pop_limit command line argument
Diffstat (limited to 'decoder/lazy.h')
-rw-r--r-- | decoder/lazy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder/lazy.h b/decoder/lazy.h index d1f030d1..94895b19 100644 --- a/decoder/lazy.h +++ b/decoder/lazy.h @@ -6,6 +6,6 @@ class Hypergraph; -void PassToLazy(const char *model_file, const std::vector<weight_t> &weights, const Hypergraph &hg); +void PassToLazy(const char *model_file, const std::vector<weight_t> &weights, unsigned int pop_limit, const Hypergraph &hg); #endif // _LAZY_H_ |