Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dnnrt_client.h37 int (*IsSupportAuthentication)(bool* supportStat) = nullptr; variable
H A Dnnrt_client.cpp68 LoadFunction(libNNRtService, "IsSupportAuthentication", &nnrtService.IsSupportAuthentication); in GetInstance()
H A Dneural_network_core.cpp555 if (nnrtService.IsSupportAuthentication == nullptr) { in AuthenticateModel()
561 int ret = nnrtService.IsSupportAuthentication(&supportStat); in AuthenticateModel()