Browse Source

Feature: Get default from ge ir graph while no user input shape

tags/v1.2.0
l00444296 4 years ago
parent
commit
261a6004fa
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      ge/ir_build/ge_ir_build.cc

+ 1
- 0
ge/ir_build/ge_ir_build.cc View File

@@ -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()); 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<std::string, std::string> &options) { graphStatus Impl::Init(const Graph &graph, const std::map<std::string, std::string> &options) {


Loading…
Cancel
Save