Home
last modified time | relevance | path

Searched refs:selection_label_spans (Results 1 – 4 of 4) sorted by relevance

/external/libtextclassifier/smartselect/
Dtext-classification-model.cc238 std::vector<CodepointSpan>* selection_label_spans) const { in InferInternal()
259 if (selection_label_spans != nullptr) { in InferInternal()
261 selection_label_spans)) { in InferInternal()
314 const std::vector<CodepointSpan>& selection_label_spans) { in BestSelectionSpan() argument
319 selection_label_spans[prediction]; in BestSelectionSpan()
346 std::vector<CodepointSpan> selection_label_spans; in SuggestSelectionInternal() local
349 *selection_network_, selection_feature_fn_, &selection_label_spans); in SuggestSelectionInternal()
352 return BestSelectionSpan(click_indices, scores, selection_label_spans); in SuggestSelectionInternal()
400 std::vector<CodepointSpan> selection_label_spans; in SuggestSelectionSymmetrical() local
402 output_tokens, &selection_label_spans)) { in SuggestSelectionSymmetrical()
[all …]
Dtext-classification-model.h100 std::vector<CodepointSpan>* selection_label_spans) const;
Dfeature-processor.h152 std::vector<CodepointSpan>* selection_label_spans) const;
Dfeature-processor.cc425 std::vector<CodepointSpan>* selection_label_spans) const { in SelectionLabelSpans()
432 selection_label_spans->push_back(span); in SelectionLabelSpans()