|
void | VW::copy_example_data (example *dst, const example *src) |
|
void | VW::setup_example (VW::workspace &all, example *ae) |
|
std::string | VW::to_string (const v_array< float > &scalars, int decimal_precision=DEFAULT_FLOAT_PRECISION) |
|
flat_example * | VW::flatten_example (VW::workspace &all, example *ec) |
|
flat_example * | VW::flatten_sort_example (VW::workspace &all, example *ec) |
|
void | VW::free_flatten_example (flat_example *fec) |
|
bool | VW::example_is_newline (const example &ec) |
|
bool | VW::valid_ns (char c) |
|
void | VW::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, VW::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, VW::label_parser &lbl_parser, uint64_t parse_mask) |
|
VW::flat_example * | flatten_example (VW::workspace &all, VW::example *ec) |
|
VW::flat_example * | flatten_sort_example (VW::workspace &all, VW::example *ec) |
|
void | free_flatten_example (VW::flat_example *fec) |
|
bool | example_is_newline (const VW::example &ec) |
|
bool | valid_ns (char c) |
|
void | add_passthrough_feature_magic (VW::example &ec, uint64_t magic, uint64_t i, float x) |
|