From 57c0294b196ed75eaf3df8d7633e437c310606da Mon Sep 17 00:00:00 2001 From: Liangliang He Date: Wed, 27 Jun 2018 09:48:42 +0800 Subject: [PATCH] Add roadmap --- README.md | 1 + README_zh.md | 1 + ROADMAP.md | 11 +++++++++++ 3 files changed, 13 insertions(+) create mode 100644 ROADMAP.md diff --git a/README.md b/README.md index 079a1df8..034ba75e 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 42613c1f..38ccd71f 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 00000000..a3714732 --- /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* -- GitLab