|
Medial Code Documentation
|
entry to to easily hold returning information More...
#include <api_entry.h>
Data Fields | |
| std::string | ret_str |
| result holder for returning string | |
| std::vector< char > | ret_char_vec |
| result holder for returning raw buffer | |
| std::vector< std::string > | ret_vec_str |
| result holder for returning strings | |
| std::vector< const char * > | ret_vec_charp |
| result holder for returning string pointers | |
| std::vector< float > | ret_vec_float |
| returning float vector. | |
| std::vector< std::uint64_t > | ret_vec_u64 |
| returning uint vector. | |
| std::vector< GradientPair > | tmp_gpair |
| temp variable of gradient pairs. | |
| PredictionCacheEntry | prediction_entry |
| Temp variable for returning prediction result. | |
| std::vector< bst_ulong > | prediction_shape |
| Temp variable for returning prediction shape. | |
entry to to easily hold returning information