diff --git a/ge/ir_build/ge_ir_build.cc b/ge/ir_build/ge_ir_build.cc index b845bd75..7ae36777 100644 --- a/ge/ir_build/ge_ir_build.cc +++ b/ge/ir_build/ge_ir_build.cc @@ -439,6 +439,10 @@ graphStatus aclgrphGetIRVersion(int *major_version, int *minor_version, int *pat } graphStatus aclgrphInferShapeAndType(ge::Graph &graph) { + Impl builder; + std::map options = {}; + builder.Init(options); + auto compute_graph = GraphUtils::GetComputeGraph(graph); GE_CHECK_NOTNULL(compute_graph); diff --git a/graphengine b/graphengine new file mode 160000 index 00000000..cd365aa2 --- /dev/null +++ b/graphengine @@ -0,0 +1 @@ +Subproject commit cd365aa247c64e30487d1e71e4f724a889848f80