Searched refs:max_num_effective_wordpieces_ (Results 1 – 4 of 4) sorted by relevance
/external/libtextclassifier/native/annotator/pod_ner/ |
D | utils.cc | 162 max_num_effective_wordpieces_(max_num_wordpieces), in WindowGenerator() 169 std::min(entire_wordpiece_span_.begin + max_num_effective_wordpieces_, in WindowGenerator() 183 *token_starts_, next_wordpiece_span_, max_num_effective_wordpieces_, in Next() 205 std::min(next_wordpiece_first + max_num_effective_wordpieces_, in Next()
|
D | pod-ner-impl.cc | 226 annotator->max_num_effective_wordpieces_ = in Create() 274 if (wordpiece_indices.size() > max_num_effective_wordpieces_) { in ExecuteModel() 275 TC3_LOG(ERROR) << "More than " << max_num_effective_wordpieces_ in ExecuteModel() 422 wordpiece_indices, token_starts, tokens, max_num_effective_wordpieces_, in AnnotateAroundSpanOfInterest()
|
D | pod-ner-impl.h | 78 int max_num_effective_wordpieces_; variable
|
D | utils.h | 138 int max_num_effective_wordpieces_; variable
|