Vowpal Wabbit
|
#include "vw/core/action_score.h"
#include "vw/core/label_parser.h"
#include "vw/core/vw_fwd.h"
#include <fmt/format.h>
#include <cstdint>
Classes | |
class | VW::slates::label |
class | fmt::formatter< VW::slates::example_type > |
Namespaces | |
namespace | VW |
namespace | VW::slates |
namespace | VW::model_utils |
namespace | fmt |
Enumerations | |
enum class | VW::slates::example_type : uint8_t { VW::slates::UNSET = 0 , VW::slates::SHARED = 1 , VW::slates::ACTION = 2 , VW::slates::SLOT = 3 } |
Functions | |
void | VW::slates::default_label (VW::slates::label &v) |
void | VW::slates::parse_label (slates::label &ld, VW::label_parser_reuse_mem &reuse_mem, const std::vector< VW::string_view > &words, VW::io::logger &logger) |
VW::string_view | VW::to_string (VW::slates::example_type) |
size_t | VW::model_utils::read_model_field (io_buf &, VW::slates::label &) |
size_t | VW::model_utils::write_model_field (io_buf &, const VW::slates::label &, const std::string &, bool) |
Variables | |
VW::label_parser | VW::slates::slates_label_parser |