Browse Source

Fix code check

tags/v1.2.0
dongduo 4 years ago
parent
commit
bef957b600
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ge/graph/passes/bitcast_pass.cc

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

@@ -48,7 +48,7 @@ Status BitcastPass::Run(NodePtr &node) {
return PARAM_INVALID;
}

if ((op_desc, dst_data_type) != SUCCESS) {
if (CheckOutputShape(op_desc, dst_data_type) != SUCCESS) {
return PARAM_INVALID;
}



Loading…
Cancel
Save