[Bringup] Enable darwinn EdgeTPU implementation of NNAPI on PRO.
The NNAPI is now fully functional and passes all the tests. This CL enables the Darwinn NNAPI service by default on the master branch. Adding an OWNERS file to edgetpu part of gs*01 to make review process easier in the future. Bug: 186425023 Test: run_nnapi_test. tflite to nnapi test. Change-Id: I4caeb01f23526f4094799df968c96646d52e2131
This commit is contained in:
parent
5710123448
commit
b60bfdd875
2 changed files with 8 additions and 2 deletions
6
edgetpu/OWNERS
Normal file
6
edgetpu/OWNERS
Normal file
|
@ -0,0 +1,6 @@
|
|||
# Devs who work on EdgeTPU on Android.
|
||||
hsuy@google.com
|
||||
yuchicheng@google.com
|
||||
iayara@google.com
|
||||
qinyiyan@google.com
|
||||
macwang@google.com
|
|
@ -13,8 +13,8 @@ PRODUCT_PACKAGES += \
|
|||
PRODUCT_PACKAGES += \
|
||||
edgetpu-janeiro.fw
|
||||
# TPU NN AIDL HAL
|
||||
#PRODUCT_PACKAGES += \
|
||||
# android.hardware.neuralnetworks@service-darwinn-aidl
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.neuralnetworks@service-darwinn-aidl
|
||||
# TPU application service
|
||||
PRODUCT_PACKAGES += \
|
||||
vendor.google.edgetpu_app_service@1.0-service
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue