Searched refs:OH_NN_OTHERS (Results 1 – 14 of 14) sorted by relevance
/ohos5.0/foundation/ai/neural_network_runtime/test/system_test/ |
H A D | device_test.cpp | 158 OH_NN_DeviceType type {OH_NN_OTHERS}; 172 OH_NN_DeviceType type {OH_NN_OTHERS};
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_backend/ |
H A D | nn_backend_test.cpp | 205 OH_NN_DeviceType backendName = OH_NN_OTHERS; 221 OH_NN_DeviceType backendName = OH_NN_OTHERS; 241 OH_NN_DeviceType backendName = OH_NN_OTHERS;
|
/ohos5.0/foundation/ai/neural_network_runtime/interfaces/kits/c/neural_network_runtime/ |
H A D | neural_network_runtime_type.h | 275 OH_NN_OTHERS = 0, enumerator
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-neural-network-runtime-kit/ |
H A D | neural__network__runtime__type_8h.md | 68 | [OH_NN_DeviceType](_neural_network_runtime.md#oh_nn_devicetype) { OH_NN_OTHERS = 0, OH_NN_CPU = 1…
|
H A D | _neural_network_runtime.md | 69 | [OH_NN_DeviceType](#oh_nn_devicetype) { OH_NN_OTHERS = 0, OH_NN_CPU = 1, OH_NN_GPU = 2, OH_NN_ACC… 517 | OH_NN_OTHERS | 不属于CPU、GPU、专用加速器的设备 | 1425 - 不属于以上类型的其他硬件类型:OH_NN_OTHERS
|
H A D | _neural_nework_runtime.md | 69 | [OH_NN_DeviceType](#oh_nn_devicetype) { OH_NN_OTHERS = 0, OH_NN_CPU = 1, OH_NN_GPU = 2, OH_NN_ACC… 517 | OH_NN_OTHERS | 不属于CPU、GPU、专用加速器的设备 | 1425 - 不属于以上类型的其他硬件类型:OH_NN_OTHERS
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | hdi_device_v1_0.cpp | 41 return OH_NN_OTHERS; in TransHDIDeviceV1_0Type()
|
H A D | hdi_device_v2_0.cpp | 45 return OH_NN_OTHERS; in TransHDIDeviceV2_0Type()
|
H A D | hdi_device_v2_1.cpp | 45 return OH_NN_OTHERS; in TransHDIDeviceV2_1Type()
|
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/ |
H A D | neural__network__runtime__type_8h.md | 68 | [OH_NN_DeviceType](_neural_network_runtime.md#oh_nn_devicetype) { OH_NN_OTHERS = 0, OH_NN_CPU = 1…
|
H A D | _neural_network_runtime.md | 69 | [OH_NN_DeviceType](#oh_nn_devicetype) { OH_NN_OTHERS = 0, OH_NN_CPU = 1, OH_NN_GPU = 2, OH_NN_ACC… 517 | OH_NN_OTHERS | Devices that are not CPU, GPU, or dedicated accelerator.| 1425 - * - **OH_NN_OTHERS**: other device types.
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/neural_network_runtime_test/ |
H A D | neural_network_runtime_test.cpp | 51 if (deviceType == OH_NN_OTHERS) { in GetDeviceType() 2150 OH_NN_DeviceType deviceType = OH_NN_OTHERS;
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_runtime_test/ |
H A D | neural_network_runtime_test.cpp | 52 if (deviceType == OH_NN_OTHERS) { in GetDeviceType() 2695 OH_NN_DeviceType deviceType = OH_NN_OTHERS;
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_core_test/ |
H A D | neural_network_core_test.cpp | 320 OH_NN_DeviceType deviceType = OH_NN_OTHERS;
|