Home
last modified time | relevance | path

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

/external/libtextclassifier/actions/
Dactions-suggestions.h188 bool AllocateInput(const int conversation_length, const int max_tokens,
Dactions-suggestions.cc715 bool ActionsSuggestions::AllocateInput(const int conversation_length, in AllocateInput() function in libtextclassifier3::ActionsSuggestions
796 if (!AllocateInput(context.size(), max_tokens, total_token_count, in SetupModelInput()