Vowpal Wabbit
|
Namespaces | |
namespace | details |
Functions | |
void | write_example_to_cache (io_buf &output, VW::example *ex_ptr, VW::label_parser &lbl_parser, uint64_t parse_mask, details::cache_temp_buffer &temp_buffer) |
int | read_example_from_cache (VW::workspace *all, io_buf &input, VW::multi_ex &examples) |
int VW::parsers::cache::read_example_from_cache | ( | VW::workspace * | all, |
io_buf & | input, | ||
VW::multi_ex & | examples | ||
) |
void VW::parsers::cache::write_example_to_cache | ( | io_buf & | output, |
VW::example * | ex_ptr, | ||
VW::label_parser & | lbl_parser, | ||
uint64_t | parse_mask, | ||
details::cache_temp_buffer & | temp_buffer | ||
) |