template for header
More...
Go to the source code of this file.
|
const char *const | query_functions_prototype_template |
|
const char *const | header_template |
|
template for header
Copyright (c) 2018-2020 by Contributors
- Author
- Hyunsu Cho
Definition in file header_template.h.
◆ query_functions_prototype_template
const char* const query_functions_prototype_template |
Initial value:=
R"TREELITETEMPLATE(
{dllexport}size_t get_num_class(void);
{dllexport}size_t get_num_feature(void);
{dllexport}const char* get_pred_transform(void);
{dllexport}float get_sigmoid_alpha(void);
{dllexport}float get_global_bias(void);
{dllexport}const char* get_threshold_type(void);
{dllexport}const char* get_leaf_output_type(void);
)TREELITETEMPLATE"
Definition at line 15 of file header_template.h.