Browse Source

bugfix:aclgrphInfershapAndType suppor subgraph

tags/v1.2.0
wxl 3 years ago
parent
commit
85f51c0687
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ge/ir_build/ge_ir_build.cc

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

@@ -247,7 +247,7 @@ class Impl {
OmgContext omg_context_;
};

static graphStatus InferShapePrepare(const ComputeGraphPtr &compute_graph) {
graphStatus Impl::InferShapePrepare(const ComputeGraphPtr &compute_graph) {
GE_CHECK_NOTNULL(compute_graph);

PassManager prepare_infershape;


Loading…
Cancel
Save