提交 02627733 编写于 作者: 刘琦

Merge branch 'multi-in-out' into 'master'

Minor fix mace engine api.

See merge request !268
......@@ -584,7 +584,6 @@ MaceEngine::MaceEngine(const NetDef *net_def,
if (!net->Run()) {
LOG(FATAL) << "Net init run failed";
}
ws_->RemoveUnsedTensor();
net_ = std::move(CreateNet(op_registry_, *net_def, ws_.get(), device_type));
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册