tree: febb5c918e5047e2dd8a2bd416944894f76e41b3 [path history] [tgz]
  1. hardware_buffer/
  2. includes/
  3. libbase/
  4. libcutils/
  5. libfmq/
  6. libhidl/
  7. native/
  8. neuralnetworks/
  9. BUILD.gn
  10. OWNERS
  11. README.md
nnapi/README.md

Chrome OS NNAPI Implementation

Summary

The Android Neural Networks API is an Android C API designed for running computationally intensive operations for machine learning on Android Devices. NNAPI is designed to provide a base layer of functionality for higher level machine learning frameworks, such as TensorFlow Lite.

NNAPI is being ported to Chrome OS to provide a common abstraction for the implementation of on device accelerators, using Neural Networks HAL.

Vendors will provide NNHAL implementations for their hardware for acceleration on Chrome OS via ML Service.