HomeSort by relevance Sort by last modified time
    Searched full:num_tokens_before (Results 1 - 6 of 6) sorted by null

  /external/libtextclassifier/
cached-features.cc 36 num_extracted_tokens += config->num_tokens_before();
109 /*intended_span=*/{selected_span.first - config->num_tokens_before(),
cached-features_test.cc 102 config->num_tokens_before = 2;
model_generated.h 2214 int32_t num_tokens_before; member in struct:libtextclassifier2::FeatureProcessorOptions_::BoundsSensitiveFeaturesT
2248 int32_t num_tokens_before() const { function in struct:libtextclassifier2::FeatureProcessorOptions_::FLATBUFFERS_FINAL_CLASS
    [all...]
text-classifier.cc 694 bounds_sensitive_features->num_tokens_before(),
807 return {bounds_sensitive_features->num_tokens_before(),
864 /*num_tokens_left=*/bounds_sensitive_features->num_tokens_before(),
    [all...]
model.fbs 424 num_tokens_before:int;
feature-processor_test.cc 520 options.bounds_sensitive_features->num_tokens_before = 5;
669 options.bounds_sensitive_features->num_tokens_before = 3;
    [all...]

Completed in 107 milliseconds