|
Vowpal Wabbit
|
Classes | |
| class | cache_temp_buffer |
Functions | |
| void | cache_tag (io_buf &cache, const VW::v_array< char > &tag) |
| void | cache_index (io_buf &cache, VW::namespace_index index) |
| void | cache_features (io_buf &cache, const features &feats, uint64_t mask) |
| size_t | read_cached_tag (io_buf &cache, VW::v_array< char > &tag) |
| size_t | read_cached_index (io_buf &input, VW::namespace_index &index) |
| size_t | read_cached_features (io_buf &input, features &feats, bool &sorted) |
| void VW::parsers::cache::details::cache_features | ( | io_buf & | cache, |
| const features & | feats, | ||
| uint64_t | mask | ||
| ) |
| void VW::parsers::cache::details::cache_index | ( | io_buf & | cache, |
| VW::namespace_index | index | ||
| ) |
| void VW::parsers::cache::details::cache_tag | ( | io_buf & | cache, |
| const VW::v_array< char > & | tag | ||
| ) |
| size_t VW::parsers::cache::details::read_cached_features | ( | io_buf & | input, |
| features & | feats, | ||
| bool & | sorted | ||
| ) |
| size_t VW::parsers::cache::details::read_cached_index | ( | io_buf & | input, |
| VW::namespace_index & | index | ||
| ) |
| size_t VW::parsers::cache::details::read_cached_tag | ( | io_buf & | cache, |
| VW::v_array< char > & | tag | ||
| ) |