OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FeatureProcessor
(Results
1 - 5
of
5
) sorted by null
/external/libtextclassifier/smartselect/
text-classification-model.h
73
FeatureProcessor
* SelectionFeatureProcessor() const {
97
const
FeatureProcessor
& feature_processor,
114
std::unique_ptr<
FeatureProcessor
> selection_feature_processor_;
117
std::unique_ptr<
FeatureProcessor
> sharing_feature_processor_;
feature-processor.h
91
class
FeatureProcessor
{
93
explicit
FeatureProcessor
(const FeatureProcessorOptions& options)
109
explicit
FeatureProcessor
(const std::string& serialized_options)
110
:
FeatureProcessor
(internal::ParseSerializedOptions(serialized_options)) {
feature-processor.cc
175
std::string
FeatureProcessor
::GetDefaultCollection() const {
183
std::vector<Token>
FeatureProcessor
::Tokenize(
208
bool
FeatureProcessor
::LabelToSpan(
236
bool
FeatureProcessor
::LabelToTokenSpan(const int label,
246
bool
FeatureProcessor
::SpanToLabel(
296
int
FeatureProcessor
::TokenSpanToLabel(const TokenSpan& span) const {
396
int
FeatureProcessor
::FindCenterToken(CodepointSpan span,
423
bool
FeatureProcessor
::SelectionLabelSpans(
437
void
FeatureProcessor
::PrepareCodepointRanges(
456
float
FeatureProcessor
::SupportedCodepointsRatio
[
all
...]
text-classification-model.cc
190
new
FeatureProcessor
(selection_params_->GetFeatureProcessorOptions()));
202
new
FeatureProcessor
(sharing_params_->GetFeatureProcessorOptions()));
236
const
FeatureProcessor
& feature_processor, const EmbeddingNetwork& network,
/external/libtextclassifier/tests/
feature-processor_test.cc
201
class TestingFeatureProcessor : public
FeatureProcessor
{
203
using
FeatureProcessor
::
FeatureProcessor
;
204
using
FeatureProcessor
::SpanToLabel;
205
using
FeatureProcessor
::SupportedCodepointsRatio;
206
using
FeatureProcessor
::IsCodepointInRanges;
207
using
FeatureProcessor
::ICUTokenize;
208
using
FeatureProcessor
::supported_codepoint_ranges_;
Completed in 147 milliseconds