Treelite
Variables
header_template.h File Reference

template for header More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

const char *const query_functions_prototype_template
 
const char *const header_template
 

Detailed Description

template for header

Copyright (c) 2018-2020 by Contributors

Author
Hyunsu Cho

Definition in file header_template.h.

Variable Documentation

◆ 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.