NNAPI Support Library
Files in this directory are a copy of NNAPI Support Library files in AOSP.
The files had to be modified to make them work in TF Lite context. Here is the list of differences from the AOSP version:
#includedirectives use fully-qualified paths.#pragma oncedirectives are changed to header guards. Android paths in header guards are changed to TF Lite paths.tensorflow/lite/nnapi/NeuralNetworksTypes.his used for definitions of NNAPI types instead ofNeuralNetworksTypes.hfrom AOSP.loadNnApiSupportLibrary(...)is usingtensorflow/lite/minimal_logging.hfor logging on errors.SupportLibrary.hdeclarations are wrapped intotflite::nnapinamespace.__BEGIN_DECLSand__END_DECLSare changed to explicitextern "C"blocks.- Copyright notice is changed to the one used in Tensorflow project.