Home
last modified time | relevance | path

Searched refs:hash_feature_cstr (Results 1 – 2 of 2) sorted by relevance

/dports/math/vowpal_wabbit/vowpal_wabbit-7.10/vowpalwabbit/
H A Dezexample.h274 …inline fid hash(char* fstr) { return VW::hash_feature_cstr(*vw_ref, fstr, current_seed); } in hash()
276 …inline fid hash(char c, char* fstr) { str[0] = c; return VW::hash_feature_cstr(*vw_ref, fstr, VW:… in hash()
H A Dvw.h100 inline uint32_t hash_feature_cstr(vw& all, char* fstr, unsigned long u) in hash_feature_cstr() function