|
void | VW::copy_example_data (example *dst, const example *src) |
|
void | VW::setup_example (VW::workspace &all, example *ae) |
|
float | calculate_total_sum_features_squared (bool permutations, example &ec) |
|
flat_example * | flatten_example (VW::workspace &all, example *ec) |
|
flat_example * | flatten_sort_example (VW::workspace &all, example *ec) |
|
void | free_flatten_example (flat_example *fec) |
|
bool | example_is_newline (const example &ec) |
|
bool | valid_ns (char c) |
|
void | add_passthrough_feature_magic (example &ec, uint64_t magic, uint64_t i, float x) |
|
void | VW::return_multiple_example (VW::workspace &all, v_array< example *> &examples) |
|
size_t | VW::model_utils::read_model_field (io_buf &io, flat_example &fe, label_parser &lbl_parser) |
|
size_t | VW::model_utils::write_model_field (io_buf &io, const flat_example &fe, const std::string &upstream_name, bool text, label_parser &lbl_parser, uint64_t parse_mask) |
|
std::string | simple_label_to_string (const example &ec) |
|
std::string | cb_label_to_string (const example &ec) |
|
std::string | scalar_pred_to_string (const example &ec) |
|
std::string | a_s_pred_to_string (const example &ec) |
|
std::string | prob_dist_pred_to_string (const example &ec) |
|
std::string | multiclass_pred_to_string (const example &ec) |
|
std::string | debug_depth_indent_string (const multi_ex &ec) |
|
std::string | debug_depth_indent_string (const example &ec) |
|
std::string | debug_depth_indent_string (int32_t stack_depth) |
|