Home
last modified time | relevance | path

Searched refs:NumCollections (Results 1 – 2 of 2) sorted by relevance

/external/libtextclassifier/smartselect/
Dfeature-processor.h126 int NumCollections() const { return collection_to_label_.size(); } in NumCollections() function
Dtext-classification-model.cc482 scores.size() != sharing_feature_processor_->NumCollections()) { in ClassifyText()