Home
last modified time | relevance | path

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

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