Searched refs:LoadAndVerifyModel (Results 1 – 3 of 3) sorted by relevance
48 static const VocabModel* LoadAndVerifyModel();
58 const ActionsModel* LoadAndVerifyModel(const uint8_t* addr, int size) { in LoadAndVerifyModel() function121 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()
71 const Model* LoadAndVerifyModel(const void* addr, int size) { in LoadAndVerifyModel() function159 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()