platform_hardware_interfaces/neuralnetworks/1.3
Michael Butler 68a868b2ac NNAPI HAL: Remove priority from prepareModelFromCache_1_3
prepareModelFromCache_1_3 uses model cache and data cache that
represent a prepared model. Any argument that contributes in a
meaningful way to the prepared model is implicitly included in
this model cache and data cache. For example, "model" and
"executionPreference" appear in prepareModel_1_3 but not in
prepareModelFromCache_1_3 because they are implicitly included
in the model cache and data cache. In a similar way, because
it could affect the resulting model, "priority" should be
removed from prepareModelFromCache_1_3.

Fixes: 148802784
Test: mma
Test: VtsHalNeuralnetworksV1_3TargetTest
Change-Id: I518e493ead8aa97220b16370cce8523b425c378c
Merged-In: I518e493ead8aa97220b16370cce8523b425c378c
(cherry picked from commit c90250ff57)
2020-02-06 11:38:08 +00:00
..
vts NNAPI HAL: Remove priority from prepareModelFromCache_1_3 2020-02-06 11:38:08 +00:00
Android.bp Support sync fence in NNAPI 2020-01-27 12:58:31 -08:00
IBuffer.hal Add Quality of Service to NNAPI HAL 2020-01-27 12:51:25 -08:00
IDevice.hal NNAPI HAL: Remove priority from prepareModelFromCache_1_3 2020-02-06 11:38:08 +00:00
IExecutionCallback.hal Add Quality of Service to NNAPI HAL 2020-01-27 12:51:25 -08:00
IFencedExecutionCallback.hal Update sync fence related API for NNAPI 2020-01-30 15:23:23 -08:00
IPreparedModel.hal Update sync fence related API for NNAPI 2020-01-30 15:23:23 -08:00
IPreparedModelCallback.hal Add Quality of Service to NNAPI HAL 2020-01-27 12:51:25 -08:00
types.hal Update sync fence related API for NNAPI 2020-01-30 15:23:23 -08:00
types.t NNAPI: Add OptionalTimeoutDuration to 1.3/types.t 2020-02-06 11:38:06 +00:00