diff --git a/ge/ir_build/ge_ir_build.cc b/ge/ir_build/ge_ir_build.cc index 22a0165a..b0f1b25e 100644 --- a/ge/ir_build/ge_ir_build.cc +++ b/ge/ir_build/ge_ir_build.cc @@ -311,6 +311,7 @@ graphStatus Impl::GetDefaultInputShape(const Graph &graph, string &default_shape } } GELOGI("Get default data op shape from ge ir graph: %s", default_shape.c_str()); + return GRAPH_SUCCESS; } graphStatus Impl::Init(const Graph &graph, const std::map &options) {