Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/pod_ner/
Dpod-ner-impl.cc225 int max_num_surrounding_wordpieces = model->append_final_period() ? 3 : 2; in Create() local
227 model->max_num_wordpieces() - max_num_surrounding_wordpieces; in Create()