add the hal interfaces of neuralnetworks@1.1 to android_nn of labs (#371)
author장지섭/동작제어Lab(SR)/Engineer/삼성전자 <jiseob.jang@samsung.com>
Tue, 3 Apr 2018 02:13:06 +0000 (11:13 +0900)
committer서상민/동작제어Lab(SR)/Senior Engineer/삼성전자 <sangmin7.seo@samsung.com>
Tue, 3 Apr 2018 02:13:06 +0000 (11:13 +0900)
commitc04827a540d50af5c1f711a61dfb87614f6acc69
tree6e21b4da1d462f5feb598df223bdd94f005394be
parentb3ac6d59f259e3c88905b6209b9c0f8e9bff9ec3
add the hal interfaces of neuralnetworks@1.1 to android_nn of labs (#371)

This commit adds the hal interfaces of the neuralnetworks@1.1 to android_nn of labs.

The interfaces of neuralnetworks have been included in o-mr1-iot-preview-7 android-o-mr1-iot-preview-7 android-p-preview-1.
Ref : https://android.googlesource.com/platform/hardware/interfaces/+/7df64ea2fd8c8e501ac1ba5cb05def96f8a8d49e
Additionally, This is the history log) related to android nn of o-mr1-iot-preview-7 branch.

Signed-off-by: jiseob.jang <jiseob.jang@samsung.com>
labs/android_nn/nn/depend/hal/CMakeLists.txt
labs/android_nn/nn/depend/hal/hardware/neuralnetworks/1.1/DeviceAll.cpp [new file with mode: 0644]
labs/android_nn/nn/depend/hal/hardware/neuralnetworks/1.1/types.cpp [new file with mode: 0644]
labs/android_nn/nn/depend/hal/include/android/hardware/neuralnetworks/1.1/BnHwDevice.h [new file with mode: 0644]
labs/android_nn/nn/depend/hal/include/android/hardware/neuralnetworks/1.1/BpHwDevice.h [new file with mode: 0644]
labs/android_nn/nn/depend/hal/include/android/hardware/neuralnetworks/1.1/BsDevice.h [new file with mode: 0644]
labs/android_nn/nn/depend/hal/include/android/hardware/neuralnetworks/1.1/IDevice.h [new file with mode: 0644]
labs/android_nn/nn/depend/hal/include/android/hardware/neuralnetworks/1.1/IHwDevice.h [new file with mode: 0644]
labs/android_nn/nn/depend/hal/include/android/hardware/neuralnetworks/1.1/hwtypes.h [new file with mode: 0644]
labs/android_nn/nn/depend/hal/include/android/hardware/neuralnetworks/1.1/types.h [new file with mode: 0644]