OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sharing_feature_processor_
(Results
1 - 2
of
2
) sorted by null
/external/libtextclassifier/smartselect/
text-classification-model.h
117
std::unique_ptr<FeatureProcessor>
sharing_feature_processor_
;
member in class:libtextclassifier::TextClassificationModel
text-classification-model.cc
201
sharing_feature_processor_
.reset(
479
InferInternal(context, selection_indices, *
sharing_feature_processor_
,
482
scores.size() !=
sharing_feature_processor_
->NumCollections()) {
492
{
sharing_feature_processor_
->LabelToCollection(i), scores[i]});
Completed in 97 milliseconds