Home
last modified time | relevance | path

Searched refs:GetLangIdFromFlatbufferBytes (Results 1 – 2 of 2) sorted by relevance

/external/libtextclassifier/lang_id/fb_model/
Dlang-id-from-fb.h46 std::unique_ptr<LangId> GetLangIdFromFlatbufferBytes(const char *data,
52 inline std::unique_ptr<LangId> GetLangIdFromFlatbufferBytes( in GetLangIdFromFlatbufferBytes() function
54 return GetLangIdFromFlatbufferBytes(bytes.data(), bytes.size()); in GetLangIdFromFlatbufferBytes()
Dlang-id-from-fb.cc43 std::unique_ptr<LangId> GetLangIdFromFlatbufferBytes(const char *data, in GetLangIdFromFlatbufferBytes() function