Home
last modified time | relevance | path

Searched refs:entity_type (Results 1 – 4 of 4) sorted by relevance

/external/libtextclassifier/native/utils/intents/
Dintent-generator-test-lib.cc42 const std::string& entity_type, const std::string& generator_code) { in BuildTestIntentFactoryModel() argument
46 options.generator.back()->type = entity_type; in BuildTestIntentFactoryModel()
Dintent-config.fbs91 entity_type:string (shared);
/external/libtextclassifier/native/annotator/
Dannotator_jni_common.cc36 TC3_ASSIGN_OR_RETURN(std::string entity_type, in EntityTypesFromJObject()
38 entity_types.insert(entity_type); in EntityTypesFromJObject()
Dannotator.h96 bool operator()(const std::string& entity_type) const { in operator()
98 entity_types_.find(entity_type) != entity_types_.cend(); in operator()