Home
last modified time | relevance | path

Searched defs:EmbeddingCache (Results 1 – 2 of 2) sorted by relevance

/external/libtextclassifier/native/annotator/
Dfeature-processor.h106 typedef std::map<CodepointSpan, std::vector<float>> EmbeddingCache; typedef
Dfeature-processor_test.cc726 TEST_F(AnnotatorFeatureProcessorTest, EmbeddingCache) { in TEST_F() argument