HomeSort by relevance Sort by last modified time
    Searched refs:selection_label_spans (Results 1 - 4 of 4) sorted by null

  /external/libtextclassifier/smartselect/
text-classification-model.cc 238 std::vector<CodepointSpan>* selection_label_spans) const {
259 if (selection_label_spans != nullptr) {
261 selection_label_spans)) {
314 const std::vector<CodepointSpan>& selection_label_spans) {
319 selection_label_spans[prediction];
346 std::vector<CodepointSpan> selection_label_spans; local
349 *selection_network_, selection_feature_fn_, &selection_label_spans);
352 return BestSelectionSpan(click_indices, scores, selection_label_spans);
400 std::vector<CodepointSpan> selection_label_spans; local
402 output_tokens, &selection_label_spans)) {
    [all...]
text-classification-model.h 100 std::vector<CodepointSpan>* selection_label_spans) const;
feature-processor.h 147 // Fills selection_label_spans with CodepointSpans that correspond to the
152 std::vector<CodepointSpan>* selection_label_spans) const;
feature-processor.cc 425 std::vector<CodepointSpan>* selection_label_spans) const {
432 selection_label_spans->push_back(span);

Completed in 146 milliseconds