Home | History | Annotate | Download | only in libtextclassifier

Lines Matching refs:Matches

223     // matches, as they are using the same embeddings.
973 bool matches;
976 matches = matcher->ApproximatelyMatches(&status);
978 matches = matcher->Matches(&status);
983 if (matches) {