Home
last modified time | relevance | path

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

/external/libtextclassifier/actions/
Dactions-suggestions.cc495 std::vector<int>* post_check_rules) const { in IsLowConfidenceInput()
520 post_check_rules->push_back(low_confidence_rule); in IsLowConfidenceInput()
531 const std::vector<int>& post_check_rules, in FilterConfidenceOutput() argument
533 if (post_check_rules.empty() || actions->empty()) { in FilterConfidenceOutput()
545 for (const int rule_id : post_check_rules) { in FilterConfidenceOutput()
1373 std::vector<int> post_check_rules; in GatherActionsSuggestions() local
1375 IsLowConfidenceInput(conversation, num_messages, &post_check_rules)) { in GatherActionsSuggestions()
1407 !FilterConfidenceOutput(post_check_rules, &response->actions)) { in GatherActionsSuggestions()
Dactions-suggestions.h246 std::vector<int>* post_check_rules) const;
248 bool FilterConfidenceOutput(const std::vector<int>& post_check_rules,