OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TokenSpanToLabel
(Results
1 - 2
of
2
) sorted by null
/external/libtextclassifier/smartselect/
feature-processor.h
193
int
TokenSpanToLabel
(const std::pair<TokenIndex, TokenIndex>& span) const;
feature-processor.cc
288
*label =
TokenSpanToLabel
({span_left, span_right});
296
int FeatureProcessor::
TokenSpanToLabel
(const TokenSpan& span) const {
Completed in 60 milliseconds