Vowpal Wabbit
Public Attributes | List of all members
task_data Struct Reference

Public Attributes

exampleex
 
size_t root_label
 
uint32_t num_label
 
v_array< uint32_t > valid_actions
 
v_array< uint32_t > action_loss
 
v_array< uint32_t > gold_heads
 
v_array< uint32_t > gold_tags
 
v_array< uint32_t > stack
 
v_array< uint32_t > heads
 
v_array< uint32_t > tags
 
v_array< uint32_t > temp
 
v_array< uint32_t > valid_action_temp
 
v_array< actiongold_actions
 
v_array< actiongold_action_temp
 
v_array< std::pair< action, float > > gold_action_losses
 
v_array< uint32_t > children [6]
 
exampleec_buf [13]
 
bool old_style_labels
 
bool cost_to_go
 
bool one_learner
 
uint32_t transition_system
 

Detailed Description

Definition at line 25 of file search_dep_parser.cc.

Member Data Documentation

◆ action_loss

v_array<uint32_t> task_data::action_loss

◆ children

v_array<uint32_t> task_data::children[6]

◆ cost_to_go

bool task_data::cost_to_go

Definition at line 37 of file search_dep_parser.cc.

Referenced by DepParserTask::initialize(), and DepParserTask::run().

◆ ec_buf

example* task_data::ec_buf[13]

Definition at line 35 of file search_dep_parser.cc.

Referenced by DepParserTask::extract_features().

◆ ex

example* task_data::ex

◆ gold_action_losses

v_array<std::pair<action, float> > task_data::gold_action_losses

Definition at line 32 of file search_dep_parser.cc.

Referenced by DepParserTask::finish(), and DepParserTask::run().

◆ gold_action_temp

v_array<action> task_data::gold_action_temp

Definition at line 31 of file search_dep_parser.cc.

Referenced by DepParserTask::finish(), and DepParserTask::run().

◆ gold_actions

v_array<action> task_data::gold_actions

Definition at line 31 of file search_dep_parser.cc.

Referenced by DepParserTask::finish(), and DepParserTask::run().

◆ gold_heads

v_array<uint32_t> task_data::gold_heads

◆ gold_tags

v_array<uint32_t> task_data::gold_tags

◆ heads

v_array<uint32_t> task_data::heads

◆ num_label

uint32_t task_data::num_label

◆ old_style_labels

bool task_data::old_style_labels

Definition at line 36 of file search_dep_parser.cc.

Referenced by DepParserTask::initialize(), and DepParserTask::setup().

◆ one_learner

bool task_data::one_learner

◆ root_label

size_t task_data::root_label

◆ stack

v_array<uint32_t> task_data::stack

◆ tags

v_array<uint32_t> task_data::tags

◆ temp

v_array<uint32_t> task_data::temp

◆ transition_system

uint32_t task_data::transition_system

◆ valid_action_temp

v_array<uint32_t> task_data::valid_action_temp

Definition at line 30 of file search_dep_parser.cc.

Referenced by DepParserTask::finish(), and DepParserTask::run().

◆ valid_actions

v_array<uint32_t> task_data::valid_actions

The documentation for this struct was generated from the following file: