|
Vowpal Wabbit
|
#include <vw_slim_predict.h>
Public Member Functions | |
| stride_shift_guard (example_predict &ex, uint64_t shift) | |
| ~stride_shift_guard () | |
Private Attributes | |
| example_predict & | _ex |
| uint64_t | _shift |
Definition at line 204 of file vw_slim_predict.h.
| vw_slim::stride_shift_guard::stride_shift_guard | ( | example_predict & | ex, |
| uint64_t | shift | ||
| ) |
Definition at line 47 of file vw_slim_predict.cc.
References _ex, _shift, f, example_predict::feature_space, and example_predict::indices.
| vw_slim::stride_shift_guard::~stride_shift_guard | ( | ) |
Definition at line 54 of file vw_slim_predict.cc.
References _ex, _shift, f, example_predict::feature_space, and example_predict::indices.
|
private |
Definition at line 206 of file vw_slim_predict.h.
Referenced by stride_shift_guard(), and ~stride_shift_guard().
|
private |
Definition at line 207 of file vw_slim_predict.h.
Referenced by stride_shift_guard(), and ~stride_shift_guard().
1.8.13