Home
last modified time | relevance | path

Searched refs:task_spec (Results 1 – 3 of 3) sorted by relevance

/external/libtextclassifier/native/actions/
Dactions-suggestions.cc841 int score_index, const ActionSuggestionSpec* task_spec, in PopulateIntentTriggering() argument
843 if (!task_spec || task_spec->type()->size() == 0) { in PopulateIntentTriggering()
865 FillSuggestionFromSpecWithEntityData(task_spec, &suggestion); in PopulateIntentTriggering()
949 const ActionSuggestionSpec* task_spec = metadata->task_spec(); in ReadModelOutput() local
955 if (!task_spec || task_spec->type()->size() == 0) { in ReadModelOutput()
961 task_spec ? task_spec->type()->str() in ReadModelOutput()
967 suggestions_scores_index, task_spec, in ReadModelOutput()
Dactions-suggestions.h184 const ActionSuggestionSpec* task_spec,
Dactions_model.fbs43 task_spec:ActionSuggestionSpec;