Home
last modified time | relevance | path

Searched refs:EmbeddingCache (Results 1 – 5 of 5) sorted by relevance

/external/libtextclassifier/annotator/
Dfeature-processor.h92 typedef std::map<CodepointSpan, std::vector<float>> EmbeddingCache; typedef
154 EmbeddingCache* embedding_cache, int feature_vector_size,
261 EmbeddingCache* embedding_cache,
Dannotator.h340 FeatureProcessor::EmbeddingCache* embedding_cache,
349 FeatureProcessor::EmbeddingCache* embedding_cache,
357 FeatureProcessor::EmbeddingCache* embedding_cache,
Dfeature-processor.cc764 EmbeddingCache* embedding_cache, int feature_vector_size, in ExtractFeatures()
801 EmbeddingCache* embedding_cache, in AppendTokenFeaturesWithCache()
Dannotator.cc1118 FeatureProcessor::EmbeddingCache* embedding_cache, in ModelClassifyText()
1192 FeatureProcessor::EmbeddingCache* embedding_cache, in ModelClassifyText()
1204 FeatureProcessor::EmbeddingCache* embedding_cache, in ModelClassifyText()
1664 FeatureProcessor::EmbeddingCache embedding_cache; in ModelAnnotate()
Dfeature-processor_test.cc651 TEST_F(FeatureProcessorTest, EmbeddingCache) { in TEST_F() argument
684 FeatureProcessor::EmbeddingCache embedding_cache = { in TEST_F()