diff --git a/README.md b/README.md index 079a1df870a36b04b42e3c36cd91f97c36df0866..034ba75e09783179042de07679260c8b0330e790 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ [Documentation](docs) | [FAQ](docs/faq.md) | [Release Notes](RELEASE.md) | +[Roadmap](ROADMAP.md) | [MACE Model Zoo](https://github.com/XiaoMi/mace-models) | [Demo](mace/examples/android) | [中文](README_zh.md) diff --git a/README_zh.md b/README_zh.md index 42613c1f36a962c3c3c8fd001b0aa9f317592034..38ccd71f2feeca95444856bbcb2a9805e4e6ba12 100644 --- a/README_zh.md +++ b/README_zh.md @@ -5,6 +5,7 @@ [文档](docs) | [FAQ](docs/faq.md) | [发布记录](RELEASE.md) | +[路线图](ROADMAP.md) | [MACE Model Zoo](https://github.com/XiaoMi/mace-models) | [Demo](mace/examples/android) | [English](README.md) diff --git a/ROADMAP.md b/ROADMAP.md new file mode 100644 index 0000000000000000000000000000000000000000..a3714732beeb4613fea41772776ff67fd7484887 --- /dev/null +++ b/ROADMAP.md @@ -0,0 +1,11 @@ +Roadmap +======= + +* Quantized CPU inference +* Mixed-precision inference +* Improved Mali and PowerVR support +* More Ops +* Improved host/x86 performance +* Android NN integration + +*Last updated: June 27, 2018*