From c92aa822e199cbc71750f08c958ab5fd114bb412 Mon Sep 17 00:00:00 2001 From: Yan Chunwei Date: Mon, 10 Aug 2020 19:33:19 +0800 Subject: [PATCH] update readme (#163) --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 66ef55b7ae462..2bd3917c1d631 100644 --- a/README.md +++ b/README.md @@ -1 +1,4 @@ -This is a refactor for the previous CINN project. +# CINN : Compiler Infrastructure for Neural Networks + +CINN is a DNN compiler and executor for multiple hardwares. +It is designed to provide multiple layers of APIs to make DNN computation easier to define, faster to execute and more convenient to extend with more hardware backends.