Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/pod_ner/
Dutils.cc162 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()
Dpod-ner-impl.cc226 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()
Dpod-ner-impl.h78 int max_num_effective_wordpieces_; variable
Dutils.h138 int max_num_effective_wordpieces_; variable