|
void | Build (const Model &model) |
|
void | Split (int parallel_comp) |
|
void | QuantizeThresholds () |
|
void | CountDescendant () |
|
void | BreakUpLargeUnits (int num_descendant_limit) |
|
void | AnnotateBranches (const std::vector< std::vector< size_t >> &counts) |
|
void | Dump () |
|
const ASTNode * | GetRootNode () |
|
Definition at line 16 of file builder.h.
The documentation for this class was generated from the following files:
- /home/docs/checkouts/readthedocs.org/user_builds/treelite/checkouts/0.32/src/compiler/ast/builder.h
- /home/docs/checkouts/readthedocs.org/user_builds/treelite/checkouts/0.32/src/compiler/ast/annotate.cc
- /home/docs/checkouts/readthedocs.org/user_builds/treelite/checkouts/0.32/src/compiler/ast/breakup.cc
- /home/docs/checkouts/readthedocs.org/user_builds/treelite/checkouts/0.32/src/compiler/ast/build.cc
- /home/docs/checkouts/readthedocs.org/user_builds/treelite/checkouts/0.32/src/compiler/ast/count_descendant.cc
- /home/docs/checkouts/readthedocs.org/user_builds/treelite/checkouts/0.32/src/compiler/ast/dump.cc
- /home/docs/checkouts/readthedocs.org/user_builds/treelite/checkouts/0.32/src/compiler/ast/quantize.cc
- /home/docs/checkouts/readthedocs.org/user_builds/treelite/checkouts/0.32/src/compiler/ast/split.cc