pull/855/head
wxl 4 years ago
parent df0a364762
commit 29be15b8e2

@ -611,7 +611,7 @@ graphStatus aclgrphInferShapeAndType(ge::Graph &graph) {
return GRAPH_PARAM_INVALID; return GRAPH_PARAM_INVALID;
} }
auto ret = Impl::InferShapePrepare(root_graph); auto ret = Impl::InferShapePrepare(compute_graph);
if (ret != GRAPH_SUCCESS) { if (ret != GRAPH_SUCCESS) {
return ret; return ret;
} }

Loading…
Cancel
Save