From 261a6004fa8c0e71c81eae959756f553cc9c430b Mon Sep 17 00:00:00 2001 From: l00444296 Date: Tue, 8 Dec 2020 14:00:22 +0800 Subject: [PATCH] Feature: Get default from ge ir graph while no user input shape --- ge/ir_build/ge_ir_build.cc | 1 + 1 file changed, 1 insertion(+) 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) {