Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/interfaces/innerkits/c/
H A Dneural_network_runtime_inner.h154 OH_NN_ReturnCode OH_NN_GetDeviceID(char *nnrtDevice, size_t len);
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/
H A Dnnrt_delegate.cpp246 size_t nnrtDevice; in CheckDeviceValid() local
247 TF_LITE_ENSURE_STATUS(GetTargetDevice(context, delegate, nnrt, nnrtDevice)); in CheckDeviceValid()
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dneural_network_runtime.cpp729 NNRT_API OH_NN_ReturnCode OH_NN_GetDeviceID(char *nnrtDevice, size_t len) in OH_NN_GetDeviceID() argument
731 if (nnrtDevice == nullptr || len == 0) { in OH_NN_GetDeviceID()
745 auto secureRet = strcpy_s(nnrtDevice, len, deviceName.c_str()); in OH_NN_GetDeviceID()