提交 3cc18277 编写于 作者: Z zhaocai 提交者: jackzhang235

modify symbol name

上级 08b440c0
......@@ -130,7 +130,7 @@ class Graph {
}
void GenOfflineModel(const std::string& name) {
cnmlModel_t model;
const auto& symbol = "subnet0";
const std::string& symbol = "subnet0";
const auto& filename = name + ".offline.cambricon";
CNML_CALL(cnmlCreateModel(&model, filename.c_str()));
CNML_CALL(cnmlAddFusionOpToModel(model, fusion_op_, symbol.c_str()));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册