summaryrefslogtreecommitdiff
path: root/compatibility_matrices/exclude/fcm_exclude.cpp
diff options
context:
space:
mode:
authorMichael Butler <butlermichael@google.com>2020-02-22 22:37:59 -0800
committerMichael Butler <butlermichael@google.com>2020-10-01 11:32:53 -0700
commita685c3dbf4afb35d0a80488155ce2bde30c9d6e9 (patch)
tree4337b75aea51accafb5bcb0a86012fdb63ea4708 /compatibility_matrices/exclude/fcm_exclude.cpp
parentd6db131281d33fe0e9e930e31344ee71ed859f27 (diff)
Create conversions to/from NNAPI canonical types
This CL creates the following primary sets of functions: * V1_X::utils::convert(<canonical_type>) -- Converts a canonical type to the corresponding HAL version type. * nn::convert(<V1_X_HAL_type>) -- Converts a HAL version type to the corresponding canonical type. * neuralnetworks::utils::hasNoPointerData -- Indicates if the object contains no pointer-based data that could be relocated to shared memory. * neuralnetworks::utils::flushDataFromPointerToShared -- Relocate pointer-based data to shared memory. * neuralnetworks::utils::unflushDataFromSharedToPointer -- Undoes `flushDataFromPointerToShared` on a Request object. More specifically, `unflushDataFromSharedToPointer` copies the output shared memory data from the transformed Request object back to the output pointer-based memory in the original Request object. It also introduces some other minor utility code, including makeQuantized8PerformanceConsistentWithP, countNumberOfConsumers, validate, valid, and validatedConvertToCanonical. Bug: 160667419 Test: mma Change-Id: I0732e658c1f4ed40cd122f1ca8581fb40b056757
Diffstat (limited to 'compatibility_matrices/exclude/fcm_exclude.cpp')
0 files changed, 0 insertions, 0 deletions