OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:collection_to_label_
(Results
1 - 2
of
2
) sorted by null
/external/libtextclassifier/smartselect/
feature-processor.h
126
int NumCollections() const { return
collection_to_label_
.size(); }
250
std::map<std::string, int>
collection_to_label_
;
member in class:libtextclassifier::FeatureProcessor
feature-processor.cc
506
const auto it =
collection_to_label_
.find(collection);
507
if (it ==
collection_to_label_
.end()) {
515
if (label >= 0 && label <
collection_to_label_
.size()) {
524
collection_to_label_
[options_.collections(i)] = i;
Completed in 181 milliseconds