Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dnnrt_client.h38 int (*IsSupportScheduling)(bool* supportStat) = nullptr; variable
H A Dnnrt_client.cpp69 LoadFunction(libNNRtService, "IsSupportScheduling", &nnrtService.IsSupportScheduling); in GetInstance()
H A Dneural_network_core.cpp1241 if (nnrtService.IsSupportScheduling == nullptr) { in Scheduling()
1252 int ret = nnrtService.IsSupportScheduling(&supportStat); in Scheduling()