platform_hardware_interfaces/neuralnetworks/1.3
Michael Butler c7327c57f9 Fix NNAPI QoS Deadline test
The Deadline test was directly loading into the field of a std::optional
instead of emplacing, which is undefined behavior. This has been
corrected to emplace.

Additionally, previously the deadline test always checked the tensor
results of the execution. This is changed to only check the results
when the driver reports that the execution completed successfully.

Finally, this CL merges similar switch case statements.

Bug: 149766387
Test: mma
Test: VtsHalNeuralnetworksV1_3TargetTest
Change-Id: I1068fe70e74a12006dea3cdf4ae9da50004ad24b
2020-02-19 18:33:16 +00:00
..
vts Fix NNAPI QoS Deadline test 2020-02-19 18:33:16 +00:00
Android.bp Support sync fence in NNAPI 2020-01-22 09:45:47 -08:00
IBuffer.hal Add Quality of Service to NNAPI HAL 2020-01-21 15:55:49 -08:00
IDevice.hal Relax NNAPI QoS deadline parameter 2020-02-19 10:07:56 -08:00
IExecutionCallback.hal Relax NNAPI QoS deadline parameter 2020-02-19 10:07:56 -08:00
IFencedExecutionCallback.hal Relax NNAPI QoS deadline parameter 2020-02-19 10:07:56 -08:00
IPreparedModel.hal Relax NNAPI QoS deadline parameter 2020-02-19 10:07:56 -08:00
IPreparedModelCallback.hal Relax NNAPI QoS deadline parameter 2020-02-19 10:07:56 -08:00
types.hal Add parallel linking support for BIDIRECTIONAL_SEQUENCE_{LSTM|RNN} 2020-02-18 21:00:44 +00:00
types.t Add NNAPI loop timeout API 2020-02-18 13:37:37 +00:00