Home | History | Annotate | Download | only in libtextclassifier

Lines Matching full:model_result

1076   std::vector<ClassificationResult> model_result;
1081 /*embedding_cache=*/nullptr, &model_result) &&
1082 !model_result.empty()) {
1083 if (!FilteredForClassification(model_result[0])) {
1084 return model_result;