Add model_arch_hash_64 to NNAPI platform telemetry

This CL adds model_arch_hash_64 to NNAPI platform telemetry. This is a
compressed 64-bit version of the existing model_arch_hash field, which
is 256 bits. model_arch_hash_64 is compressed by bitwise-xor'ing all
64-bit chunks of model_arch_hash.

Bug: 232303482
Test: mma
Test: presubmit
Test: CtsNNAPIStatsdAtomHostTestCases
Change-Id: I01c3d55a294a016571772111bd1c7e15973822f6
1 file changed