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

  /external/libtextclassifier/lang_id/
lang-id.h 36 class LangIdImpl;
128 std::unique_ptr<LangIdImpl> pimpl_;
lang-id.cc 56 class LangIdImpl {
58 explicit LangIdImpl(std::unique_ptr<ModelProvider> model_provider)
253 // Version of the model used by this LangIdImpl object. Zero means that the
261 : pimpl_(new LangIdImpl(std::move(model_provider))) {}

Completed in 103 milliseconds