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

  /external/libtextclassifier/lang_id/fb_model/
lang-id-from-fb.h 33 std::unique_ptr<LangId> GetLangIdFromFlatbufferFile(const string &filename);
lang-id-from-fb.cc 25 std::unique_ptr<LangId> GetLangIdFromFlatbufferFile(const string &filename) {
  /external/libtextclassifier/lang_id/
lang-id_jni.cc 30 using libtextclassifier3::mobile::lang_id::GetLangIdFromFlatbufferFile;
78 std::unique_ptr<LangId> lang_id = GetLangIdFromFlatbufferFile(path_str);

Completed in 439 milliseconds