Searched refs:EmplaceToLabelVector (Results 1 – 2 of 2) sorted by relevance
/external/libtextclassifier/native/annotator/pod_ner/ |
D | pod-ner-impl.cc | 62 void EmplaceToLabelVector(BoiseType boise_type, MentionType mention_type, in EmplaceToLabelVector() function 89 EmplaceToLabelVector(boise_type, mention_type, i, labels); in FillDefaultLabelsAndCollections() 93 EmplaceToLabelVector(BoiseType_O, MentionType_UNDEFINED, 7, labels); in FillDefaultLabelsAndCollections() 96 EmplaceToLabelVector(BoiseType_SINGLE, mention_type, i, labels); in FillDefaultLabelsAndCollections()
|
D | pod-ner-impl_test.cc | 157 void EmplaceToLabelVector( in EmplaceToLabelVector() function 173 EmplaceToLabelVector(boise_type, mention_type, i, labels); in FillLabels() 177 EmplaceToLabelVector(BoiseType_O, MentionType_UNDEFINED, num_collections - 1, in FillLabels() 181 EmplaceToLabelVector(BoiseType_SINGLE, mention_type, i, labels); in FillLabels()
|