OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:feature_processor_options
(Results
1 - 2
of
2
) sorted by null
/external/libtextclassifier/smartselect/
model-params.cc
38
FeatureProcessorOptions
feature_processor_options
;
local
42
feature_processor_options
=
46
if (
feature_processor_options
.tokenization_codepoint_config_size() == 0) {
49
config =
feature_processor_options
.add_tokenization_codepoint_config();
55
config =
feature_processor_options
.add_tokenization_codepoint_config();
104
feature_processor_options
.context_size() * 2);
122
start, num_bytes,
feature_processor_options
.context_size()));
125
feature_processor_options
);
129
selection_options, sharing_options,
feature_processor_options
);
model-params.h
131
const FeatureProcessorOptions&
feature_processor_options
)
135
feature_processor_options_(
feature_processor_options
),
Completed in 66 milliseconds