forked from mindspore-Ecosystem/mindspore
process empty graph
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
This commit is contained in:
parent
cf6dd99ed7
commit
3521d4fbda
|
@ -296,6 +296,7 @@ GraphId AscendSession::CompileGraph(NotNull<FuncGraphPtr> func_graph) {
|
||||||
// empty graph dont entry to backend
|
// empty graph dont entry to backend
|
||||||
if (root_graph->execution_order().empty()) {
|
if (root_graph->execution_order().empty()) {
|
||||||
MS_LOG(INFO) << root_graph->ToString() << " is empty graph.";
|
MS_LOG(INFO) << root_graph->ToString() << " is empty graph.";
|
||||||
|
root_graph->set_executable(false);
|
||||||
InitRuntimeResource();
|
InitRuntimeResource();
|
||||||
return root_graph->graph_id();
|
return root_graph->graph_id();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue