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

  /external/libtextclassifier/lang_id/fb_model/
lang-id-from-fb.h 46 std::unique_ptr<LangId> GetLangIdFromFlatbufferBytes(const char *data,
49 // Convenience string-based version of GetLangIdFromFlatbufferBytes.
52 inline std::unique_ptr<LangId> GetLangIdFromFlatbufferBytes(
54 return GetLangIdFromFlatbufferBytes(bytes.data(), bytes.size());
lang-id-from-fb.cc 43 std::unique_ptr<LangId> GetLangIdFromFlatbufferBytes(const char *data,

Completed in 181 milliseconds