summaryrefslogtreecommitdiff
path: root/nn/runtime/NOTICE
AgeCommit message (Collapse)Author
2018-12-04Extend NOTICE with licences of static dependencies.Przemyslaw Szczepaniak
Extended NOTICE file with licences for staticly linked dependencies and bases of derived work. Tensorflow - Apache 2.0 Eigen - Mozilla Public License Version 2.0 libtextclassifier - Apache 2.0 gemmlowp - Apache 2.0 Caffe2 (some docs are derived from Caffe2) - BSD Test: Build image and inspected /etc/NOTICE.html.gz Bug: 119767241 Change-Id: I6f8df0a3442c49155fbaf10fc308a6a7bda8b318
2017-07-14First implementation of the Neural Networks API.Jean-Luc Brouillet
This first version can run a simple query on the CPU either via the fallback path or through a simulated driver. This code has many deficiencies: single threaded, not all validation are done, not going through HIDL, and not enough unit tests. Expect more changes! Test: Compiled and ran the unit tests Change-Id: I9f6a485a2e7207aeb5f91a2904dcb4b7fd8a6f65