From d36480a3d54fa3dbe1ad87da68bda178808a672d Mon Sep 17 00:00:00 2001 From: Liangliang He Date: Tue, 22 May 2018 15:44:44 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21b063b6..b71af624 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ mobile heterogeneous computing platforms. The design is focused on the following targets: * Performance - * The runtime is highly optimized with NEON, OpenCL and HVX. Except for the + * The runtime is highly optimized with NEON, OpenCL and Hexagon. Except for the inference speed, the initialization speed is also intensively optimized. * Power consumption * Chip dependent power options are included as advanced API. @@ -55,7 +55,7 @@ please refer to [the contribution guide](docs/development/contributing.md). MiAI Compute Engine depends on several open source projects located in [third_party](mace/third_party) directory. Particularly, we learned a lot from the following projects during the development: -* [nnlib](https://source.codeaurora.org/quic/hexagon_nn/nnlib): the DSP runtime +* [Qualcomm Hexagon NN Offload Framework](https://source.codeaurora.org/quic/hexagon_nn/nnlib): the Hexagon DSP runtime depends on this library. * [TensorFlow](https://github.com/tensorflow/tensorflow), [Caffe](https://github.com/BVLC/caffe), -- GitLab