Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dnnrt_client.h29 int (*CheckModelSizeFromPath)(const char* path, bool& exceedLimit) = nullptr; variable
H A Dnnrt_client.cpp60 LoadFunction(libNNRtService, "CheckModelSizeFromPath", &nnrtService.CheckModelSizeFromPath); in GetInstance()
H A Dneural_network_core.cpp502 if (nnrtService.CheckModelSizeFromPath == nullptr) { in CheckExceedRamLimit()
511 ret = nnrtService.CheckModelSizeFromPath(compilation->offlineModelPath, isExceedRamLimit); in CheckExceedRamLimit()
513 ret = nnrtService.CheckModelSizeFromPath(compilation->cachePath, isExceedRamLimit); in CheckExceedRamLimit()