summaryrefslogtreecommitdiff
path: root/decoder/lazy.h
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2012-09-13 07:53:16 -0700
committerKenneth Heafield <github@kheafield.com>2012-09-13 07:53:16 -0700
commitc32c03c1e0bb1e0407c90032cd3bf41f8bd61251 (patch)
treee20360c7bf8950dfcfc15579acf67decf0cefb16 /decoder/lazy.h
parentb901df059531aad2f7d11b1e1ce13f9a9cb1c8ef (diff)
Steal cubepruning_pop_limit command line argument
Diffstat (limited to 'decoder/lazy.h')
-rw-r--r--decoder/lazy.h2
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_