Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/vocab/
Dvocab-level-table.h48 static const VocabModel* LoadAndVerifyModel();
/external/libtextclassifier/native/actions/
Dactions-suggestions.cc58 const ActionsModel* LoadAndVerifyModel(const uint8_t* addr, int size) { in LoadAndVerifyModel() function
121 const ActionsModel* model = LoadAndVerifyModel(buffer, size); in FromUnownedBuffer()
142 const ActionsModel* model = LoadAndVerifyModel( in FromScopedMmap()
169 const ActionsModel* model = LoadAndVerifyModel( in FromScopedMmap()
1519 return LoadAndVerifyModel(reinterpret_cast<const uint8_t*>(buffer), size); in ViewActionsModel()
/external/libtextclassifier/native/annotator/
Dannotator.cc71 const Model* LoadAndVerifyModel(const void* addr, int size) { in LoadAndVerifyModel() function
159 const Model* model = LoadAndVerifyModel(buffer, size); in FromUnownedBuffer()
181 const Model* model = LoadAndVerifyModel(classifier->owned_buffer_.data(), in FromString()
205 const Model* model = LoadAndVerifyModel((*mmap)->handle().start(), in FromScopedMmap()
233 const Model* model = LoadAndVerifyModel((*mmap)->handle().start(), in FromScopedMmap()
3203 return LoadAndVerifyModel(buffer, size); in ViewModel()