Home
last modified time | relevance | path

Searched refs:OH_NNDevice_GetType (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/test/system_test/
H A Ddevice_test.cpp159 OH_NN_ReturnCode ret = OH_NNDevice_GetType(m_deviceId, &type);
173 OH_NN_ReturnCode ret = OH_NNDevice_GetType(deviceId, &type);
185 OH_NN_ReturnCode ret = OH_NNDevice_GetType(deviceId, nullptr);
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/nnrt/
H A Dnnrt_implementation.cpp99 LoadFunction(libNeuralNetworks, "OH_NNDevice_GetType", &nnrt.OH_NNDevice_GetType); in LoadNnrt()
H A Dnnrt_implementation.h82 OH_NN_ReturnCode (*OH_NNDevice_GetType)(size_t deviceID, OH_NN_DeviceType* deviceType); member
/ohos5.0/foundation/ai/neural_network_runtime/interfaces/kits/c/neural_network_runtime/
H A Dneural_network_core.h1130 OH_NN_ReturnCode OH_NNDevice_GetType(size_t deviceID, OH_NN_DeviceType *deviceType);
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/
H A Dnnrt_utils.cpp122 RETURN_TFLITE_ERROR_IF_NN_ERROR(nnrt->OH_NNDevice_GetType(alldevicesID[i], &tempDeviceType), in GetTargetDevice()
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/neural_network_runtime_test/
H A Dneural_network_runtime_test.cpp2125 OH_NN_ReturnCode ret = OH_NNDevice_GetType(deviceID, pDeviceType);
2138 OH_NN_ReturnCode ret = OH_NNDevice_GetType(deviceID, pDeviceType);
2152 OH_NN_ReturnCode ret = OH_NNDevice_GetType(deviceID, pDeviceType);
2166 OH_NN_ReturnCode ret = OH_NNDevice_GetType(deviceID, pDeviceType);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-neural-network-runtime-kit/
H A Dneural__network__core_8h.md77 | [OH_NN_ReturnCode](_neural_network_runtime.md#oh_nn_returncode)[OH_NNDevice_GetType](_neural_netw…
H A D_neural_network_runtime.md128 | [OH_NN_ReturnCode](#oh_nn_returncode)[OH_NNDevice_GetType](#oh_nndevice_gettype) (size_t deviceID…
1277 …](#oh_nndevice_getalldevicesid)获取可用的设备ID, 通过[OH_NNDevice_GetType](#oh_nndevice_gettype)和[OH_NNDevi…
1407 ### OH_NNDevice_GetType()
1410 OH_NN_ReturnCode OH_NNDevice_GetType (size_t deviceID, OH_NN_DeviceType *deviceType )
H A D_neural_nework_runtime.md128 | [OH_NN_ReturnCode](#oh_nn_returncode)[OH_NNDevice_GetType](#oh_nndevice_gettype) (size_t deviceID…
1277 …](#oh_nndevice_getalldevicesid)获取可用的设备ID, 通过[OH_NNDevice_GetType](#oh_nndevice_gettype)和[OH_NNDevi…
1407 ### OH_NNDevice_GetType()
1410 OH_NN_ReturnCode OH_NNDevice_GetType (size_t deviceID, OH_NN_DeviceType *deviceType )
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_core_test/
H A Dneural_network_core_test.cpp290 OH_NN_ReturnCode ret = OH_NNDevice_GetType(deviceID, pDeviceType);
308 OH_NN_ReturnCode ret = OH_NNDevice_GetType(deviceID, pDeviceType);
327 OH_NN_ReturnCode ret = OH_NNDevice_GetType(deviceID, pDeviceType);
341 OH_NN_ReturnCode ret = OH_NNDevice_GetType(deviceID, pDeviceType);
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/
H A Dneural__network__core_8h.md77 | [OH_NN_ReturnCode](_neural_network_runtime.md#oh_nn_returncode)[OH_NNDevice_GetType](_neural_netw…
H A D_neural_network_runtime.md128 | [OH_NN_ReturnCode](#oh_nn_returncode)[OH_NNDevice_GetType](#oh_nndevice_gettype) (size_t deviceID…
1277 …o obtain available device IDs. Then, call [OH_NNDevice_GetType](#oh_nndevice_gettype) and [OH_NNDe…
1407 ### OH_NNDevice_GetType()
1410 OH_NN_ReturnCode OH_NNDevice_GetType (size_t deviceID, OH_NN_DeviceType *deviceType )
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_runtime_test/
H A Dneural_network_runtime_test.cpp2670 OH_NN_ReturnCode ret = OH_NNDevice_GetType(deviceID, pDeviceType);
2683 OH_NN_ReturnCode ret = OH_NNDevice_GetType(deviceID, pDeviceType);
2697 OH_NN_ReturnCode ret = OH_NNDevice_GetType(deviceID, pDeviceType);
2711 OH_NN_ReturnCode ret = OH_NNDevice_GetType(deviceID, pDeviceType);
/ohos5.0/foundation/ai/neural_network_runtime/
H A Dneural-network-runtime-guidelines.md146 | OH_NN_ReturnCode OH_NNDevice_GetType(size_t deviceID, OH_NN_DeviceType *deviceType) | 获取指定硬件的类别信息…
/ohos5.0/docs/zh-cn/application-dev/ai/nnrt/
H A Dneural-network-runtime-guidelines.md146 | OH_NN_ReturnCode OH_NNDevice_GetType(size_t deviceID, OH_NN_DeviceType *deviceType) | 获取指定硬件的类别信息…
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dneural_network_core.cpp93 NNRT_API OH_NN_ReturnCode OH_NNDevice_GetType(size_t deviceID, OH_NN_DeviceType* deviceType) in OH_NNDevice_GetType() function
/ohos5.0/docs/en/application-dev/ai/nnrt/
H A Dneural-network-runtime-guidelines.md146 | OH_NN_ReturnCode OH_NNDevice_GetType(size_t deviceID, OH_NN_DeviceType *deviceType) | Obtains the…