OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:embedding_size
(Results
1 - 2
of
2
) sorted by null
/external/libtextclassifier/smartselect/
text-classification-model.cc
242
const int
embedding_size
= network.EmbeddingSize(0);
local
245
CreateFeatureVectorFn(network,
embedding_size
),
246
embedding_size
+ feature_processor.DenseFeaturesCount(), &tokens,
373
int
embedding_size
= selection_network_->EmbeddingSize(0);
local
378
embedding_size
+ selection_feature_processor_->DenseFeaturesCount(),
/external/libtextclassifier/common/
embedding-network.h
207
int
embedding_size
) const;
Completed in 673 milliseconds