treelite
|
Public Types | |
using | SemanticModel = semantic::SemanticModel |
using | TranslationUnit = semantic::TranslationUnit |
using | CodeBlock = semantic::CodeBlock |
using | PlainBlock = semantic::PlainBlock |
using | FunctionBlock = semantic::FunctionBlock |
using | SequenceBlock = semantic::SequenceBlock |
using | IfElseBlock = semantic::IfElseBlock |
using | Condition = semantic::Condition |
Public Member Functions | |
RecursiveCompiler (const CompilerParam ¶m) | |
SemanticModel | Compile (const Model &model) override |
convert tree ensemble model into semantic model More... | |
![]() | |
virtual | ~Compiler ()=default |
virtual destructor | |
Additional Inherited Members | |
![]() | |
static Compiler * | Create (const std::string &name, const compiler::CompilerParam ¶m) |
create a compiler from given name More... | |
Definition at line 136 of file recursive.cc.
|
inlineoverridevirtual |
convert tree ensemble model into semantic model
Implements Compiler.
Definition at line 154 of file recursive.cc.