HomeSort by relevance Sort by last modified time
    Searched refs:DenseFeaturesCount (Results 1 - 4 of 4) sorted by null

  /external/libtextclassifier/smartselect/
token-feature-extractor.h 75 int DenseFeaturesCount() const {
feature-processor.h 154 int DenseFeaturesCount() const {
155 return feature_extractor_.DenseFeaturesCount();
text-classification-model.cc 246 embedding_size + feature_processor.DenseFeaturesCount(), &tokens,
378 embedding_size + selection_feature_processor_->DenseFeaturesCount(),
feature-processor.cc 653 feature_extractor_.DenseFeaturesCount());

Completed in 207 milliseconds