commit | d921396409a8252b92b3df1932a5deea408237dc | [log] [tgz] |
---|---|---|
author | Michael Butler <[email protected]> | Tue Oct 27 21:06:37 2020 -0700 |
committer | Michael Butler <[email protected]> | Sun Nov 01 23:06:34 2020 -0800 |
tree | 28e90194006fbef82947b3b1555b521f2b1e87eb | |
parent | 0ed5a89f910f51aff3b5dfea66e85d446e6eea8b [diff] |
Update NNAPI canonical validation Previously, there was a gap in our validation code when it came to validating operations because it relied on code that was not compatible with the canonical types at the time. Now that the code is compatible, this CL closes the validation gap. To facilitate this, this CL also relocates some utility code (HalVersion, NN_RET_CHECK_*) from Utils.h to TypeUtils.h. Bug: 160668435 Test: mma Change-Id: I4b9ed9ad14f79ad84860809f72c0ccbd6399e6f0