Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dnnrt_client.h33 size_t (*GetNNRtModelIDFromCache)(const char* path, const char* modelName) = nullptr; variable
H A Dnnrt_client.cpp64 LoadFunction(libNNRtService, "GetNNRtModelIDFromCache", &nnrtService.GetNNRtModelIDFromCache); in GetInstance()
H A Dneural_network_core.cpp631 … compilationImpl->nnrtModelID = nnrtService.GetNNRtModelIDFromCache(compilationImpl->cachePath, in GetNnrtModelId()
640 nnrtService.GetNNRtModelIDFromCache(compilationImpl->cachePath, modelName.c_str()); in GetNnrtModelId()