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

  /external/libtextclassifier/lang_id/fb_model/
lang-id-from-fb.h 37 std::unique_ptr<LangId> GetLangIdFromFlatbufferFileDescriptor(int fd);
lang-id-from-fb.cc 34 std::unique_ptr<LangId> GetLangIdFromFlatbufferFileDescriptor(int fd) {
  /external/libtextclassifier/lang_id/
lang-id_jni.cc 31 using libtextclassifier3::mobile::lang_id::GetLangIdFromFlatbufferFileDescriptor;
68 std::unique_ptr<LangId> lang_id = GetLangIdFromFlatbufferFileDescriptor(fd);
120 std::unique_ptr<LangId> lang_id = GetLangIdFromFlatbufferFileDescriptor(fd);

Completed in 114 milliseconds