OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EmbeddingCache
(Results
1 - 5
of
5
) sorted by null
/external/libtextclassifier/annotator/
feature-processor.h
92
typedef std::map<CodepointSpan, std::vector<float>>
EmbeddingCache
;
154
EmbeddingCache
* embedding_cache, int feature_vector_size,
261
EmbeddingCache
* embedding_cache,
annotator.h
340
FeatureProcessor::
EmbeddingCache
* embedding_cache,
349
FeatureProcessor::
EmbeddingCache
* embedding_cache,
357
FeatureProcessor::
EmbeddingCache
* embedding_cache,
feature-processor.cc
764
EmbeddingCache
* embedding_cache, int feature_vector_size,
801
EmbeddingCache
* embedding_cache,
feature-processor_test.cc
651
TEST_F(FeatureProcessorTest,
EmbeddingCache
) {
684
FeatureProcessor::
EmbeddingCache
embedding_cache = {
[
all
...]
annotator.cc
[
all
...]
Completed in 739 milliseconds