Browse Source

update submodule

tags/v1.2.0
chenyemeng 4 years ago
parent
commit
8d3942c56e
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      ge/graph/passes/cond_pass.cc
  2. +1
    -1
      metadef
  3. +1
    -1
      parser

+ 1
- 1
ge/graph/passes/cond_pass.cc View File

@@ -259,7 +259,7 @@ Status CondPass::InsertNode(const ComputeGraphPtr &graph, const OutDataAnchorPtr
GE_CHECK_NOTNULL(out_anchor->GetOwnerNode()->GetOpDesc());
GE_CHECK_NOTNULL(in_anchor->GetOwnerNode()->GetOpDesc());
GeTensorDesc in_tensor = out_anchor->GetOwnerNode()->GetOpDesc()->GetOutputDesc(out_anchor->GetIdx());
GeTensorDesc out_tensor = in_anchor->GetOwnerNode()->GetOpDesc()->GetInputDesc(out_anchor->GetIdx());
GeTensorDesc out_tensor = in_anchor->GetOwnerNode()->GetOpDesc()->GetInputDesc(in_anchor->GetIdx());
out_tensor.SetDataType(DT_INT32);
out_tensor.SetOriginDataType(DT_INT32);
out_tensor.SetShape(in_tensor.GetShape());


+ 1
- 1
metadef

@@ -1 +1 @@
Subproject commit 85ed8691aab1f0c7d3b45785129e9063c84993ed
Subproject commit 8c5be2db907c26fcd9e7ffdd27f631302140bc2a

+ 1
- 1
parser

@@ -1 +1 @@
Subproject commit b45f4e83d6a10bc22e15123a13fc8544c29f8c5d
Subproject commit 81eb1792fbbca4b569b391fd31d7dd7281e3c228

Loading…
Cancel
Save