Vowpal Wabbit
Public Types | Public Attributes | List of all members
VW::LEARNER::save_load_data Struct Reference

#include <learner.h>

Public Types

using fn = void(*)(void *, io_buf &, bool read, bool text)
 

Public Attributes

void * data = nullptr
 
base_learnerbase = nullptr
 
fn save_load_f = nullptr
 

Member Typedef Documentation

using VW::LEARNER::save_load_data::fn = void (*)(void*, io_buf&, bool read, bool text)

Member Data Documentation

base_learner* VW::LEARNER::save_load_data::base = nullptr
void* VW::LEARNER::save_load_data::data = nullptr
fn VW::LEARNER::save_load_data::save_load_f = nullptr

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