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

  /external/libtextclassifier/lang_id/
lang-id.h 120 int GetModelVersion() const;
lang-id_jni.cc 115 return model->GetModelVersion();
124 return lang_id->GetModelVersion();
lang-id.cc 164 int GetModelVersion() const { return model_version_; }
279 int LangId::GetModelVersion() const { return pimpl_->GetModelVersion(); }

Completed in 7653 milliseconds