Home
last modified time | relevance | path

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

/external/libtextclassifier/annotator/
Dfeature-processor.h92 typedef std::map<CodepointSpan, std::vector<float>> EmbeddingCache; typedef
Dfeature-processor_test.cc651 TEST_F(FeatureProcessorTest, EmbeddingCache) { in TEST_F() argument