Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/
Dtest-utils.h28 MATCHER_P3(IsAnnotatedSpan, start, end, best_class, "") {
33 Value(first_result, best_class);
36 MATCHER_P(IsAnnotationWithType, best_class, "") {
40 return Value(first_result, best_class);
Dtypes.cc208 std::string best_class; in operator <<() local
211 best_class = span.classification[0].collection; in operator <<()
215 << ", " << best_class << ", " << best_score << ")"; in operator <<()