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

  /external/libtextclassifier/
feature-processor_test.cc 594 options.min_supported_codepoint_ratio = 0.0;
603 options.min_supported_codepoint_ratio = 0.2;
612 options.min_supported_codepoint_ratio = 0.5;
    [all...]
model_generated.h 2452 float min_supported_codepoint_ratio; member in struct:libtextclassifier2::FeatureProcessorOptionsT
2590 float min_supported_codepoint_ratio() const { function in struct:libtextclassifier2::FLATBUFFERS_FINAL_CLASS
    [all...]
feature-processor.cc 776 if (options_->min_supported_codepoint_ratio() > 0) {
779 if (supported_codepoint_ratio < options_->min_supported_codepoint_ratio()) {
    [all...]

Completed in 85 milliseconds