Browse Source

bugfix:aclgrphInfershapAndType suppor subgraph

pull/856/head
wxl 5 years ago
parent
commit
11f571f715
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 Impl::InferShapePrepare(const ComputeGraphPtr &compute_graph) {
graphStatus Impl::InferShapePrepare(const ComputeGraphPtr &compute_graph) {
GE_CHECK_NOTNULL(compute_graph);

PassManager prepare_infershape;


Loading…
Cancel
Save