Public Attributes | List of all members
ML::fil::treelite_params_t Struct Reference

#include <fil.h>

Collaboration diagram for ML::fil::treelite_params_t:
Collaboration graph

Public Attributes

algo_t algo
 
bool output_class
 
float threshold
 
storage_type_t storage_type
 
int blocks_per_sm
 
int threads_per_tree
 
int n_items
 
char ** pforest_shape_str
 
precision_t precision
 

Detailed Description

treelite_params_t are parameters for importing treelite models

Member Data Documentation

◆ algo

algo_t ML::fil::treelite_params_t::algo

◆ blocks_per_sm

int ML::fil::treelite_params_t::blocks_per_sm

◆ n_items

int ML::fil::treelite_params_t::n_items

◆ output_class

bool ML::fil::treelite_params_t::output_class

◆ pforest_shape_str

char** ML::fil::treelite_params_t::pforest_shape_str

◆ precision

precision_t ML::fil::treelite_params_t::precision

◆ storage_type

storage_type_t ML::fil::treelite_params_t::storage_type

◆ threads_per_tree

int ML::fil::treelite_params_t::threads_per_tree

◆ threshold

float ML::fil::treelite_params_t::threshold

The documentation for this struct was generated from the following file: