Browse Source

Pre Merge pull request !263 from 董铎/development

pull/263/MERGE
董铎 Gitee 4 years ago
parent
commit
527c0b67d4
2 changed files with 5 additions and 0 deletions
  1. +4
    -0
      ge/ir_build/ge_ir_build.cc
  2. +1
    -0
      graphengine

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

@@ -439,6 +439,10 @@ graphStatus aclgrphGetIRVersion(int *major_version, int *minor_version, int *pat
} }


graphStatus aclgrphInferShapeAndType(ge::Graph &graph) { graphStatus aclgrphInferShapeAndType(ge::Graph &graph) {
Impl builder;
std::map<std::string, std::string> options = {};
builder.Init(options);

auto compute_graph = GraphUtils::GetComputeGraph(graph); auto compute_graph = GraphUtils::GetComputeGraph(graph);
GE_CHECK_NOTNULL(compute_graph); GE_CHECK_NOTNULL(compute_graph);




+ 1
- 0
graphengine

@@ -0,0 +1 @@
Subproject commit cd365aa247c64e30487d1e71e4f724a889848f80

Loading…
Cancel
Save