8 #ifndef TREELITE_COMPILER_AST_NATIVE_H_ 9 #define TREELITE_COMPILER_AST_NATIVE_H_ 18 class ASTNativeCompilerImpl;
27 std::unique_ptr<ASTNativeCompilerImpl> pimpl_;
33 #endif // TREELITE_COMPILER_AST_NATIVE_H_
Parameters for tree compiler.
parameters for tree compiler
Interface of compiler that compiles a tree ensemble model.
CompiledModel Compile(const Model &model) override
convert tree ensemble model
thin wrapper for tree ensemble model
CompilerParam QueryParam() const override
Query the parameters used to intiailize the compiler.