您最多选择25个标签 标签必须以中文、字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 
mindspore-ci-bot 7bb0eeb614 !968 profiling task desc info 4 年前
.gitee Add issue and PR templates for gitee and github 5 年前
.github Add issue and PR templates for gitee and github 5 年前
cmake 回退 'Pull Request !894 : Enable -Werror=unused-const-variable' 4 年前
docs Add chinese README 5 年前
ge !968 profiling task desc info 4 年前
inc profiling task desc info 4 年前
metadef @ b00c50c2a8 profiling task desc info 4 年前
parser @ f0109a2c70 profiling task desc info 4 年前
scripts update Relu6Grad definition 5 年前
tests action of remove const data has be done by 4 年前
third_party adapting mindspore to latest graphengine form 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 adapting mindspore to latest graphengine form 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 license update, mentioning usage of tensorflow and caffe code 4 年前
build.sh fix cmake args 4 年前
classify_rule.txt add ut classify_rule 4 年前

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

C++ Protocol Buffer Text Makefile CMake other