OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:selection_feature_processor_
(Results
1 - 2
of
2
) sorted by null
/external/libtextclassifier/smartselect/
text-classification-model.h
74
return
selection_feature_processor_
.get();
114
std::unique_ptr<FeatureProcessor>
selection_feature_processor_
;
member in class:libtextclassifier::TextClassificationModel
text-classification-model.cc
189
selection_feature_processor_
.reset(
348
context, click_indices, *
selection_feature_processor_
,
374
if (!
selection_feature_processor_
->ExtractFeatures(
378
embedding_size +
selection_feature_processor_
->DenseFeaturesCount(),
401
if (
selection_feature_processor_
->SelectionLabelSpans(
Completed in 56 milliseconds