Browse Source

acl unregistered op error

tags/v1.1.0
wjm 3 years ago
parent
commit
22c30f13e9
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      ge/generator/ge_generator.cc

+ 0
- 3
ge/generator/ge_generator.cc View File

@@ -604,9 +604,6 @@ Status GeGenerator::BuildSingleOp(OpDescPtr &op_desc, const vector<GeTensor> &in
} else {
for (const auto &in_desc : inputs) {
GeTensorDesc input_desc = in_desc.GetTensorDesc();
if (!IsNeedConnectInputOpForSingleOp(input_desc)) {
continue;
}
GE_CHK_STATUS_RET_NOLOG(AddInputs(compute_graph, op_node, input_desc, arg_index, true));
arg_index++;
}


Loading…
Cancel
Save