Searched defs:annotatorModelCache (Results 1 – 2 of 2) sorted by relevance
118 private final LruCache<ModelFile, AnnotatorModel> annotatorModelCache; field in TextClassifierImpl138 LruCache<ModelFile, AnnotatorModel> annotatorModelCache) { in TextClassifierImpl()
84 private LruCache<ModelFile, AnnotatorModel> annotatorModelCache; field in TextClassifierImplTest