您最多选择25个标签 标签必须以中文、字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 
taoxiangdong 384a7549a5 update ge_runner cmakelist 5 年前
.gitee Add issue and PR templates for gitee and github 5 年前
.github Add issue and PR templates for gitee and github 5 年前
cmake update cmake for atc 5 年前
docs Add chinese README 5 年前
ge update ge_runner cmakelist 5 年前
inc update ge cmakelist 5 年前
metadef @ 777da1eab8 update metadef and parser submodule 5 年前
parser @ d758757c03 update metadef and parser submodule 5 年前
scripts update Relu6Grad definition 5 年前
tests code sync for C75B100 master 5 年前
third_party update cmake bugs 5 年前
.clang-format initial version 5 年前
.gitignore GraphEngine now generates a package of libraries and test executables 5 年前
.gitmodules ge submodule metadef 5 年前
CMakeLists.txt update cmake for atc 5 年前
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 update cmake bugs 5 年前

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

C++ Protocol Buffer Text Makefile CMake other