Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/
Dfeature-processor.h139 int NumCollections() const { return collection_to_label_.size(); } in NumCollections() function
Dannotator.cc1556 logits.dim(1) != classification_feature_processor_->NumCollections()) { in ModelClassifyText()