platform_hardware_interfaces/neuralnetworks
Jooyung Han 0bdded6d5a Cast to the underlying type for union tags
Union tags are of enum type. Streaming it would make more sense by
casting to underlying types.

For now casting is not required since tags are defined as `enum Tag`.
But we're going to change it to `enum class Tag` which won't work with
operator<< without casting.

Bug: 218912230
Test: m
Change-Id: Ia5e8a5c38fe23c72dffbdca320a32abdfa0eb38e
2022-02-26 21:10:12 +09:00
..
1.0 Merge "Cleanup NN utility libraries' dependencies" 2022-01-20 23:36:09 +00:00
1.1 Merge "Cleanup NN utility libraries' dependencies" 2022-01-20 23:36:09 +00:00
1.2 Merge "Remove NN host specific build defines" 2022-02-24 00:59:51 +00:00
1.3 Merge "Remove NN host specific build defines" 2022-02-24 00:59:51 +00:00
aidl Cast to the underlying type for union tags 2022-02-26 21:10:12 +09:00
utils Merge "Add timed out test files to tidy_timeout_srcs" 2022-02-24 00:21:18 +00:00
OWNERS Update NNAPI owners file 2022-01-04 09:45:05 -08:00
README Consolidate NNAPI OWNERS files 2021-11-15 20:22:41 +00:00
TEST_MAPPING Add canonical types adapters for NNAPI AIDL interface 2021-03-16 11:57:04 -07:00

NeuralNetworks sample driver implementation is located at
packages/modules/NeuralNetworks/driver/sample*.