From c85c0e891ad96e78e29e3e0d8f1ac6f98e5ca4cc Mon Sep 17 00:00:00 2001 From: zengchen1024 Date: Fri, 17 Apr 2020 15:32:02 +0800 Subject: [PATCH] update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index db223e2c..ddd6d061 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +# Introduction + GraphEngine(GE) is a sub-module of MindSpore connecting the front end and devices which was designed by the researches and engineers within Huawei Technologies Co.,Ltd. GE is implemented via C++. It takes the graph of front end as its input and a series of graph operations are carried out to adapt the graph to a certain form which can be effectively operated on devices. GE is specifically designed for an efficient operation on Ascend Chips. GE is automatically called without any exposure to the users. GE mainly consists of two parts, i.e. GE API and GE Core. The architecture diagram of GE is illustrated as follows ![GE_schema](docs/GE_Architecture.png)