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

  /external/libtextclassifier/
cached-features.cc 38 num_extracted_tokens += config->num_tokens_inside_right();
115 // before the left bound, so that if num_tokens_inside_right goes past it,
119 config->num_tokens_inside_right(),
cached-features_test.cc 104 config->num_tokens_inside_right = 2;
model_generated.h 2216 int32_t num_tokens_inside_right; member in struct:libtextclassifier2::FeatureProcessorOptions_::BoundsSensitiveFeaturesT
2254 int32_t num_tokens_inside_right() const { function in struct:libtextclassifier2::FeatureProcessorOptions_::FLATBUFFERS_FINAL_CLASS
    [all...]
feature-processor_test.cc 522 options.bounds_sensitive_features->num_tokens_inside_right = 3;
671 options.bounds_sensitive_features->num_tokens_inside_right = 2;
    [all...]

Completed in 7009 milliseconds