Searched refs:EmbeddingCache (Results 1 – 5 of 5) sorted by relevance
/external/libtextclassifier/native/annotator/ |
D | feature-processor.h | 106 typedef std::map<CodepointSpan, std::vector<float>> EmbeddingCache; typedef 173 EmbeddingCache* embedding_cache, int feature_vector_size, 290 EmbeddingCache* embedding_cache,
|
D | annotator.h | 309 FeatureProcessor::EmbeddingCache* embedding_cache, 327 FeatureProcessor::EmbeddingCache* embedding_cache,
|
D | feature-processor.cc | 794 EmbeddingCache* embedding_cache, int feature_vector_size, in ExtractFeatures() 831 EmbeddingCache* embedding_cache, in AppendTokenFeaturesWithCache()
|
D | feature-processor_test.cc | 726 TEST_F(AnnotatorFeatureProcessorTest, EmbeddingCache) { in TEST_F() argument 759 FeatureProcessor::EmbeddingCache embedding_cache = { in TEST_F()
|
D | annotator.cc | 1449 FeatureProcessor::EmbeddingCache* embedding_cache, in ModelClassifyText() 1470 FeatureProcessor::EmbeddingCache* embedding_cache, in ModelClassifyText() 2065 FeatureProcessor::EmbeddingCache embedding_cache; in ModelAnnotate()
|