您最多选择25个标签 标签必须以中文、字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 
mindspore-ci-bot d39d873d9f !696 new report api 4 年前
.gitee Add issue and PR templates for gitee and github 5 年前
.github Add issue and PR templates for gitee and github 5 年前
cmake add 4 年前
docs Add chinese README 5 年前
ge !696 new report api 4 年前
inc profiling data add iter num 4 年前
metadef @ 8c89c521f5 update submodule 4 年前
parser @ 54ec7731e3 update submodule 4 年前
scripts update Relu6Grad definition 5 年前
tests drease om size 4 年前
third_party reset slog.h change 4 年前
.clang-format initial version 5 年前
.gitignore GraphEngine now generates a package of libraries and test executables 5 年前
.gitmodules update submodule metadef parser 5 年前
CMakeLists.txt solve static depend and add llt interception 4 年前
LICENSE initial version 5 年前
NOTICE initial version 5 年前
README.md Add chinese README 5 年前
README_CN.md Add chinese README 5 年前
RELEASE.md update RELEASE.md. 5 年前
Third_Party_Open_Source_Software_Notice initial version 5 年前
build.sh solve static depend and add llt interception 4 年前

图引擎模块(GE)是MindSpore的一个子模块,其代码由C++实现,位于前端模块ME和底层硬件之间,起到承接作用。图引擎模块以ME下发的图作为输入,然后进行一系列的深度图优化操作,最后输出一张可以在底层硬件上高效运行的图。GE针对昇腾AI处理器的硬件结构特点,做了特定的优化工作,以此来充分发挥出昇腾AI处理器的强大算力。在进行模型训练/推理时,GE会被自动调用而用户并不感知.

C++ Protocol Buffer Text Makefile CMake other