Home
last modified time | relevance | path

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

/external/libtextclassifier/native/lang_id/fb_model/
Dlang-id-from-fb.h54 std::unique_ptr<LangId> GetLangIdFromFlatbufferBytes(const char *data,
60 inline std::unique_ptr<LangId> GetLangIdFromFlatbufferBytes( in GetLangIdFromFlatbufferBytes() function
62 return GetLangIdFromFlatbufferBytes(bytes.data(), bytes.size()); in GetLangIdFromFlatbufferBytes()
Dlang-id-from-fb.cc57 std::unique_ptr<LangId> GetLangIdFromFlatbufferBytes(const char *data, in GetLangIdFromFlatbufferBytes() function
/external/libtextclassifier/native/lang_id/
Dlang-id-wrapper.cc46 libtextclassifier3::mobile::lang_id::GetLangIdFromFlatbufferBytes(buffer, size); in LoadFromUnownedBuffer()