|
bool | VW::ec_is_example_header_cb (VW::example const &ec) |
|
std::pair< bool, cb_class > | VW::get_observed_cost_cb (const cb_label &ld) |
|
void | VW::details::print_update_cb (VW::workspace &all, bool is_test, const VW::example &ec, const VW::multi_ex *ec_seq, bool action_scores, const VW::cb_class *known_cost) |
|
size_t | VW::model_utils::read_model_field (io_buf &, VW::cb_class &) |
|
size_t | VW::model_utils::write_model_field (io_buf &, const VW::cb_class &, const std::string &, bool) |
|
size_t | VW::model_utils::read_model_field (io_buf &, VW::cb_label &) |
|
size_t | VW::model_utils::write_model_field (io_buf &, const VW::cb_label &, const std::string &, bool) |
|
size_t | VW::model_utils::read_model_field (io_buf &, VW::cb_eval_label &) |
|
size_t | VW::model_utils::write_model_field (io_buf &, const VW::cb_eval_label &, const std::string &, bool) |
|
bool | CB::ec_is_example_header (VW::example const &ec) |
|
std::pair< bool, VW::cb_class > | CB::get_observed_cost_cb (const VW::cb_label &ld) |
|