Vowpal Wabbit
Loading...
Searching...
No Matches
Namespaces | Functions
VW::parsers::cache Namespace Reference

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)
 

Function Documentation

◆ read_example_from_cache()

int VW::parsers::cache::read_example_from_cache ( VW::workspace all,
io_buf input,
VW::multi_ex examples 
)

◆ write_example_to_cache()

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 
)