treelite
|
interface of compiler More...
#include <compiler.h>
Public Member Functions | |
virtual | ~Compiler ()=default |
virtual destructor | |
virtual semantic::SemanticModel | Compile (const Model &model)=0 |
convert tree ensemble model into semantic model More... | |
Static Public Member Functions | |
static Compiler * | Create (const std::string &name, const compiler::CompilerParam ¶m) |
create a compiler from given name More... | |
interface of compiler
Definition at line 33 of file compiler.h.
|
pure virtual |
convert tree ensemble model into semantic model
Implemented in RecursiveCompiler< QuantizePolicy >.
|
static |
create a compiler from given name
name | name of compiler |
Definition at line 15 of file compiler.cc.