treelite
Main Page
Modules
Classes
Files
File List
File Members
src
compiler
native
get_num_output_group.h
1
inline
std::string get_num_output_group_func(
int
num_output_group) {
2
std::ostringstream oss;
3
oss <<
"size_t get_num_output_group(void) {\n"
4
<<
" return "
<< num_output_group <<
";\n"
5
<<
"}\n"
;
6
return
oss.str();
7
}
8
9
inline
std::string get_num_output_group_func_prototype() {
10
return
"size_t get_num_output_group(void);\n"
;
11
}
Generated by
1.8.11